summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-162-2/+2
|\
| * usb: musb: musbhsdma: fix IRQ checkSergei Shtylyov2012-09-061-1/+1
| * usb: musb: tusb6010: fix error path in tusb_probe()Sergei Shtylyov2012-09-061-1/+1
| * usb: musb: host: fix for musb_start_urb Oopsyuzheng ma2012-09-061-1/+1
* | Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-09-1122-654/+866
|\ \
| * | usb: musb: dsps: remove explicit NOP device creationAjay Kumar Gupta2012-09-111-2/+1
| * | usb: musb: dsps: add dt supportAjay Kumar Gupta2012-09-111-9/+51
| * | usb: musb: am335x: add support for dual instanceB, Ravi2012-09-111-32/+49
| * | usb: musb: kill global and static for multi instanceAjay Kumar Gupta2012-09-113-20/+14
| * | usb: musb: add musb_ida for multi instance supportB, Ravi2012-09-1110-69/+210
| * | 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-112-7/+54
| * | usb: musb: core: fix kernel-doc of musb_init_controller()Sergei Shtylyov2012-08-311-3/+3
| * | usb: musb: fix spelling of families in KconfigPeter Meerwald2012-08-201-1/+1
| * | usb: musb: omap2430.c delete unused variable.Matthias Brugger2012-08-201-3/+1
| * | usb: musb: omap2430: don't loop indefinitely in interrupt.NeilBrown2012-08-141-1/+5
| * | usb: musb: Make dma_controller_create __devinitShubhrajyoti D2012-08-095-5/+5
| * | usb: musb: Prevent the masking of the return valueShubhrajyoti D2012-08-091-1/+1
| * | usb: musb: Remove redundant if statementRoger Quadros2012-08-091-19/+15
| * | usb: musb: drop is_host_capable() and is_peripheral_capable()Felipe Balbi2012-08-092-34/+18
| * | usb: musb: drop useless board_mode usageFelipe Balbi2012-08-0911-334/+159
| * | usb: musb: use DMA mode 1 whenever possibleRoger Quadros2012-08-071-26/+4
| * | usb: musb: host: Handle highmem in PIO modeVirupax Sadashivpetimath2012-08-072-5/+96
| * | usb: musb: Fix bad call to kfree() in musb_freeBrian Downing2012-08-071-1/+1
| * | usb: musb: fix sparse warningsFelipe Balbi2012-08-073-4/+4
| * | usb: musb: cleanup while removing musb omap glue driverKishon Vijay Abraham I2012-08-031-2/+1
| * | usb: musb: NAK timeout scheme on bulk TX endpointAjay Kumar Gupta2012-08-031-62/+92
| * | usb: musb: check for zero byte in musb_read/write_fifoAjay Kumar Gupta2012-08-031-0/+6
| * | usb: musb: gadget: don't program dma for zero byte txAjay Kumar Gupta2012-08-031-1/+1
| * | usb: musb: host: don't program dma for zero byte txAjay Kumar Gupta2012-08-031-1/+11
| * | usb: musb: gadget: use variables according to their names in rxstate()Sergei Shtylyov2012-08-031-12/+13
* | | Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-09-116-0/+6
|\ \ \
| * | | usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi2012-08-036-0/+6
| |/ /
* | | Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-09-111-1/+0
|\ \ \ | |_|/ |/| |
| * | usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz2012-08-311-1/+0
| |/
* | usb: musb: reorder runtime pm callAjay Kumar Gupta2012-08-031-8/+9
* | usb: musb: am335x: fix pdev resource bugAjay Kumar Gupta2012-08-031-1/+1
* | usb: musb: Fix wrong config for am33xx and ti81xxAjay Kumar Gupta2012-08-031-2/+2
|/
* usb/musb: remove conditional compilation of clk codeViresh Kumar2012-07-301-8/+0
* Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-0510-74/+109
|\
| * usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-028-8/+15
| * usb: musb: omap: use devres API to allocate resourcesKishon Vijay Abraham I2012-06-251-12/+7
| * 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-252-11/+15
| * usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-258-8/+8
| * usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-259-20/+20
* | Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-07-052-1/+19
|\ \
| * | usb: musb: host: Disable MUSB DMA mode incase of DMA channel request failureMantesh Sarasetti2012-06-041-1/+5
| * | usb: musb: handle nuked ep dma interruptVikram Pandita2012-06-041-0/+14
| |/
OpenPOWER on IntegriCloud