summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/omap2430.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-02usb: musb: omap2430: turn off vbus on cable disconnectGrazvydas Ignotas1-0/+1
2013-03-18usb: musb: omap2430: fix PHY error handlingFelipe Balbi1-1/+6
2013-03-18usb: musb: omap: add usb_phy_init in omap2430_musb_initKishon Vijay Abraham I1-0/+2
2013-03-18usb: musb: omap: remove the check before calling otg_set_vbusKishon Vijay Abraham I1-6/+4
2013-03-18usb: musb: omap2430: replace *_* with *-* in property namesKishon Vijay Abraham I1-3/+3
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi1-3/+3
2013-03-05usb: musb: omap2430: fix sparse warningAaro Koskinen1-1/+1
2013-03-05usb: musb: omap2430: fix omap_musb_mailbox glue check againAaro Koskinen1-3/+7
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-46/+29
2013-01-25usb: musb: omap: get phy by phandle for dt bootKishon Vijay Abraham I1-1/+6
2013-01-25usb: musb: omap: make use of the new PHY lib APIsKishon Vijay Abraham I1-1/+1
2013-01-25usb: start using the control module driverKishon Vijay Abraham I1-45/+23
2013-01-17usb: musb: omap2430: fix wrong devm_kzalloc() result checkSergei Shtylyov1-1/+1
2013-01-17usb: musb: fix dependency on transceiver driverMing Lei1-1/+1
2013-01-17usb: musb: omap2430: kill redundant assignments in omap2430_probe()Sergei Shtylyov1-3/+1
2013-01-10usb: musb: omap2430: fix the readiness check in omap_musb_mailboxAaro Koskinen1-4/+4
2012-11-22usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-06usb: musb: remove generic_interruptPhilippe De Swert1-0/+22
2012-11-01usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior1-19/+5
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi1-6/+20
2012-09-11usb: musb: omap: Add device tree support for omap musb glueKishon Vijay Abraham I1-0/+54
2012-09-11usb: musb: omap: write directly to mailbox instead of using phyKishon Vijay Abraham I1-7/+45
2012-08-20usb: musb: omap2430.c delete unused variable.Matthias Brugger1-3/+1
2012-08-14usb: musb: omap2430: don't loop indefinitely in interrupt.NeilBrown1-1/+5
2012-08-09usb: musb: drop useless board_mode usageFelipe Balbi1-6/+5
2012-08-03usb: musb: cleanup while removing musb omap glue driverKishon Vijay Abraham I1-2/+1
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-1/+1
2012-06-25usb: musb: omap: use devres API to allocate resourcesKishon Vijay Abraham I1-12/+7
2012-06-25usb: musb: move otg specific initializations from twl to glueKishon Vijay Abraham I1-0/+5
2012-06-25usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I1-35/+59
2012-06-25usb: musb: move work_struct(otg_notifier_work) from core to omap glueKishon Vijay Abraham I1-9/+15
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-2/+2
2012-04-10usb: musb: omap: fix the error check for pm_runtime_get_syncShubhrajyoti D1-2/+3
2012-04-10usb: musb: omap: fix crash when musb glue (omap) gets initializedKishon Vijay Abraham I1-2/+2
2012-04-10usb: musb: fix some runtime_pm issuesGrazvydas Ignotas1-1/+1
2012-04-10usb: musb: fix oops on omap2430 module unloadVladimir Zapolskiy1-8/+12
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-17/+18
2012-03-01Merge tag 'musb-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-5/+6
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-4/+4
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-11/+11
2012-02-13usb: musb: Start using struct usb_otgHeikki Krogerus1-2/+3
2012-01-31usb: musb: make modules behave betterFelipe Balbi1-5/+6
2012-01-25usb: musb: omap2430: minor cleanups.NeilBrown1-2/+2
2011-12-20musb: omap2430: avoid pm_runtime_disable()Felipe Contreras1-2/+0
2011-12-20usb: musb: remove a bit of indentationFelipe Contreras1-14/+13
2011-12-20usb: musb: trivial cleanupFelipe Contreras1-7/+1
2011-12-12usb: musb: omap2430: fix compile warningFelipe Balbi1-3/+0