summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/omap2430.c
AgeCommit message (Expand)Author
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
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I
2014-02-18usb: musb: fix obex in g_nokia.ko causing kernel panicFelipe Balbi
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-10-03usb: musb: omap2430: Don't use omap_get_control_dev()Roger Quadros
2013-10-01usb: musb: Call atomic_notifier_call_chain when status is changedPali Rohár
2013-09-27usb: musb: omap2430: use the new generic PHY frameworkKishon Vijay Abraham I
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-07-30usb: musb: use dev_get_platdata()Jingoo Han
2013-07-17usb: musb: fix resource passed from glue layer to musbKishon Vijay Abraham I
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-06-25usb: musb: omap2430: make it compile againSebastian Andrzej Siewior
2013-05-28usb: musb: eliminate musb_to_hcdDaniel Mack
2013-05-28usb: musb: fix incorrect usage of resource pointerFelipe Balbi
2013-05-28treewide: Fix typo in printkMasanari Iida
2013-05-15usb: musb: omap2430: add missing platform_device_put() on error in omap2430_p...Wei Yongjun
2013-04-02usb: musb: omap2430: turn off vbus on cable disconnectGrazvydas Ignotas
2013-03-18usb: musb: omap2430: fix PHY error handlingFelipe Balbi
2013-03-18usb: musb: omap: add usb_phy_init in omap2430_musb_initKishon Vijay Abraham I