summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/omap2430.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: omap2430: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb: Use of_property_present() for testing DT property presenceRob Herring2023-03-161-1/+1
* usb: musb: fix error return code in omap2430_probe()Yang Yingliang2023-01-171-1/+3
* usb: musb: omap2430: Fix probe regression for missing resourcesTony Lindgren2022-11-221-0/+54
* usb: musb: Fix missing of_node_put() in omap2430_probeMiaoqian Lin2022-04-211-0/+1
* partially Revert "usb: musb: Set the DT node on the child device"H. Nikolaus Schaller2022-03-151-1/+0
* usb: musb: Set the DT node on the child deviceRob Herring2021-12-171-0/+1
* usb: musb: Drop unneeded resource copyingRob Herring2021-12-171-21/+1
* usb: musb: Fix suspend and resume issues for PHYs on I2C and SPITony Lindgren2021-07-271-5/+38
* usb: musb: Add missing PM suspend and resume functions for 2430 glueTony Lindgren2021-05-211-0/+32
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* usb: musb: Get rid of omap2430_musb_set_vbus()Tony Lindgren2020-01-151-48/+23
* usb: musb: omap2430: Idle musb on initTony Lindgren2020-01-151-17/+3
* usb: musb: omap2430: Clean up enable and remove devctl tinkeringTony Lindgren2020-01-151-20/+0
* usb: musb: Add musb_set_host and peripheral and use them for omap2430Tony Lindgren2020-01-151-49/+22
* usb: musb: omap2430: Handle multiple ID ground interruptsTony Lindgren2020-01-151-6/+19
* usb: musb: omap2430: Wait on enable to avoid babbleTony Lindgren2020-01-151-0/+3
* usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glueTony Lindgren2020-01-151-2/+0
* usb: musb: omap2430: Add support for idling phy when musb is idleTony Lindgren2019-04-301-0/+6
* usb: musb: remove references to default_a of struct usb_otgBin Liu2018-05-221-5/+0
* USB: musb: omap2430: drop non-DT supportJohan Hovold2018-04-221-50/+45
* USB: musb: Remove redundant license textGreg Kroah-Hartman2017-11-071-17/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: musb: omap2430: constify dev_pm_ops structuresBhumika Goyal2017-02-031-1/+1
* Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman2016-11-281-6/+4
|\
| * usb: musb: Add missing pm_runtime_disable and drop 2430 PM timeoutTony Lindgren2016-11-171-6/+4
* | usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbgLadislav Michl2016-11-211-1/+1
* | usb: musb: omap2430: use dev_errLadislav Michl2016-11-211-3/+3
|/
* usb: musb: Fix hardirq-safe hardirq-unsafe lock order errorTony Lindgren2016-10-241-5/+2
* usb: musb: Simplify PM runtime for 2430 glue layerTony Lindgren2016-09-131-66/+10
* usb: musb: Use normal module_init for 2430 glueTony Lindgren2016-06-011-12/+2
* usb: musb: Remove extra PM runtime calls from 2430 glue layerTony Lindgren2016-06-011-24/+4
* usb: musb: Return error value from musb_mailboxTony Lindgren2016-06-011-3/+5
* usb: musb: Don't set d+ high before enable for 2430 glue layerTony Lindgren2016-06-011-11/+0
* usb: musb: Remove try_idle for 2430 glue layerTony Lindgren2016-06-011-91/+0
* usb: musb: Improve PM runtime and phy handling for 2430 glue layerTony Lindgren2016-06-011-11/+19
* usb: musb: Handle cable status better for 2430 glue layerTony Lindgren2016-06-011-8/+60
* usb: musb: Split PM runtime between wrapper IP and musb coreTony Lindgren2016-06-011-10/+0
* usb: musb: Update to use PM runtime autosuspendTony Lindgren2016-06-011-2/+3
* usb: musb: Fix unbalanced pm_runtime_enableTony Lindgren2015-12-161-0/+3
* usb: musb: core: Fix handling of the phy notificationsTony Lindgren2015-12-161-13/+14
* usb: musb: omap2430: Fix regression caused by driver core changeTony Lindgren2015-10-281-6/+23
* usb: musb: Set up function pointers for DMATony Lindgren2015-05-071-0/+4
* usb: musb: Fix up DMA related macrosTony Lindgren2015-05-071-0/+1
* usb: musb: Fix use for of_property_read_bool for disabled multipointTony Lindgren2015-02-231-2/+5
* usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart2014-11-031-15/+15
* usb: musb: omap2430: use MUSB_DEVCTL_BDEVICESergei Shtylyov2014-11-031-1/+2
* usb: musb: omap2430: delete unnecessary 'out of memory' messagesPeter Chen2014-11-031-15/+4
* usb: musb: omap2430: make sure clocks are enabled when running mailboxFelipe Balbi2014-04-151-0/+6
* usb: musb: fix PHY power on/offFelipe Balbi2014-04-151-0/+2