summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2012-09-17Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2-2/+2
2012-09-12Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman22-654/+866
2012-09-12Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman6-0/+6
2012-09-12Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+0
2012-09-11usb: musb: dsps: remove explicit NOP device creationAjay Kumar Gupta1-2/+1
2012-09-11usb: musb: dsps: add dt supportAjay Kumar Gupta1-9/+51
2012-09-11usb: musb: am335x: add support for dual instanceB, Ravi1-32/+49
2012-09-11usb: musb: kill global and static for multi instanceAjay Kumar Gupta3-20/+14
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi10-69/+210
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 I2-7/+54
2012-09-06usb: musb: musbhsdma: fix IRQ checkSergei Shtylyov1-1/+1
2012-09-06usb: musb: tusb6010: fix error path in tusb_probe()Sergei Shtylyov1-1/+1
2012-09-06usb: musb: host: fix for musb_start_urb Oopsyuzheng ma1-1/+1
2012-08-31usb: musb: core: fix kernel-doc of musb_init_controller()Sergei Shtylyov1-3/+3
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz1-1/+0
2012-08-20usb: musb: fix spelling of families in KconfigPeter Meerwald1-1/+1
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: Make dma_controller_create __devinitShubhrajyoti D5-5/+5
2012-08-09usb: musb: Prevent the masking of the return valueShubhrajyoti D1-1/+1
2012-08-09usb: musb: Remove redundant if statementRoger Quadros1-19/+15
2012-08-09usb: musb: drop is_host_capable() and is_peripheral_capable()Felipe Balbi2-34/+18
2012-08-09usb: musb: drop useless board_mode usageFelipe Balbi11-334/+159
2012-08-07usb: musb: use DMA mode 1 whenever possibleRoger Quadros1-26/+4
2012-08-07usb: musb: host: Handle highmem in PIO modeVirupax Sadashivpetimath2-5/+96
2012-08-07usb: musb: Fix bad call to kfree() in musb_freeBrian Downing1-1/+1
2012-08-07usb: musb: fix sparse warningsFelipe Balbi3-4/+4
2012-08-03usb: musb: cleanup while removing musb omap glue driverKishon Vijay Abraham I1-2/+1
2012-08-03usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi6-0/+6
2012-08-03usb: musb: NAK timeout scheme on bulk TX endpointAjay Kumar Gupta1-62/+92
2012-08-03usb: musb: check for zero byte in musb_read/write_fifoAjay Kumar Gupta1-0/+6
2012-08-03usb: musb: gadget: don't program dma for zero byte txAjay Kumar Gupta1-1/+1
2012-08-03usb: musb: host: don't program dma for zero byte txAjay Kumar Gupta1-1/+11
2012-08-03usb: musb: gadget: use variables according to their names in rxstate()Sergei Shtylyov1-12/+13
2012-08-03usb: musb: reorder runtime pm callAjay Kumar Gupta1-8/+9
2012-08-03usb: musb: am335x: fix pdev resource bugAjay Kumar Gupta1-1/+1
2012-08-03usb: musb: Fix wrong config for am33xx and ti81xxAjay Kumar Gupta1-2/+2
2012-07-31usb/musb: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-06Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman10-74/+109
2012-07-06Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2-1/+19
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I8-8/+15
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 I2-11/+15
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I8-8/+8
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I9-20/+20
2012-06-22usb: musb: host: release dma channels if no active ioAjay Kumar Gupta1-2/+12
2012-06-04usb: musb: host: Disable MUSB DMA mode incase of DMA channel request failureMantesh Sarasetti1-1/+5