summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: omap2430: replace *_* with *-* in property namesKishon Vijay Abraham I2013-03-181-3/+3
* usb: phy: remove CONFIG_USB_OTG_UTILSFelipe Balbi2013-03-181-1/+0
* usb: otg: prefix otg_state_string with usb_Felipe Balbi2013-03-1811-53/+54
* usb: musb: drop dangling CONFIG_USB_MUSB_DEBUGFabio Baltieri2013-03-181-14/+3
* usb: musb: gadget: don't assign gadget.dev.release directlyFelipe Balbi2013-03-181-8/+0
* usb: musb: gadget: remove unnecessary initializationsFelipe Balbi2013-03-181-2/+0
* usb: musb: Kconfig: drop unnecessary dependenciesFelipe Balbi2013-03-181-2/+0
* usb: musb: gadget: fix compile warningFelipe Balbi2013-03-181-6/+9
* usb: musb: dsps: fix possible compile warningFelipe Balbi2013-03-181-2/+1
* usb: musb: ux500_dma: kill compile warningsFelipe Balbi2013-03-181-3/+4
* usb: musb: dsps: add missing includeFelipe Balbi2013-03-182-0/+2
* usb: musb: make davinci and da8xx glues depend on BROKENFelipe Balbi2013-03-181-0/+2
* usb: musb: force PIO-only if we're building multiplatform kernelsFelipe Balbi2013-03-181-0/+1
* usb: musb: gadget: delete wrong commentFelipe Balbi2013-03-181-108/+0
* usb: musb: switch over to devm_ioremap_resource()Felipe Balbi2013-03-181-13/+4
* usb: musb: core: remove unnecessary pr_info()Felipe Balbi2013-03-181-2/+0
* usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-181-1/+0
* usb: musb: gadget: let udc-core manage gadget-devFelipe Balbi2013-03-181-9/+1
* usb: musb: core: fix possible build error with randconfigFelipe Balbi2013-03-111-4/+0
* 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
* usb: musb: fix compile warningFelipe Balbi2013-03-051-2/+0
* usb: musb: remove all 'select' from KconfigFelipe Balbi2013-03-051-5/+0
* usb: musb: correct Kconfig in order to avoid non compilable selectionPeter Ujfalusi2013-03-041-2/+2
* Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-2113-92/+110
|\
| * drivers/usb: add missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-02-081-0/+1
| * Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman2013-01-251-2/+2
| |\
| * \ Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2013-01-253-55/+30
| |\ \
| | * | 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-253-54/+24
| * | | Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-01-2511-39/+79
| |\ \ \
| | * | | usb: musb: omap2430: fix wrong devm_kzalloc() result checkSergei Shtylyov2013-01-171-1/+1
| | * | | usb: musb: fix dependency on transceiver driverMing Lei2013-01-178-10/+16
| | * | | usb: musb: core: fix failure pathMing Lei2013-01-171-0/+1
| | * | | usb: musb: Double buffering issues in host mode TXsupriya karanth2013-01-171-6/+14
| | * | | usb: musb: omap2430: kill redundant assignments in omap2430_probe()Sergei Shtylyov2013-01-171-3/+1
| | * | | usb: musb: ux500: use clk_prepare_enable and clk_disable_unprepareFabio Baltieri2013-01-171-5/+5
| | * | | usb: musb: set AUTOSET for full speed bulk DMA transfer in host modesupriya karanth2013-01-101-6/+18
| | * | | usb: musb: set TXMAXP and AUTOSET for full speed bulk in device modesupriya karanth2013-01-101-3/+19
| | * | | usb: musb: dsps: Remove duplicate inclusion of linux/of.hSachin Kamat2013-01-101-1/+0
| | * | | usb: musb: omap2430: fix the readiness check in omap_musb_mailboxAaro Koskinen2013-01-101-4/+4
| | |/ /
* | | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-251-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | usb: musb: cppi_dma: drop '__init' annotationSergei Shtylyov2013-01-181-2/+2
| |/ /
* | | usb: Convert to devm_ioremap_resource()Thierry Reding2013-01-222-7/+4
|/ /
* | Merge tag 'fixes-for-v3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2013-01-072-4/+6
|\ \ | |/ |/|
| * usb: musb: core: print new line in the driver banner againSergei Shtylyov2012-12-131-4/+1
| * usb: musb: dsps: header movement build error fixAfzal Mohammed2012-12-131-0/+5
* | usb: musb: use io{read,write}*_rep accessorsMatthew Leach2012-12-172-27/+6
* | musb: tusb6010: use io{read,write}*_rep accessorsMatthew Leach2012-12-171-2/+3
OpenPOWER on IntegriCloud