aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/omap2430.c
AgeCommit message (Expand)Author
2023-04-05usb: musb: omap2430: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-16usb: Use of_property_present() for testing DT property presenceRob Herring
2023-01-17usb: musb: fix error return code in omap2430_probe()Yang Yingliang
2022-11-22usb: musb: omap2430: Fix probe regression for missing resourcesTony Lindgren
2022-04-21usb: musb: Fix missing of_node_put() in omap2430_probeMiaoqian Lin
2022-03-15partially Revert "usb: musb: Set the DT node on the child device"H. Nikolaus Schaller
2021-12-17usb: musb: Set the DT node on the child deviceRob Herring
2021-12-17usb: musb: Drop unneeded resource copyingRob Herring
2021-07-27usb: musb: Fix suspend and resume issues for PHYs on I2C and SPITony Lindgren
2021-05-21usb: musb: Add missing PM suspend and resume functions for 2430 glueTony Lindgren
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-01-15usb: musb: Get rid of omap2430_musb_set_vbus()Tony Lindgren
2020-01-15usb: musb: omap2430: Idle musb on initTony Lindgren
2020-01-15usb: musb: omap2430: Clean up enable and remove devctl tinkeringTony Lindgren
2020-01-15usb: musb: Add musb_set_host and peripheral and use them for omap2430Tony Lindgren
2020-01-15usb: musb: omap2430: Handle multiple ID ground interruptsTony Lindgren
2020-01-15usb: musb: omap2430: Wait on enable to avoid babbleTony Lindgren
2020-01-15usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glueTony Lindgren
2019-04-30usb: musb: omap2430: Add support for idling phy when musb is idleTony Lindgren
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu
2018-04-22USB: musb: omap2430: drop non-DT supportJohan Hovold
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-02-03usb: musb: omap2430: constify dev_pm_ops structuresBhumika Goyal
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman
2016-11-21usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbgLadislav Michl
2016-11-21usb: musb: omap2430: use dev_errLadislav Michl
2016-11-17usb: musb: Add missing pm_runtime_disable and drop 2430 PM timeoutTony Lindgren
2016-10-24usb: musb: Fix hardirq-safe hardirq-unsafe lock order errorTony Lindgren
2016-09-13usb: musb: Simplify PM runtime for 2430 glue layerTony Lindgren
2016-06-01usb: musb: Use normal module_init for 2430 glueTony Lindgren
2016-06-01usb: musb: Remove extra PM runtime calls from 2430 glue layerTony Lindgren
2016-06-01usb: musb: Return error value from musb_mailboxTony Lindgren
2016-06-01usb: musb: Don't set d+ high before enable for 2430 glue layerTony Lindgren
2016-06-01usb: musb: Remove try_idle for 2430 glue layerTony Lindgren
2016-06-01usb: musb: Improve PM runtime and phy handling for 2430 glue layerTony Lindgren
2016-06-01usb: musb: Handle cable status better for 2430 glue layerTony Lindgren
2016-06-01usb: musb: Split PM runtime between wrapper IP and musb coreTony Lindgren
2016-06-01usb: musb: Update to use PM runtime autosuspendTony Lindgren
2015-12-16usb: musb: Fix unbalanced pm_runtime_enableTony Lindgren
2015-12-16usb: musb: core: Fix handling of the phy notificationsTony Lindgren
2015-10-28usb: musb: omap2430: Fix regression caused by driver core changeTony Lindgren
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren
2015-05-07usb: musb: Fix up DMA related macrosTony Lindgren
2015-02-23usb: musb: Fix use for of_property_read_bool for disabled multipointTony Lindgren
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart
2014-11-03usb: musb: omap2430: use MUSB_DEVCTL_BDEVICESergei Shtylyov
2014-11-03usb: musb: omap2430: delete unnecessary 'out of memory' messagesPeter Chen
2014-04-15usb: musb: omap2430: make sure clocks are enabled when running mailboxFelipe Balbi
2014-04-15usb: musb: fix PHY power on/offFelipe Balbi