Age | Commit message (Expand) | Author | Files | Lines |
2012-09-17 | Merge 3.6-rc6 into usb-next | Greg Kroah-Hartman | 2 | -2/+2 |
2012-09-12 | Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 22 | -654/+866 |
2012-09-12 | Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Greg Kroah-Hartman | 6 | -0/+6 |
2012-09-12 | Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 1 | -1/+0 |
2012-09-11 | usb: musb: dsps: remove explicit NOP device creation | Ajay Kumar Gupta | 1 | -2/+1 |
2012-09-11 | usb: musb: dsps: add dt support | Ajay Kumar Gupta | 1 | -9/+51 |
2012-09-11 | usb: musb: am335x: add support for dual instance | B, Ravi | 1 | -32/+49 |
2012-09-11 | usb: musb: kill global and static for multi instance | Ajay Kumar Gupta | 3 | -20/+14 |
2012-09-11 | usb: musb: add musb_ida for multi instance support | B, Ravi | 10 | -69/+210 |
2012-09-11 | usb: musb: omap: Add device tree support for omap musb glue | Kishon Vijay Abraham I | 1 | -0/+54 |
2012-09-11 | usb: musb: omap: write directly to mailbox instead of using phy | Kishon Vijay Abraham I | 2 | -7/+54 |
2012-09-06 | usb: musb: musbhsdma: fix IRQ check | Sergei Shtylyov | 1 | -1/+1 |
2012-09-06 | usb: musb: tusb6010: fix error path in tusb_probe() | Sergei Shtylyov | 1 | -1/+1 |
2012-09-06 | usb: musb: host: fix for musb_start_urb Oops | yuzheng ma | 1 | -1/+1 |
2012-08-31 | usb: musb: core: fix kernel-doc of musb_init_controller() | Sergei Shtylyov | 1 | -3/+3 |
2012-08-31 | usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED | Michal Nazarewicz | 1 | -1/+0 |
2012-08-20 | usb: musb: fix spelling of families in Kconfig | Peter Meerwald | 1 | -1/+1 |
2012-08-20 | usb: musb: omap2430.c delete unused variable. | Matthias Brugger | 1 | -3/+1 |
2012-08-14 | usb: musb: omap2430: don't loop indefinitely in interrupt. | NeilBrown | 1 | -1/+5 |
2012-08-09 | usb: musb: Make dma_controller_create __devinit | Shubhrajyoti D | 5 | -5/+5 |
2012-08-09 | usb: musb: Prevent the masking of the return value | Shubhrajyoti D | 1 | -1/+1 |
2012-08-09 | usb: musb: Remove redundant if statement | Roger Quadros | 1 | -19/+15 |
2012-08-09 | usb: musb: drop is_host_capable() and is_peripheral_capable() | Felipe Balbi | 2 | -34/+18 |
2012-08-09 | usb: musb: drop useless board_mode usage | Felipe Balbi | 11 | -334/+159 |
2012-08-07 | usb: musb: use DMA mode 1 whenever possible | Roger Quadros | 1 | -26/+4 |
2012-08-07 | usb: musb: host: Handle highmem in PIO mode | Virupax Sadashivpetimath | 2 | -5/+96 |
2012-08-07 | usb: musb: Fix bad call to kfree() in musb_free | Brian Downing | 1 | -1/+1 |
2012-08-07 | usb: musb: fix sparse warnings | Felipe Balbi | 3 | -4/+4 |
2012-08-03 | usb: musb: cleanup while removing musb omap glue driver | Kishon Vijay Abraham I | 1 | -2/+1 |
2012-08-03 | usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.h | Felipe Balbi | 6 | -0/+6 |
2012-08-03 | usb: musb: NAK timeout scheme on bulk TX endpoint | Ajay Kumar Gupta | 1 | -62/+92 |
2012-08-03 | usb: musb: check for zero byte in musb_read/write_fifo | Ajay Kumar Gupta | 1 | -0/+6 |
2012-08-03 | usb: musb: gadget: don't program dma for zero byte tx | Ajay Kumar Gupta | 1 | -1/+1 |
2012-08-03 | usb: musb: host: don't program dma for zero byte tx | Ajay Kumar Gupta | 1 | -1/+11 |
2012-08-03 | usb: musb: gadget: use variables according to their names in rxstate() | Sergei Shtylyov | 1 | -12/+13 |
2012-08-03 | usb: musb: reorder runtime pm call | Ajay Kumar Gupta | 1 | -8/+9 |
2012-08-03 | usb: musb: am335x: fix pdev resource bug | Ajay Kumar Gupta | 1 | -1/+1 |
2012-08-03 | usb: musb: Fix wrong config for am33xx and ti81xx | Ajay Kumar Gupta | 1 | -2/+2 |
2012-07-31 | usb/musb: remove conditional compilation of clk code | Viresh Kumar | 1 | -8/+0 |
2012-07-06 | Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Greg Kroah-Hartman | 10 | -74/+109 |
2012-07-06 | Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2 | -1/+19 |
2012-07-02 | usb: phy: fix return value check of usb_get_phy | Kishon Vijay Abraham I | 8 | -8/+15 |
2012-06-25 | usb: musb: omap: use devres API to allocate resources | Kishon Vijay Abraham I | 1 | -12/+7 |
2012-06-25 | usb: musb: move otg specific initializations from twl to glue | Kishon Vijay Abraham I | 1 | -0/+5 |
2012-06-25 | usb: musb: twl: use mailbox API to send VBUS or ID events | Kishon Vijay Abraham I | 1 | -35/+59 |
2012-06-25 | usb: musb: move work_struct(otg_notifier_work) from core to omap glue | Kishon Vijay Abraham I | 2 | -11/+15 |
2012-06-25 | usb: otg: support for multiple transceivers by a single controller | Kishon Vijay Abraham I | 8 | -8/+8 |
2012-06-25 | usb: otg: utils: rename function name in OTG utils | Kishon Vijay Abraham I | 9 | -20/+20 |
2012-06-22 | usb: musb: host: release dma channels if no active io | Ajay Kumar Gupta | 1 | -2/+12 |
2012-06-04 | usb: musb: host: Disable MUSB DMA mode incase of DMA channel request failure | Mantesh Sarasetti | 1 | -1/+5 |