Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
aac16b6341f0022213fe828c50b7064744df86e0
/
drivers
/
usb
/
otg
fb4e98a
usb: remove use of __devexit
by Bill Pemberton
· 12 years ago
41ac7b3
usb: remove use of __devinit
by Bill Pemberton
· 12 years ago
7690417
usb: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
0c864d8
Merge 3.7-rc6 into usb-next.
by Greg Kroah-Hartman
· 12 years ago
ac96511
usb: phy: change phy notify connect/disconnect API
by Peter Chen
· 12 years ago
0e1a024
usb: mxs-phy: re-init phy during the connection is useless
by Peter Chen
· 12 years ago
ff84f0e
Revert "usb: otg: mxs-phy: Fix mx23 operation"
by Peter Chen
· 12 years ago
9d94e16
usb: otg: twl4030: Change TWL4030_MODULE_* ids to TWL_MODULE_*
by Peter Ujfalusi
· 12 years ago
f6bc8c2
usb: otg: Fix build errors if USB_MUSB_OMAP2PLUS is selected as module
by Roger Quadros
· 12 years ago
ca21dda
usb: phy: mv_otg: use module_platform_driver macro
by Srinivas Kandagatla
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
61464c8
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
70c494c
ARM: OMAP1: Make plat/mux.h omap1 only
by Tony Lindgren
· 12 years ago
363366c
usb: otg: mxs-phy: Fix mx23 operation
by Mike Thompson
· 12 years ago
58add6c
usb: otg: move the dereference below the NULL test
by Wei Yongjun
· 12 years ago
f8515f0
usb: twl4030: Add device tree support for twl4030 usb
by Kishon Vijay Abraham I
· 12 years ago
ff0a1f3
usb: twl6030: Add dt support for twl6030 usb
by Kishon Vijay Abraham I
· 12 years ago
0e98de6
usb: otg: make twl6030_usb as a comparator driver to omap_usb2
by Kishon Vijay Abraham I
· 12 years ago
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
df6791d
usb: otg: Remove the unneeded NULL check
by Shubhrajyoti D
· 12 years ago
c84d364
usb: xceiv: nop: let it work as USB2 and USB3 phy
by Felipe Balbi
· 12 years ago
78c289f
usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.h
by Felipe Balbi
· 12 years ago
3e9a970
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 12 years ago
9fc3777
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
34e4cc4
isp1301_omap: remove IRQF_SAMPLE_RANDOM which is now a no-op
by Theodore Ts'o
· 12 years ago
b3d9968
usb: otg: add basic mxs phy driver support
by Richard Zhao
· 12 years ago
277bd87
drivers: usb: otg: fix build break in twl6030-usb.c
by Kishon Vijay Abraham I
· 12 years ago
ff9cce8
Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
1fe4061
Merge tag 'omap-cleanup-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup
by Arnd Bergmann
· 12 years ago
f8ecf82
usb: phy: fix error handling in usb_get_phy
by Kishon Vijay Abraham I
· 12 years ago
ded017e
usb: phy: fix return value check of usb_get_phy
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
410219d
usb: otg: utils: devres: Add API's to associate a device with the phy
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
dc8738d
usb: otg: twl6030-usb: Fix twl writes
by Moiz Sonasath
· 12 years ago
6b03b13
usb: otg: twl: add missing IRQF_ONESHOT
by Felipe Balbi
· 12 years ago
79d6680
usb: otg: isp1301_omap: resolve unused variable warning from gcc
by Paul Walmsley
· 13 years ago
b924b20
ARM: OMAP: Make FS USB omap1 only
by Tony Lindgren
· 12 years ago
7cbb062
USB: gpio_vbus: wakeup support on GPIO VBUS interrupts
by Shinya Kuribayashi
· 12 years ago
ec1ac6e
USB: gpio_vbus: a missing cancellation of workqueue in remove() function
by Shinya Kuribayashi
· 12 years ago
c8240c1
USB: gpio_vbus: handle IRQ flags properly
by Shinya Kuribayashi
· 12 years ago
da020b4
USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM use
by Shinya Kuribayashi
· 12 years ago
123bbce
USB: gpio_vbus: use cached IRQ number for consistency with the probed one
by Shinya Kuribayashi
· 12 years ago
8f9d973
USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irq
by Ming Lei
· 12 years ago
e44694e
USB: gpio_vbus: avoid consecutive vbus_session calls with the same "is_active"
by Shinya Kuribayashi
· 12 years ago
a6dc9cf
USB: gpio_vbus: put a missing regulator_put() on error
by Shinya Kuribayashi
· 12 years ago
934ccec
USB: gpio_vbus: provide an appropriate debounce interval
by Shinya Kuribayashi
· 12 years ago
0d13eeb
USB: gpio_vbus: fix inconsistent 'dev_id' parameters at free_irq()
by Shinya Kuribayashi
· 12 years ago
662c738
usb: otg: gpio_vbus: Add otg transceiver events and notifiers
by Heiko Stübner
· 13 years ago
5f0b3f9
usb: otg: ab8500-usb: make probe() work again
by Dan Carpenter
· 13 years ago
8062d94
Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
b1c711d
usb: otg: mv_otg: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
298b083
usb: otg: ulpi: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
46b8f6b
usb: otg: twl6030: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
74d4aa4
usb: otg: twl4030: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
41adf10
usb: otg: nop: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
1d4c929
usb: otg: msm: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
819d1c7
usb: otg: isp1301_omap: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
16bc1bb
usb: otg: gpio_vbus: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
7e062c0
usb: otg: fsl: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
144713f
usb: otg: ab8500: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
7a8a3a9
usb: otg: Separate otg members from usb_phy
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
ed2833a
usb: otg: mv_otg: Add dependence
by Neil Zhang
· 13 years ago
7c24814
Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
by Greg Kroah-Hartman
· 13 years ago
2053c2d
usb: mv-otg - Fix build if CONFIG_USB is not set
by Geert Uytterhoeven
· 13 years ago
a37670b
drivers: usb: otg: Fix dependencies for some OTG drivers
by Fabio Estevam
· 13 years ago
c1084a5
usb: otg: kill langwell_otg driver
by Alexander Shishkin
· 13 years ago
21ebd6c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
55b81e6
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
ee66e65
mfd: Unify abx500 headers in mfd/abx500
by Linus Walleij
· 13 years ago
ee0db58
Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
06e298b
Merge branch 'for-next/xceiv' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
00471f6
usb: otg: trivial cleanups
by Felipe Contreras
· 13 years ago
277164f
USB: OTG: add Marvell usb OTG driver support
by Neil Zhang
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
cc27c96
usb: convert drivers/usb/* to use module_platform_driver()
by Axel Lin
· 13 years ago
f940fcd
usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
by Paul Gortmaker
· 13 years ago
6eb0de8
usb: Add module.h to drivers/usb consumers who really use it.
by Paul Gortmaker
· 13 years ago
b5dd18d
USB: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
e18a99e
USB: otg: remove unused function twl6030_set_phy_clk
by Wanlong Gao
· 13 years ago
f549953
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 13 years ago
497888c
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
by Phil Carmody
· 13 years ago
5bf5450
USB: OTG: Use work_queue in set_vbus for TWL6030 transciever
by Moiz Sonasath
· 13 years ago
7c9d440
treewide: transciever/transceiver spelling fixes
by Joe Perches
· 13 years ago
e44ba03
treewide: remove duplicate includes
by Vitaliy Ivanov
· 13 years ago
5ccee4a
USB: TWL6025 allow different regulator name
by Graeme Gregory
· 13 years ago
e99c430
USB: OTG: msm: Free VCCCX regulator even if we can't set the voltage
by Mark Brown
· 13 years ago
7b521fc
USB: OTG: msm: Allow the widest possible range for VDDCX when removing
by Mark Brown
· 13 years ago
603ab52
usb: otg: TWL6030: OMAP4430: Adding SRP VBUS pulsing API
by Hema HK
· 14 years ago
04aebcb
USB: OTG: msm: Add PHY suspend support for MSM8960
by Pavankumar Kondeti
· 14 years ago
11aa5c4
USB: OTG: msm: Configure PHY Analog and Digital voltage domains
by Anji jonnala
· 14 years ago
d860852
USB: OTG: msm: Implement charger detection
by Pavankumar Kondeti
· 14 years ago
0f73cac
USB: OTG: msm: vote for dayatona fabric clock
by Anji jonnala
· 14 years ago
2ce2c3a
USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resume
by Pavankumar Kondeti
· 14 years ago
2887ba9
USB: gpio-vbus: ask for vbus_draw regulator before registering xceiv
by Dmitry Eremin-Solenikov
· 14 years ago
Next »