summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_core.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-28usb: musb: eliminate musb_to_hcdDaniel Mack1-2/+2
2013-05-28usb: musb: use musb->port_modeDaniel Mack1-5/+17
2013-05-28usb: musb: re-introduce musb->port_modeDaniel Mack1-0/+1
2013-05-28usb: musb: add musb_host_setup() and musb_host_cleanup()Daniel Mack1-0/+5
2013-05-28usb: musb: factor out hcd initalizationDaniel Mack1-21/+19
2013-05-28usb: musb: move musb_start to musb_virthub.cDaniel Mack1-45/+0
2013-05-28usb: musb: factor some host-specific functionsDaniel Mack1-11/+7
2013-05-28usb: musb: remove 'ignore_disconnect' flagFelipe Balbi1-9/+1
2013-03-22usb: musb: core: log VBUS errorGrazvydas Ignotas1-1/+2
2013-03-22usb: musb: core: honour initial transceiver stateGrazvydas Ignotas1-3/+7
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi1-19/+20
2013-03-18usb: musb: switch over to devm_ioremap_resource()Felipe Balbi1-13/+4
2013-03-18usb: musb: core: remove unnecessary pr_info()Felipe Balbi1-2/+0
2013-03-11usb: musb: core: fix possible build error with randconfigFelipe Balbi1-4/+0
2013-03-05usb: musb: fix compile warningFelipe Balbi1-2/+0
2013-01-25Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-0/+1
2013-01-17usb: musb: core: fix failure pathMing Lei1-0/+1
2013-01-07Merge tag 'fixes-for-v3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-4/+1
2012-12-18usb: musb: use io{read,write}*_rep accessorsMatthew Leach1-6/+6
2012-12-13usb: musb: core: print new line in the driver banner againSergei Shtylyov1-4/+1
2012-11-22usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devinitdataBill Pemberton1-11/+11
2012-11-22usb: remove use of __devinitBill Pemberton1-8/+7
2012-11-22usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-06usb: musb: remove generic_interruptPhilippe De Swert1-29/+2
2012-11-01usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior1-30/+0
2012-10-31usb: musb: Perform only write access on MUSB_INTRTXESebastian Andrzej Siewior1-4/+6
2012-10-31usb: musb: Perform only write access on MUSB_INTRRXESebastian Andrzej Siewior1-4/+6
2012-10-31usb: musb: read MUSB_POWER register only when required.Sebastian Andrzej Siewior1-7/+8
2012-09-11usb: musb: kill global and static for multi instanceAjay Kumar Gupta1-15/+7
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi1-0/+31
2012-08-31usb: musb: core: fix kernel-doc of musb_init_controller()Sergei Shtylyov1-3/+3
2012-08-09usb: musb: Prevent the masking of the return valueShubhrajyoti D1-1/+1
2012-08-09usb: musb: drop is_host_capable() and is_peripheral_capable()Felipe Balbi1-30/+18
2012-08-09usb: musb: drop useless board_mode usageFelipe Balbi1-139/+71
2012-08-07usb: musb: Fix bad call to kfree() in musb_freeBrian Downing1-1/+1
2012-08-07usb: musb: fix sparse warningsFelipe Balbi1-2/+2
2012-08-03usb: musb: check for zero byte in musb_read/write_fifoAjay Kumar Gupta1-0/+6
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-1/+1
2012-05-04usb: musb: Add support for ti81xx platformAjay Kumar Gupta1-1/+3
2012-04-10usb: musb: wake the device before ulpi transfersGrazvydas Ignotas1-6/+25
2012-04-10usb: musb: fix some runtime_pm issuesGrazvydas Ignotas1-1/+8
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi1-1/+1
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-12/+12
2012-03-01Merge tag 'musb-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-28/+23
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-1/+1
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-6/+5
2012-02-13usb: musb: Start using struct usb_otgHeikki Krogerus1-5/+6
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-2/+2
2012-01-31usb: musb: make modules behave betterFelipe Balbi1-26/+23