summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/omap2430.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: use dev_get_platdata()Jingoo Han2013-07-301-4/+4
* 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-261-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/+4Star
* 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/+29Star
|\
| * usb: musb: omap: get phy by phandle for dt bootKishon Vijay Abraham I2013-01-251-1/+6
| * usb: musb: omap: make use of the new PHY lib APIsKishon Vijay Abraham I2013-01-251-1/+1
| * usb: start using the control module driverKishon Vijay Abraham I2013-01-251-45/+23Star
* | usb: musb: omap2430: fix wrong devm_kzalloc() result checkSergei Shtylyov2013-01-171-1/+1
* | usb: musb: fix dependency on transceiver driverMing Lei2013-01-171-1/+1
* | usb: musb: omap2430: kill redundant assignments in omap2430_probe()Sergei Shtylyov2013-01-171-3/+1Star
* | usb: musb: omap2430: fix the readiness check in omap_musb_mailboxAaro Koskinen2013-01-101-4/+4
|/
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* usb: musb: remove generic_interruptPhilippe De Swert2012-11-061-0/+22
* usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior2012-11-011-19/+5Star
* usb: musb: add musb_ida for multi instance supportB, Ravi2012-09-111-6/+20
* usb: musb: omap: Add device tree support for omap musb glueKishon Vijay Abraham I2012-09-111-0/+54
* usb: musb: omap: write directly to mailbox instead of using phyKishon Vijay Abraham I2012-09-111-7/+45
* usb: musb: omap2430.c delete unused variable.Matthias Brugger2012-08-201-3/+1Star
* usb: musb: omap2430: don't loop indefinitely in interrupt.NeilBrown2012-08-141-1/+5
* usb: musb: drop useless board_mode usageFelipe Balbi2012-08-091-6/+5Star
* usb: musb: cleanup while removing musb omap glue driverKishon Vijay Abraham I2012-08-031-2/+1Star
* usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-021-1/+1
* usb: musb: omap: use devres API to allocate resourcesKishon Vijay Abraham I2012-06-251-12/+7Star
* usb: musb: move otg specific initializations from twl to glueKishon Vijay Abraham I2012-06-251-0/+5
* usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I2012-06-251-35/+59
* usb: musb: move work_struct(otg_notifier_work) from core to omap glueKishon Vijay Abraham I2012-06-251-9/+15
* usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-251-1/+1
* usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-251-2/+2
* usb: musb: omap: fix the error check for pm_runtime_get_syncShubhrajyoti D2012-04-101-2/+3
* usb: musb: omap: fix crash when musb glue (omap) gets initializedKishon Vijay Abraham I2012-04-101-2/+2
* usb: musb: fix some runtime_pm issuesGrazvydas Ignotas2012-04-101-1/+1
* usb: musb: fix oops on omap2430 module unloadVladimir Zapolskiy2012-04-101-8/+12
* Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-03-011-17/+18
|\
| * usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-271-4/+4
| * usb: Convert all users to new usb_phyHeikki Krogerus2012-02-271-11/+11
| * usb: musb: Start using struct usb_otgHeikki Krogerus2012-02-131-2/+3