Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
872dfcfe82438f5211f5fa1dc6406d033a8a2448
/
drivers
/
usb
/
musb
/
musb_dsps.c
f042e9c
usb: musb: musb_dsps: fix NULL pointer in suspend
by Sebastian Andrzej Siewior
· 10 years ago
53185b3
usb: musb: dsps: start OTG timer on resume again
by Sebastian Andrzej Siewior
· 10 years ago
468bcc2
usb: musb: dsps: kill OTG timer on suspend
by Felipe Balbi
· 10 years ago
61fe2d7
Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 10 years ago
371254c
usb: musb: dsps: Add the sw_babble_control() and Enable for newer silicon
by George Cherian
· 10 years ago
d871c62
usb: musb: core: Convert the musb_platform_reset to have a return value.
by George Cherian
· 10 years ago
8035691
usb: musb: dsps: fix the base address for accessing the mode register
by Lothar Waßmann
· 10 years ago
5670017
usb: musb: dsps: Call usb_phy(_shutdown/_init) during musb_platform_reset()
by George Cherian
· 11 years ago
fc7af21
usb: musb: dsps: coding style cleanup
by Lothar Waßmann
· 10 years ago
f871252
Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
5b78398
usb: musb: dsps: compile suspend/resume only with PM_SLEEP
by Wolfram Sang
· 11 years ago
1d57de3
usb: musb: dsps: handle babble interrupts
by Daniel Mack
· 11 years ago
d7078df
usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h>
by Felipe Balbi
· 11 years ago
0fca91b
usb: musb: dsps: move debugfs_remove_recursive()
by Daniel Mack
· 11 years ago
40f099e
usb: musb: dsps, debugfs files
by Markus Pargmann
· 11 years ago
de9db57
usb: musb: dsps, use devm_kzalloc
by Markus Pargmann
· 11 years ago
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
5ace3d0
usb: musb: dsps: polling ID pin status only in otg mode
by Bin Liu
· 11 years ago
869c597
usb: musb: dsps: add support for suspend and resume
by Daniel Mack
· 11 years ago
b991f9b
usb: musb: dsps: add {tx,rx}_mode to wrapper
by Daniel Mack
· 11 years ago
943c139
usb: musb: dsps: implement ->set_mode()
by Felipe Balbi
· 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
24616eb
usb: musb: dsps: run the timer only on OTG systems
by Sebastian Andrzej Siewior
· 11 years ago
0f901c9
usb: musb: dsps: redo the otg timer
by Sebastian Andrzej Siewior
· 11 years ago
807d0d2
usb: musb: dsps: remove declartion for dsps_musb_try_idle()
by Sebastian Andrzej Siewior
· 11 years ago
8b9fcce
usb: musb: dsps: move try_idle to start hook
by Sebastian Andrzej Siewior
· 11 years ago
2b84f92
usb: Remove unnecessary semicolons
by Joe Perches
· 11 years ago
b432cb8
usb: musb_dsps: Remove redundant of_match_ptr
by Sachin Kamat
· 11 years ago
4fc4b27
usb: musb: dsps: do not bind to "musb-hdrc"
by Sebastian Andrzej Siewior
· 11 years ago
781f179
usb: musb: am335x-evm: Do not remove the session bit HOST-only mode
by Sebastian Andrzej Siewior
· 11 years ago
9dfa362
usb: musb: dsps: do not set is_active on the first drvbus interrupt
by Sebastian Andrzej Siewior
· 11 years ago
c031a7d
usb: usb: dsps: update code according to the binding document
by Sebastian Andrzej Siewior
· 11 years ago
51ef74f
usb: musb: dsps: fix devm_ioremap_resource error detection code
by Julia Lawall
· 11 years ago
97238b3
usb: musb: dsps: use proper child nodes
by Sebastian Andrzej Siewior
· 11 years ago
e96bdc3
usb: musb: dsps: remove the hardcoded phy pieces
by Sebastian Andrzej Siewior
· 11 years ago
9e5f9c8
Merge branch 'nop-phy-rename' into next
by Felipe Balbi
· 11 years ago
3fa4d73
usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceiv
by Sebastian Andrzej Siewior
· 11 years ago
c1a7d67
usb: musb: use dev_get_platdata()
by Jingoo Han
· 11 years ago
9be73ba
usb: musb: dsps: remove EOI access
by Sebastian Andrzej Siewior
· 11 years ago
fa7b4ca
usb: musb: dsps: rename ti81xx_driver_data to am33xx_driver_data
by Sebastian Andrzej Siewior
· 11 years ago
e9eb2e0
usb: musb: remove ti81xx pieces from musb
by Sebastian Andrzej Siewior
· 11 years ago
7557a57
usb: musb: dsps: init / shutdown the phy
by Sebastian Andrzej Siewior
· 11 years ago
8b513d0
treewide: Fix typo in printk
by Masanari Iida
· 12 years ago
b25e5f1
usb: musb: dsps: fix error return code in dsps_create_musb_pdev()
by Wei Yongjun
· 12 years ago
96449f0
usb: musb: dsps: print babble message only when musb is active host
by Ravi Babu
· 12 years ago
42c0bf1
usb: otg: prefix otg_state_string with usb_
by Felipe Balbi
· 12 years ago
cc50603
usb: musb: dsps: fix possible compile warning
by Felipe Balbi
· 12 years ago
0f53e48
usb: musb: dsps: add missing include
by Felipe Balbi
· 12 years ago
74e1a2a
Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
4682349
Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
148e113
usb: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
25736e0
usb: musb: fix dependency on transceiver driver
by Ming Lei
· 12 years ago
7e56e62
usb: musb: dsps: Remove duplicate inclusion of linux/of.h
by Sachin Kamat
· 12 years ago
deeeb9e
usb: musb: dsps: header movement build error fix
by Afzal Mohammed
· 12 years ago
8287361
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
fb4e98a
usb: remove use of __devexit
by Bill Pemberton
· 12 years ago
2f82686
usb: remove use of __devinitconst
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
8a6ff8a
Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at91 into next/headers
by Arnd Bergmann
· 12 years ago
7fd94be
Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
3a3f2e5
Merge tag 'musb-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
d755422
Revert "usb: musb: dsps: remove explicit NOP device creation"
by Afzal Mohammed
· 12 years ago
984e833
usb: fix typo in drivers/usb
by Masanari Iida
· 12 years ago
c68bb4c
usb: musb: dsps: control module handling (quirk)
by Santhapuri, Damodar
· 12 years ago
3e594b1
usb: musb: dsps: get resources by index
by Afzal Mohammed
· 12 years ago
3b46dd7
usb: musb: dsps: reduce musb instance to one
by Afzal Mohammed
· 12 years ago
12fc926
usb: musb: dsps: remove platform callback
by Afzal Mohammed
· 12 years ago
2f77116
usb: musb: remove hand-crafted id handling
by Sebastian Andrzej Siewior
· 12 years ago
b415c8f
usb: musb: dsps: use platform_device_unregister in dsps_delete_musb_pdev()
by Wei Yongjun
· 12 years ago
e8c4a7a
ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>
by Felipe Balbi
· 12 years ago
ca749b2
usb: musb: dsps: fix res_name length
by Daniel Mack
· 12 years ago
1cd572f
Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
dcb9cf3
Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
d8c3ef2
usb: musb: dsps: remove explicit NOP device creation
by Ajay Kumar Gupta
· 12 years ago
6514567
usb: musb: dsps: add dt support
by Ajay Kumar Gupta
· 12 years ago
db4a932
usb: musb: am335x: add support for dual instance
by B, Ravi
· 12 years ago
65b3d52
usb: musb: add musb_ida for multi instance support
by B, Ravi
· 12 years ago
032ec49
usb: musb: drop useless board_mode usage
by Felipe Balbi
· 13 years ago
78c289f
usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.h
by Felipe Balbi
· 12 years ago
0e38c4e
usb: musb: reorder runtime pm call
by Ajay Kumar Gupta
· 12 years ago
3bb5534
usb: musb: am335x: fix pdev resource bug
by Ajay Kumar Gupta
· 12 years ago
ded017e
usb: phy: fix return value check of usb_get_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
9ecb887
usb: musb: Add support for ti81xx platform
by Ajay Kumar Gupta
· 13 years ago