aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/omap2430.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21usb: musb: Fix missing of_node_put() in omap2430_probeMiaoqian Lin1-0/+1
2022-03-15partially Revert "usb: musb: Set the DT node on the child device"H. Nikolaus Schaller1-1/+0
2021-12-17usb: musb: Set the DT node on the child deviceRob Herring1-0/+1
2021-12-17usb: musb: Drop unneeded resource copyingRob Herring1-21/+1
2021-07-27usb: musb: Fix suspend and resume issues for PHYs on I2C and SPITony Lindgren1-5/+38
2021-05-21usb: musb: Add missing PM suspend and resume functions for 2430 glueTony Lindgren1-0/+32
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-01-15usb: musb: Get rid of omap2430_musb_set_vbus()Tony Lindgren1-48/+23
2020-01-15usb: musb: omap2430: Idle musb on initTony Lindgren1-17/+3
2020-01-15usb: musb: omap2430: Clean up enable and remove devctl tinkeringTony Lindgren1-20/+0
2020-01-15usb: musb: Add musb_set_host and peripheral and use them for omap2430Tony Lindgren1-49/+22
2020-01-15usb: musb: omap2430: Handle multiple ID ground interruptsTony Lindgren1-6/+19
2020-01-15usb: musb: omap2430: Wait on enable to avoid babbleTony Lindgren1-0/+3
2020-01-15usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glueTony Lindgren1-2/+0
2019-04-30usb: musb: omap2430: Add support for idling phy when musb is idleTony Lindgren1-0/+6
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu1-5/+0
2018-04-22USB: musb: omap2430: drop non-DT supportJohan Hovold1-50/+45
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman1-17/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-02-03usb: musb: omap2430: constify dev_pm_ops structuresBhumika Goyal1-1/+1
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman1-6/+4
2016-11-21usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbgLadislav Michl1-1/+1
2016-11-21usb: musb: omap2430: use dev_errLadislav Michl1-3/+3
2016-11-17usb: musb: Add missing pm_runtime_disable and drop 2430 PM timeoutTony Lindgren1-6/+4
2016-10-24usb: musb: Fix hardirq-safe hardirq-unsafe lock order errorTony Lindgren1-5/+2
2016-09-13usb: musb: Simplify PM runtime for 2430 glue layerTony Lindgren1-66/+10
2016-06-01usb: musb: Use normal module_init for 2430 glueTony Lindgren1-12/+2
2016-06-01usb: musb: Remove extra PM runtime calls from 2430 glue layerTony Lindgren1-24/+4
2016-06-01usb: musb: Return error value from musb_mailboxTony Lindgren1-3/+5
2016-06-01usb: musb: Don't set d+ high before enable for 2430 glue layerTony Lindgren1-11/+0
2016-06-01usb: musb: Remove try_idle for 2430 glue layerTony Lindgren1-91/+0
2016-06-01usb: musb: Improve PM runtime and phy handling for 2430 glue layerTony Lindgren1-11/+19
2016-06-01usb: musb: Handle cable status better for 2430 glue layerTony Lindgren1-8/+60
2016-06-01usb: musb: Split PM runtime between wrapper IP and musb coreTony Lindgren1-10/+0
2016-06-01usb: musb: Update to use PM runtime autosuspendTony Lindgren1-2/+3
2015-12-16usb: musb: Fix unbalanced pm_runtime_enableTony Lindgren1-0/+3
2015-12-16usb: musb: core: Fix handling of the phy notificationsTony Lindgren1-13/+14
2015-10-28usb: musb: omap2430: Fix regression caused by driver core changeTony Lindgren1-6/+23
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren1-0/+4
2015-05-07usb: musb: Fix up DMA related macrosTony Lindgren1-0/+1
2015-02-23usb: musb: Fix use for of_property_read_bool for disabled multipointTony Lindgren1-2/+5
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-15/+15
2014-11-03usb: musb: omap2430: use MUSB_DEVCTL_BDEVICESergei Shtylyov1-1/+2
2014-11-03usb: musb: omap2430: delete unnecessary 'out of memory' messagesPeter Chen1-15/+4
2014-04-15usb: musb: omap2430: make sure clocks are enabled when running mailboxFelipe Balbi1-0/+6
2014-04-15usb: musb: fix PHY power on/offFelipe Balbi1-0/+2
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I1-1/+1
2014-02-18usb: musb: fix obex in g_nokia.ko causing kernel panicFelipe Balbi1-2/+0
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+3
2013-10-03usb: musb: omap2430: Don't use omap_get_control_dev()Roger Quadros1-11/+14