Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
333829110f1d871df8ad9404833ecf49fc29aa34
/
drivers
/
phy
/
phy-twl4030-usb.c
4f0eb5d
phy: remove .owner field for drivers using module_platform_driver
by Peter Griffin
· 10 years ago
dcc35b2
usb: phy: twl4030-usb: Use mutex instead of spinlock for protecting the data
by Tony Lindgren
· 10 years ago
48f48e1
usb: phy: twl4030-usb: Remove asleep and rely on runtime PM
by Tony Lindgren
· 10 years ago
bad8e33
usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM calls
by Tony Lindgren
· 10 years ago
62dc576
usb: phy: twl4030-usb: Simplify phy init to use runtime PM
by Tony Lindgren
· 10 years ago
bb41940
usb: phy: twl4030-usb: Remove unused irq_enabled
by Tony Lindgren
· 10 years ago
85601b8
usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes down
by Tony Lindgren
· 10 years ago
96be39a
usb: phy: twl4030-usb: Fix regressions to runtime PM on omaps
by Tony Lindgren
· 10 years ago
f0ed817
phy: core: Let node ptr of PHY point to PHY and not of PHY provider
by Kishon Vijay Abraham I
· 10 years ago
ed093e6
usb: phy: twl4030-usb: Remove redundant semicolon
by Sachin Kamat
· 11 years ago
b6d790f
usb: phy: twl4030-usb: Silence checkpatch warnings
by Sachin Kamat
· 11 years ago
64fe189
phy: let phy_provider_register be the last step in registering PHY
by Kishon Vijay Abraham I
· 11 years ago
5328f35
Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
f1ddc24c9
usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* ops
by Kishon Vijay Abraham I
· 11 years ago
6747caa
usb: phy: twl4030: use the new generic PHY framework
by Kishon Vijay Abraham I
· 11 years ago
[Renamed (94%) from drivers/usb/phy/phy-twl4030-usb.c]
19f9e18
usb: phy: use dev_get_platdata()
by Jingoo Han
· 11 years ago
64dc9e2
Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
9ec602e
usb: phy: twl4030-usb: check regulator_enable return value
by Fabio Baltieri
· 12 years ago
f65f4f4
usb: phy: twl4030-usb: check if vbus is driven by twl itself
by Grazvydas Ignotas
· 12 years ago
249751f
usb: phy: twl4030-usb: poll for ID disconnect
by Grazvydas Ignotas
· 12 years ago
15460de
usb: phy: twl4030-usb: don't switch the phy on/off needlessly
by Grazvydas Ignotas
· 12 years ago
ca4f70c
usb: phy: twl4030-usb: ignore duplicate events
by Grazvydas Ignotas
· 12 years ago
44a50d0
usb: phy: twl4030-usb: don't enable PHY during init
by Grazvydas Ignotas
· 12 years ago
817e5f3
usb: phy: twl4030: fix cold plug on OMAP3
by Kishon Vijay Abraham I
· 12 years ago
9166902
usb: phy: twl4030: use devres API for regulator get and request irq
by Kishon Vijay Abraham I
· 12 years ago
94ae984
usb: phy: rename all phy drivers to phy-$name-usb.c
by Felipe Balbi
· 12 years ago
[Renamed from drivers/usb/phy/twl4030-usb.c]
a0e6312
usb: phy: move all PHY drivers to drivers/usb/phy/
by Felipe Balbi
· 12 years ago
[Renamed from drivers/usb/otg/twl4030-usb.c]
c11747f
usb: musb: omap: make use of the new PHY lib APIs
by Kishon Vijay Abraham I
· 12 years ago
41ac7b3
usb: remove use of __devinit
by Bill Pemberton
· 12 years ago
9d94e16
usb: otg: twl4030: Change TWL4030_MODULE_* ids to TWL_MODULE_*
by Peter Ujfalusi
· 12 years ago
f8515f0
usb: twl4030: Add device tree support for twl4030 usb
by Kishon Vijay Abraham I
· 12 years ago
b8a3efa
usb: otg: twl: use devres API to allocate resources
by Kishon Vijay Abraham I
· 12 years ago
c83a854
usb: musb: move otg specific initializations from twl to glue
by Kishon Vijay Abraham I
· 12 years ago
c972143
usb: musb: twl: use mailbox API to send VBUS or ID events
by Kishon Vijay Abraham I
· 12 years ago
662dca5
usb: otg: support for multiple transceivers by a single controller
by Kishon Vijay Abraham I
· 12 years ago
721002e
usb: otg: utils: rename function name in OTG utils
by Kishon Vijay Abraham I
· 12 years ago
6b03b13
usb: otg: twl: add missing IRQF_ONESHOT
by Felipe Balbi
· 12 years ago
74d4aa4
usb: otg: twl4030: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
de07e18
usb: otg: Rename usb_xceiv_event to usb_phy_event
by Heikki Krogerus
· 13 years ago
8675381
usb: otg: Rename otg_transceiver to usb_phy
by Heikki Krogerus
· 13 years ago
497888c
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
by Phil Carmody
· 13 years ago
a87103a
USB: twl4030-usb: Report correct vbus value for accessory charger adapters1
by Matthias Kaehlcke
· 14 years ago
37db3af
usb: otg: TWL4030: Update the last_event variable.
by Hema HK
· 14 years ago
cccad6d
usb: otg: notifier: switch to atomic notifier
by Felipe Balbi
· 14 years ago
c3d6450
usb: otg: twl4030-usb: Fix unbalanced regulator disables at module removal
by Jarkko Nikula
· 14 years ago
e7944d8
usb: otg: twl4030-usb: switch over to defines in twl.h
by Felipe Balbi
· 14 years ago
fc8f2a7
USB: otg: twl4030: fix phy initialization(v1)
by Ming Lei
· 14 years ago
461c317
USB: otg: twl4030: fix wrong assumption of starting state
by Felipe Balbi
· 14 years ago
92a6e6b
usb: otg: twl4030: use the global ULPI register definitions
by Heikki Krogerus
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8f20960
usb: otg: twl4030: move to request_threaded_irq
by Felipe Balbi
· 15 years ago
d1b5b5c
USB: otg: twl4030: add support for notifier
by Felipe Balbi
· 15 years ago
fc7b92f
mfd: Rename all twl4030_i2c*
by Balaji T K
· 15 years ago
b07682b
mfd: Rename twl4030* driver files to enable re-use
by Santosh Shilimkar
· 15 years ago
be30fc4
USB: twl4030: Enable USB regulators before enabling USB charging
by Aguilar Pena, Leed
· 15 years ago
def6f8b
USB: twl4030-usb: fix minor reporting goofage
by David Brownell
· 16 years ago
d8b175e
USB: move twl4030_usb's probe function to .devinit.text
by Uwe Kleine-König
· 16 years ago
6676016
USB: TWL: disable VUSB regulators when cable unplugged
by Jouni Hogander
· 16 years ago
9ebd961
USB: otg: twl4030 transceiver driver
by David Brownell
· 16 years ago