Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b419c16b52cd304180b60fec8bf85f9a46900338
/
drivers
/
usb
/
musb
/
omap2430.c
aec373c
usb: musb: Use normal module_init for 2430 glue
by Tony Lindgren
· 9 years ago
87326e8
usb: musb: Remove extra PM runtime calls from 2430 glue layer
by Tony Lindgren
· 9 years ago
12b7db2
usb: musb: Return error value from musb_mailbox
by Tony Lindgren
· 9 years ago
a118df0
usb: musb: Don't set d+ high before enable for 2430 glue layer
by Tony Lindgren
· 9 years ago
4dc2fe7
usb: musb: Remove try_idle for 2430 glue layer
by Tony Lindgren
· 9 years ago
a83e17d
usb: musb: Improve PM runtime and phy handling for 2430 glue layer
by Tony Lindgren
· 9 years ago
21f77be
usb: musb: Handle cable status better for 2430 glue layer
by Tony Lindgren
· 9 years ago
f730f20
usb: musb: Split PM runtime between wrapper IP and musb core
by Tony Lindgren
· 9 years ago
7099dbc
usb: musb: Update to use PM runtime autosuspend
by Tony Lindgren
· 9 years ago
03e4352
usb: musb: Fix unbalanced pm_runtime_enable
by Tony Lindgren
· 9 years ago
8055555
usb: musb: core: Fix handling of the phy notifications
by Tony Lindgren
· 9 years ago
8f2279d
usb: musb: omap2430: Fix regression caused by driver core change
by Tony Lindgren
· 9 years ago
7f6283e
usb: musb: Set up function pointers for DMA
by Tony Lindgren
· 10 years ago
f8e9f34f
usb: musb: Fix up DMA related macros
by Tony Lindgren
· 10 years ago
606bf4d
usb: musb: Fix use for of_property_read_bool for disabled multipoint
by Tony Lindgren
· 10 years ago
e47d925
usb: move the OTG state from the USB PHY to the OTG structure
by Antoine Tenart
· 10 years ago
5a80530
usb: musb: omap2430: use MUSB_DEVCTL_BDEVICE
by Sergei Shtylyov
· 10 years ago
af1bdfc
usb: musb: omap2430: delete unnecessary 'out of memory' messages
by Peter Chen
· 10 years ago
8b2bc2c
usb: musb: omap2430: make sure clocks are enabled when running mailbox
by Felipe Balbi
· 11 years ago
3063a12
usb: musb: fix PHY power on/off
by Felipe Balbi
· 11 years ago
14da699
phy: rename struct omap_control_usb to struct omap_control_phy
by Kishon Vijay Abraham I
· 11 years ago
30a70b0
usb: musb: fix obex in g_nokia.ko causing kernel panic
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
8934d3e
usb: musb: omap2430: Don't use omap_get_control_dev()
by Roger Quadros
· 11 years ago
6fa7178
usb: musb: Call atomic_notifier_call_chain when status is changed
by Pali Rohár
· 11 years ago
3e3101d
usb: musb: omap2430: use the new generic PHY framework
by Kishon Vijay Abraham I
· 11 years ago
165f606
Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
c1a7d67
usb: musb: use dev_get_platdata()
by Jingoo Han
· 11 years ago
c1f01be
usb: musb: fix resource passed from glue layer to musb
by Kishon Vijay Abraham I
· 11 years ago
80cc38b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
3a0ddc7
usb: musb: omap2430: make it compile again
by Sebastian Andrzej Siewior
· 11 years ago
8b125df
usb: musb: eliminate musb_to_hcd
by Daniel Mack
· 12 years ago
09fc7d2
usb: musb: fix incorrect usage of resource pointer
by Felipe Balbi
· 12 years ago
8b513d0
treewide: Fix typo in printk
by Masanari Iida
· 12 years ago
4b7e450
usb: musb: omap2430: add missing platform_device_put() on error in omap2430_probe()
by Wei Yongjun
· 12 years ago
2c1fe89
usb: musb: omap2430: turn off vbus on cable disconnect
by Grazvydas Ignotas
· 12 years ago
a90199b
usb: musb: omap2430: fix PHY error handling
by Felipe Balbi
· 12 years ago
3bf6db9b
usb: musb: omap: add usb_phy_init in omap2430_musb_init
by Kishon Vijay Abraham I
· 12 years ago
bb467cf
usb: musb: omap: remove the check before calling otg_set_vbus
by Kishon Vijay Abraham I
· 12 years ago
eee44da
usb: musb: omap2430: replace *_* with *-* in property names
by Kishon Vijay Abraham I
· 12 years ago
42c0bf1
usb: otg: prefix otg_state_string with usb_
by Felipe Balbi
· 12 years ago
4b58ed1
usb: musb: omap2430: fix sparse warning
by Aaro Koskinen
· 12 years ago
f8c4b0e
usb: musb: omap2430: fix omap_musb_mailbox glue check again
by Aaro Koskinen
· 12 years ago
4811f53
Merge tag 'xceiv-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
b16604f
usb: musb: omap: get phy by phandle for dt boot
by Kishon Vijay Abraham I
· 12 years ago
c11747f
usb: musb: omap: make use of the new PHY lib APIs
by Kishon Vijay Abraham I
· 12 years ago
ca784be
usb: start using the control module driver
by Kishon Vijay Abraham I
· 12 years ago
b37457d
usb: musb: omap2430: fix wrong devm_kzalloc() result check
by Sergei Shtylyov
· 12 years ago
25736e0
usb: musb: fix dependency on transceiver driver
by Ming Lei
· 12 years ago
8df4ce7
usb: musb: omap2430: kill redundant assignments in omap2430_probe()
by Sergei Shtylyov
· 12 years ago
80ab72e
usb: musb: omap2430: fix the readiness check in omap_musb_mailbox
by Aaro Koskinen
· 12 years ago
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
baef653
usb: musb: remove generic_interrupt
by Philippe De Swert
· 12 years ago
2f77116
usb: musb: remove hand-crafted id handling
by Sebastian Andrzej Siewior
· 12 years ago
65b3d52
usb: musb: add musb_ida for multi instance support
by B, Ravi
· 12 years ago
00a0b1d
usb: musb: omap: Add device tree support for omap musb glue
by Kishon Vijay Abraham I
· 12 years ago
5ec4059
usb: musb: omap: write directly to mailbox instead of using phy
by Kishon Vijay Abraham I
· 12 years ago
10770c5
usb: musb: omap2430.c delete unused variable.
by Matthias Brugger
· 12 years ago
12a19b5
usb: musb: omap2430: don't loop indefinitely in interrupt.
by NeilBrown
· 12 years ago
032ec49
usb: musb: drop useless board_mode usage
by Felipe Balbi
· 13 years ago
f039df5
usb: musb: cleanup while removing musb omap glue driver
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
b1183c2
usb: musb: omap: use devres API to allocate resources
by Kishon Vijay Abraham I
· 13 years ago
c83a854
usb: musb: move otg specific initializations from twl to glue
by Kishon Vijay Abraham I
· 13 years ago
c972143
usb: musb: twl: use mailbox API to send VBUS or ID events
by Kishon Vijay Abraham I
· 13 years ago
1e5acb8
usb: musb: move work_struct(otg_notifier_work) from core to omap glue
by Kishon Vijay Abraham I
· 13 years ago
662dca5
usb: otg: support for multiple transceivers by a single controller
by Kishon Vijay Abraham I
· 13 years ago
721002e
usb: otg: utils: rename function name in OTG utils
by Kishon Vijay Abraham I
· 13 years ago
ad57969
usb: musb: omap: fix the error check for pm_runtime_get_sync
by Shubhrajyoti D
· 13 years ago
3006dc8
usb: musb: omap: fix crash when musb glue (omap) gets initialized
by Kishon Vijay Abraham I
· 13 years ago
c04352a
usb: musb: fix some runtime_pm issues
by Grazvydas Ignotas
· 13 years ago
afb76df
usb: musb: fix oops on omap2430 module unload
by Vladimir Zapolskiy
· 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
15e68a8
Merge tag 'musb-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
6e13c65
usb: otg: Convert all users to pass struct usb_otg for OTG functions
by Heikki Krogerus
· 13 years ago
b96d3b0
usb: Convert all users to new usb_phy
by Heikki Krogerus
· 13 years ago
d445b6d
usb: musb: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
e9e8c85
usb: musb: make modules behave better
by Felipe Balbi
· 13 years ago
b30b3c6
usb: musb: omap2430: minor cleanups.
by NeilBrown
· 13 years ago
702ac61
musb: omap2430: avoid pm_runtime_disable()
by Felipe Contreras
· 13 years ago
08dec56
usb: musb: remove a bit of indentation
by Felipe Contreras
· 13 years ago
b3314d9
usb: musb: trivial cleanup
by Felipe Contreras
· 13 years ago
e7f4e73
usb: musb: omap2430: fix compile warning
by Felipe Balbi
· 13 years ago
712d8ef
usb: musb: fix pm_runtime calls while atomic
by Vikram Pandita
· 13 years ago
7d5b49a
usb: musb: headers cleanup
by Felipe Balbi
· 13 years ago
e25bec1
usb: musb: omap2+: save and restore OTG_INTERFSEL
by Hema HK
· 13 years ago
6228596
usb: musb: drop a gigantic amount of ifdeferry
by Felipe Balbi
· 14 years ago
5c8a86e
usb: musb: drop unneeded musb_debug trickery
by Felipe Balbi
· 14 years ago
8a1629c
Merge branch 2.6.39-rc7 into usb-linus
by Greg Kroah-Hartman
· 14 years ago
3df0045
usb: fix building musb drivers
by Anatolij Gustschin
· 14 years ago
383cf4e
usb: musb: omap2430: Fix retention idle on musb peripheral only boards
by Jarkko Nikula
· 14 years ago
36a52c0
usb: musb: omap2430: fix build failure
by Johan Hovold
· 14 years ago
971f115
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
70045c5
usb: musb: OMAP3xxx: Fix device detection in otg & host mode
by Hema HK
· 14 years ago
7acc619
usb: musb: Idle path retention and offmode support for OMAP3
by Hema HK
· 14 years ago
da68cce
usb: musb: Remove platform context save/restore API
by Hema HK
· 14 years ago
002eda1
usb: musb: OMAP4430: Fix usb device detection if connected during boot
by Hema HK
· 14 years ago
207b0e1
usb: musb: Using runtime pm APIs for musb.
by Hema HK
· 14 years ago
Next »