| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: gadget: Gadget directory cleanup - group UDC drivers | Andrzej Pietrasiewicz | 2014-07-16 | 51 | -399/+420 |
* | usb: gadget: Gadget directory cleanup - group legacy gadgets | Andrzej Pietrasiewicz | 2014-07-16 | 23 | -501/+521 |
* | usb: renesas_usbhs: add R-Car Gen. 2 init and power control | Ulrich Hecht | 2014-07-16 | 6 | -6/+151 |
* | usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cle... | Li Jun | 2014-07-16 | 1 | -0/+1 |
* | usb: musb: dsps: Add the sw_babble_control() and Enable for newer silicon | George Cherian | 2014-07-16 | 2 | -6/+90 |
* | usb: musb: core: Convert the musb_platform_reset to have a return value. | George Cherian | 2014-07-16 | 3 | -9/+14 |
* | usb: musb: core: Convert babble recover work to delayed work | George Cherian | 2014-07-16 | 2 | -8/+9 |
* | usb: musb: core: Handle Babble condition only in HOST mode | George Cherian | 2014-07-16 | 1 | -1/+1 |
* | usb: dwc3: omap: add dwc3_omap_extcon_register function | George Cherian | 2014-07-16 | 1 | -26/+39 |
* | usb: dwc3: omap: add dwc3_omap_set_utmi_mode() function | George Cherian | 2014-07-16 | 1 | -19/+25 |
* | usb: dwc3: omap: add dwc3_omap_map_offset() function | George Cherian | 2014-07-16 | 1 | -16/+22 |
* | usb: dwc3: omap: remove x_major calculation from revision register | George Cherian | 2014-07-16 | 1 | -32/+7 |
* | usb: gadget: NCM: Stop RX TCP Bursts getting dropped. | Jim Baxter | 2014-07-10 | 1 | -7/+8 |
* | usb: gadget: NCM: Add transmit multi-frame. | Jim Baxter | 2014-07-10 | 3 | -87/+269 |
* | usb: gadget: NCM: RX function support multiple NDPs | Jim Baxter | 2014-07-10 | 1 | -68/+78 |
* | usb: gadget: fix eem_wrap cloned skb logic | Nathan Sullivan | 2014-07-10 | 1 | -12/+10 |
* | usb: dwc3: gadget: remove unnecessary 'start_new' variable | Jingoo Han | 2014-07-10 | 1 | -4/+3 |
* | usb: phy: am335x: Use SIMPLE_DEV_PM_OPS macro | Jingoo Han | 2014-07-10 | 1 | -9/+3 |
* | usb: gadget: Convert drivers to use module_usb_composite_driver() | Tobias Klauser | 2014-07-10 | 10 | -120/+15 |
* | usb: gadget: Add helper macro for usb_composite_driver boilerplate | Tobias Klauser | 2014-07-10 | 1 | -0/+15 |
* | usb: gadget: f_fs: OS descriptors support | Andrzej Pietrasiewicz | 2014-07-10 | 3 | -10/+419 |
* | usb: gadget: u_os_desc: helper functions for accessing ext prop buffer | Andrzej Pietrasiewicz | 2014-07-10 | 1 | -13/+46 |
* | usb: gadget: f_fs: rename descriptor parsing functions | Andrzej Pietrasiewicz | 2014-07-10 | 1 | -3/+4 |
* | usb: phy: tegra: Do not include asm/mach-types.h | Thierry Reding | 2014-07-10 | 1 | -1/+0 |
* | usb: musb: register nop transceiver driver for jz4740 | Apelete Seketeli | 2014-07-10 | 1 | -0/+3 |
* | usb: gadget: net2280: Fix typo on #ifdef | Ricardo Ribalda Delgado | 2014-07-10 | 1 | -1/+1 |
* | usb: gadget: pxa25x_udc: use correct header for gpio devm_ functions | Arnd Bergmann | 2014-07-10 | 1 | -1/+1 |
* | usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connecting | Yoshihiro Shimoda | 2014-07-10 | 3 | -0/+13 |
* | usb: renesas_usbhs: fix usbhs_pipe_malloc() to re-enable a pipe. | Yoshihiro Shimoda | 2014-07-10 | 1 | -0/+1 |
* | usb: gadget: s3c2410: Move to clk_prepare_enable/clk_disable_unprepare | Vasily Khoruzhick | 2014-06-30 | 1 | -4/+4 |
* | usb: musb: cppi41: fire hrtimer according to programmed channel length | Daniel Mack | 2014-06-30 | 1 | -2/+4 |
* | Revert "usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrti... | Daniel Mack | 2014-06-30 | 1 | -53/+0 |
* | usb: musb: fix wrong indentation in musb_host.c | Daniel Mack | 2014-06-30 | 1 | -5/+5 |
* | usb: musb/cppi41: call musb_ep_select() before accessing an endpoint's CSR | Daniel Mack | 2014-06-30 | 1 | -2/+7 |
* | usb: musb: introduce dma_channel.rx_packet_done | Daniel Mack | 2014-06-30 | 3 | -1/+5 |
* | usb: musb: fix bit mask for CSR in musb_h_tx_flush_fifo() | Daniel Mack | 2014-06-30 | 1 | -1/+1 |
* | usb: musb: use is_host_active() to distinguish between host and gadget mode | Daniel Mack | 2014-06-30 | 1 | -9/+7 |
* | usb: musb: remove unnecessary (void) prefix at function calls | Daniel Mack | 2014-06-30 | 1 | -3/+3 |
* | usb: gadget: FunctionFS: Return -ENOENT instead of -ENODEV when device not fo... | Krzysztof Opasiak | 2014-06-30 | 2 | -3/+3 |
* | usb: gadget: omap_udc: should not call gadget driver's .unbind | Peter Chen | 2014-06-30 | 1 | -4/+1 |
* | usb: gadget: net2272: do not need to judge gadget driver's .unbind | Peter Chen | 2014-06-30 | 1 | -1/+1 |
* | usb: gadget: m66592-udc: should not call gadget driver's .unbind | Peter Chen | 2014-06-30 | 1 | -2/+0 |
* | usb: gadget: fusb300_udc: should not call gadget driver's .unbind | Peter Chen | 2014-06-30 | 1 | -2/+0 |
* | usb: gadget: fsl_udc_core: should not call gadget driver's .unbind | Peter Chen | 2014-06-30 | 1 | -1/+0 |
* | usb: phy: msm: Make phy_reset clk and reset line optional. | Srinivas Kandagatla | 2014-06-30 | 1 | -5/+5 |
* | usb: gadget: pxa27x_udc: prepare and unprepare the clock | Robert Jarzmik | 2014-06-30 | 1 | -0/+6 |
* | tools: ffs-aio-example: add license information | Robert Baldyga | 2014-06-30 | 4 | -0/+108 |
* | tools: ffs-aio-example: convert to new descriptor format | Robert Baldyga | 2014-06-30 | 2 | -8/+16 |
* | tools: ffs-aio-example: fix header values endianess | Robert Baldyga | 2014-06-30 | 2 | -4/+4 |
* | usb: gadget: net2280: Use quirks instead of pci id | Ricardo Ribalda Delgado | 2014-06-30 | 2 | -40/+49 |