| Commit message (Expand) | Author | Age |
* | usb: gadget: Refactor request completion | Michal Sojka | 2014-09-25 |
* | usb: renesas_usbhs: fix driver dependencies | Bartlomiej Zolnierkiewicz | 2014-09-24 |
* | Merge tag 'v3.17-rc5' into next | Felipe Balbi | 2014-09-16 |
|\ |
|
| * | usb: renesas_usbhs: fix the usb_pkt_pop() | Yoshihiro Shimoda | 2014-09-03 |
| * | usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_done | Yoshihiro Shimoda | 2014-09-03 |
| * | usb: renesas_usbhs: protect mod->irq_{bemp,brdy}sts by spin lock | Yoshihiro Shimoda | 2014-09-03 |
| * | usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handle | Yoshihiro Shimoda | 2014-09-03 |
* | | usb: renesas_usbhs: Add device tree support for R-Car H2 and M2 | Yoshihiro Shimoda | 2014-09-05 |
|/ |
|
* | Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2014-07-21 |
|\ |
|
| * | usb: renesas_usbhs: add R-Car Gen. 2 init and power control | Ulrich Hecht | 2014-07-16 |
| * | usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connecting | Yoshihiro Shimoda | 2014-07-10 |
| * | usb: renesas_usbhs: fix usbhs_pipe_malloc() to re-enable a pipe. | Yoshihiro Shimoda | 2014-07-10 |
* | | usb: renesas: gadget: fixup: complete STATUS stage after receiving | Kuninori Morimoto | 2014-06-19 |
|/ |
|
* | Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2014-01-03 |
|\ |
|
| * | usb: gadget: add "maxpacket_limit" field to struct usb_ep | Robert Baldyga | 2013-12-17 |
| * | usb: renesas_usbhs: fifo: request DMAEngine once | Kuninori Morimoto | 2013-12-12 |
* | | usb: hcd: move controller wakeup setting initialization to individual driver | Peter Chen | 2013-12-08 |
|/ |
|
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 |
* | usb: renesas_usbhs: use platform_{get,set}_drvdata() | Libo Chen | 2013-08-28 |
* | usb: renesas: use dev_get_platdata() | Jingoo Han | 2013-07-30 |
* | usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macro | Kuninori Morimoto | 2013-07-29 |
* | usb: renesas_usbhs: gadget: remove extra check on udc_stop | Kuninori Morimoto | 2013-07-15 |
* | USB: regroup all depends on USB within an if USB block | Florian Fainelli | 2013-04-09 |
* | usb: renesas_usbhs: fixup sparse errors for common.c | Kuninori Morimoto | 2013-04-02 |
* | usb: renesas: remove unused DMA_ADDR_INVALID | Felipe Balbi | 2013-03-18 |
* | usb: renesas: gadget: don't assign gadget.dev.release directly | Felipe Balbi | 2013-03-18 |
* | usb: renesas: gadget: don't touch gadget.dev.driver | Felipe Balbi | 2013-03-18 |
* | usb: gadget: drop now unnecessary flag | Felipe Balbi | 2013-03-18 |
* | usb: renesas_usbhs: gadget: let udc-core manage gadget->dev | Felipe Balbi | 2013-03-18 |
* | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 |
|\ |
|
| * | drivers/usb: add missing GENERIC_HARDIRQS dependencies | Heiko Carstens | 2013-02-08 |
| * | Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2013-01-25 |
| |\ |
|
| | * | usb: gadget: constify all struct usb_gadget_ops | Felipe Balbi | 2013-01-24 |
* | | | usb: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-22 |
|/ / |
|
* | | usb: renesas_usbhs: mod_host: fixup usbhsh_ureq_free() timing | Kuninori Morimoto | 2012-12-13 |
* | | usb: renesas_usbhs: gadget: usbhsg_ep_disable() care pipe settings | Kuninori Morimoto | 2012-12-13 |
* | | usb: renesas_usbhs: gadget: remove usbhsg_uep_init() | Kuninori Morimoto | 2012-12-13 |
|/ |
|
* | usb: remove use of __devexit | Bill Pemberton | 2012-11-21 |
* | usb: remove use of __devexit_p | Bill Pemberton | 2012-11-21 |
* | Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2012-11-11 |
|\ |
|
| * | usb: renesas_usbhs: use transfer counter if IN direction bulk pipe | Kuninori Morimoto | 2012-11-08 |
| * | usb: renesas_usbhs: host: add endpoint user counter | Kuninori Morimoto | 2012-11-06 |
| * | usb: renesas_usbhs: remove debug information from usbhsh_hub_status_data() | Kuninori Morimoto | 2012-11-06 |
| * | usb: fix typo in drivers/usb | Masanari Iida | 2012-11-06 |
| * | usb: renesas_usbhs: add DMAEngine support on mod_host | Kuninori Morimoto | 2012-10-31 |
| * | usb: renesas_usbhs: fixup unreadable macro | Kuninori Morimoto | 2012-10-31 |
| * | usb: renesas_usbhs: use devm_request_irq() | Kuninori Morimoto | 2012-10-31 |
| * | usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup support | kuninori.morimoto.gx@renesas.com | 2012-10-16 |
* | | usb: renesas_usbhs: fixup dma transfer stall | Kuninori Morimoto | 2012-10-23 |
* | | usb: renesas_usbhs: fixup: avoid NULL access on error case pipe detach | Kuninori Morimoto | 2012-10-23 |