summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/omap2430.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I2014-03-091-1/+1
* usb: musb: fix obex in g_nokia.ko causing kernel panicFelipe Balbi2014-02-181-2/+0
* Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-10-241-0/+3
|\
| * usb: musb: Call atomic_notifier_call_chain when status is changedPali Rohár2013-10-011-0/+3
* | usb: musb: omap2430: Don't use omap_get_control_dev()Roger Quadros2013-10-031-11/+14
* | usb: musb: omap2430: use the new generic PHY frameworkKishon Vijay Abraham I2013-09-271-6/+20
|/
* Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-131-4/+4
|\
| * usb: musb: use dev_get_platdata()Jingoo Han2013-07-301-4/+4
* | usb: musb: fix resource passed from glue layer to musbKishon Vijay Abraham I2013-07-171-1/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2013-05-281-1/+1
* | usb: musb: omap2430: make it compile againSebastian Andrzej Siewior2013-06-251-2/+2
* | usb: musb: eliminate musb_to_hcdDaniel Mack2013-05-281-1/+1
* | usb: musb: fix incorrect usage of resource pointerFelipe Balbi2013-05-281-2/+16
|/
* usb: musb: omap2430: add missing platform_device_put() on error in omap2430_p...Wei Yongjun2013-05-151-1/+2
* usb: musb: omap2430: turn off vbus on cable disconnectGrazvydas Ignotas2013-04-021-0/+1
* usb: musb: omap2430: fix PHY error handlingFelipe Balbi2013-03-181-1/+6
* usb: musb: omap: add usb_phy_init in omap2430_musb_initKishon Vijay Abraham I2013-03-181-0/+2
* usb: musb: omap: remove the check before calling otg_set_vbusKishon Vijay Abraham I2013-03-181-6/+4
* usb: musb: omap2430: replace *_* with *-* in property namesKishon Vijay Abraham I2013-03-181-3/+3
* usb: otg: prefix otg_state_string with usb_Felipe Balbi2013-03-181-3/+3
* usb: musb: omap2430: fix sparse warningAaro Koskinen2013-03-051-1/+1
* usb: musb: omap2430: fix omap_musb_mailbox glue check againAaro Koskinen2013-03-051-3/+7
* Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2013-01-251-46/+29
|\
OpenPOWER on IntegriCloud