| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: chipidea: re-order irq handling to avoid unhandled irqs | Richard Zhao | 2012-09-12 | 1 | -8/+13 |
* | USB: chipidea: add -DDEBUG if debugging is enabled | Richard Zhao | 2012-09-12 | 1 | -0/+2 |
* | USB: chipidea: add vbus detect for udc | Richard Zhao | 2012-09-12 | 2 | -1/+39 |
* | USB: chipidea: acknowledge ID change interrupt in irq handler | Richard Zhao | 2012-09-12 | 1 | -2/+1 |
* | USB: chipidea: delay 2ms before read ID status at probe time | Richard Zhao | 2012-09-12 | 1 | -0/+2 |
* | USB: chipidea: imx: add pinctrl support | Richard Zhao | 2012-09-12 | 1 | -0/+7 |
* | USB: chipidea: add imx usbmisc support | Richard Zhao | 2012-09-12 | 6 | -1/+274 |
* | Merge branch 'chipidea-stable' into usb-next | Greg Kroah-Hartman | 2012-09-12 | 1 | -18/+41 |
|\ |
|
| * | usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_c... | Michael Grzeschik | 2012-09-12 | 1 | -4/+1 |
| * | usb: chipidea: cleanup dma_pool if udc_start() fails | Marc Kleine-Budde | 2012-09-12 | 1 | -8/+15 |
| * | usb: chipidea: udc: fix error path in udc_start() | Marc Kleine-Budde | 2012-09-12 | 1 | -1/+1 |
| * | usb: chipidea: udc: add pullup fuction, needed by the uvc gadget | Michael Grzeschik | 2012-09-12 | 1 | -4/+17 |
| * | usb: chipidea: udc: fix setup of endpoint maxpacket size | Michael Grzeschik | 2012-09-12 | 1 | -1/+7 |
* | | usb: move children deallocation after quiescing the hub | Alexander Shishkin | 2012-09-12 | 1 | -3/+3 |
* | | usb: renesas_usbhs: convert to devm_xxx() | Kuninori Morimoto | 2012-09-11 | 1 | -11/+4 |
* | | Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2012-09-11 | 25 | -654/+919 |
|\ \ |
|
| * | | usb: musb: dsps: remove explicit NOP device creation | Ajay Kumar Gupta | 2012-09-11 | 1 | -2/+1 |
| * | | usb: musb: dsps: add dt support | Ajay Kumar Gupta | 2012-09-11 | 2 | -9/+65 |
| * | | usb: musb: am335x: add support for dual instance | B, Ravi | 2012-09-11 | 1 | -32/+49 |
| * | | usb: musb: kill global and static for multi instance | Ajay Kumar Gupta | 2012-09-11 | 3 | -20/+14 |
| * | | usb: musb: add musb_ida for multi instance support | B, Ravi | 2012-09-11 | 10 | -69/+210 |
| * | | usb: musb: omap: Add device tree support for omap musb glue | Kishon Vijay Abraham I | 2012-09-11 | 2 | -0/+87 |
| * | | usb: musb: omap: write directly to mailbox instead of using phy | Kishon Vijay Abraham I | 2012-09-11 | 2 | -7/+54 |
| * | | arm: omap: hwmod: add a new addr space in otg for writing to control module | Kishon Vijay Abraham I | 2012-09-11 | 1 | -0/+6 |
| * | | usb: musb: core: fix kernel-doc of musb_init_controller() | Sergei Shtylyov | 2012-08-31 | 1 | -3/+3 |
| * | | usb: musb: fix spelling of families in Kconfig | Peter Meerwald | 2012-08-20 | 1 | -1/+1 |
| * | | usb: musb: omap2430.c delete unused variable. | Matthias Brugger | 2012-08-20 | 1 | -3/+1 |
| * | | usb: musb: omap2430: don't loop indefinitely in interrupt. | NeilBrown | 2012-08-14 | 1 | -1/+5 |
| * | | usb: musb: Make dma_controller_create __devinit | Shubhrajyoti D | 2012-08-09 | 5 | -5/+5 |
| * | | usb: musb: Prevent the masking of the return value | Shubhrajyoti D | 2012-08-09 | 1 | -1/+1 |
| * | | usb: musb: Remove redundant if statement | Roger Quadros | 2012-08-09 | 1 | -19/+15 |
| * | | usb: musb: drop is_host_capable() and is_peripheral_capable() | Felipe Balbi | 2012-08-09 | 2 | -34/+18 |
| * | | usb: musb: drop useless board_mode usage | Felipe Balbi | 2012-08-09 | 11 | -334/+159 |
| * | | usb: musb: use DMA mode 1 whenever possible | Roger Quadros | 2012-08-07 | 1 | -26/+4 |
| * | | usb: musb: host: Handle highmem in PIO mode | Virupax Sadashivpetimath | 2012-08-07 | 2 | -5/+96 |
| * | | usb: musb: Fix bad call to kfree() in musb_free | Brian Downing | 2012-08-07 | 1 | -1/+1 |
| * | | usb: musb: fix sparse warnings | Felipe Balbi | 2012-08-07 | 3 | -4/+4 |
| * | | usb: musb: cleanup while removing musb omap glue driver | Kishon Vijay Abraham I | 2012-08-03 | 1 | -2/+1 |
| * | | usb: musb: NAK timeout scheme on bulk TX endpoint | Ajay Kumar Gupta | 2012-08-03 | 1 | -62/+92 |
| * | | usb: musb: check for zero byte in musb_read/write_fifo | Ajay Kumar Gupta | 2012-08-03 | 1 | -0/+6 |
| * | | usb: musb: gadget: don't program dma for zero byte tx | Ajay Kumar Gupta | 2012-08-03 | 1 | -1/+1 |
| * | | usb: musb: host: don't program dma for zero byte tx | Ajay Kumar Gupta | 2012-08-03 | 1 | -1/+11 |
| * | | usb: musb: gadget: use variables according to their names in rxstate() | Sergei Shtylyov | 2012-08-03 | 1 | -12/+13 |
* | | | Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2012-09-11 | 4 | -155/+170 |
|\ \ \ |
|
| * | | | usb: dwc3: set up burst size only superspeed mode | Chanho Park | 2012-08-31 | 1 | -2/+8 |
| * | | | usb: dwc3: core: memory ordering fix in close | Oliver Neukum | 2012-08-31 | 1 | -0/+1 |
| * | | | usb: dwc3: gadget: warn about endpoint already enabled before changing ep name | Felipe Balbi | 2012-08-15 | 1 | -6/+6 |
| * | | | usb: dwc3: core: use devm_iremap_nocache() version | Felipe Balbi | 2012-08-10 | 1 | -1/+1 |
| * | | | usb: dwc3: gadget: Fix dwc3_stop_active_transfer for synchronization delay | Pratyush Anand | 2012-08-09 | 1 | -21/+22 |
| * | | | usb: dwc3: gadget: correct missed isoc when endpoint is busy | Pratyush Anand | 2012-08-07 | 1 | -1/+2 |