Age | Commit message (Expand) | Author | Files | Lines |
2015-03-19 | usb: udc: add usb_udc_vbus_handler | Peter Chen | 2 | -1/+37 |
2015-03-19 | usb: udc: store usb_udc pointer in struct usb_gadget | Peter Chen | 2 | -25/+12 |
2015-03-19 | usb: dwc2: avoid leaking DMA channels on disconnection | Vincent Palatin | 1 | -0/+8 |
2015-03-13 | usb: phy: msm: Remove dead code | Stephen Boyd | 3 | -21/+3 |
2015-03-13 | usb: renesas_usbhs: add support for USB-DMAC | Yoshihiro Shimoda | 7 | -6/+228 |
2015-03-13 | usb: renesas_usbhs: fix the sequence in xfer_work() | Yoshihiro Shimoda | 1 | -2/+2 |
2015-03-13 | usb: renesas_usbhs: add the channel number in dma-names | Yoshihiro Shimoda | 2 | -8/+17 |
2015-03-13 | usb: gadget: f_printer: use non-zero flag for bitwise and | Andrzej Pietrasiewicz | 1 | -1/+1 |
2015-03-13 | usb: gadget: printer: use after free in gprinter_alloc_inst() | Dan Carpenter | 1 | -0/+1 |
2015-03-13 | usb: gadget: printer: delete some dead code | Dan Carpenter | 1 | -5/+0 |
2015-03-13 | usb: dwc2: pci: Select the generic PHY for dwc2-pci driver | John Youn | 1 | -0/+1 |
2015-03-13 | usb: gadget: serial: %pf is only for function pointers | Scott Wood | 1 | -1/+1 |
2015-03-12 | usb: dwc2: rework initialization of host and gadget in dual-role mode | Marek Szyprowski | 2 | -8/+23 |
2015-03-11 | usb: dwc2: pci: Add device mode to the dwc2-pci driver | John Youn | 2 | -90/+76 |
2015-03-11 | usb: gadget: lpc32xxx_udc: Fix NULL dereference | Peter Chen | 1 | -12/+3 |
2015-03-11 | usb: musb: cppi41: fix condition to call cppi41_trans_done(). | Takeyoshi Kikuchi | 1 | -2/+4 |
2015-03-11 | usb: phy: phy-generic: No need to call gpiod_direction_output() twice | Fabio Estevam | 1 | -7/+5 |
2015-03-11 | usb: gadget: f_hid: remove unnecessary usb_ep_dequeue() | Robert Baldyga | 1 | -1/+0 |
2015-03-11 | usb: gadget: dummy-hcd: Remove utf8 from format string | Rasmus Villemoes | 1 | -1/+1 |
2015-03-11 | usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup support | Sylvain Rochet | 1 | -0/+57 |
2015-03-11 | usb: gadget: atmel_usba_udc: condition clocks to vbus state | Sylvain Rochet | 2 | -48/+100 |
2015-03-11 | usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQ | Sylvain Rochet | 1 | -7/+2 |
2015-03-11 | usb: gadget: atmel_usba_udc: Fixed vbus_prev initial state | Sylvain Rochet | 1 | -0/+2 |
2015-03-11 | usb: phy: fixed comment typo | Mickael Maison | 1 | -1/+1 |
2015-03-11 | usb: phy: ab8500: fixed comment typo | Mickael Maison | 1 | -1/+1 |
2015-03-11 | usb: gadget: f_mass_storage: use defined constant instead of numeric value | Tal Shorer | 1 | -1/+1 |
2015-03-11 | usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xml | Masanari Iida | 2 | -3/+3 |
2015-03-11 | usb: musb: dsps: don't fake of_node to musb core | Felipe Balbi | 1 | -1/+0 |
2015-03-11 | usb: musb: dsps: request phy using our device pointer | Felipe Balbi | 1 | -1/+1 |
2015-03-10 | usb: gadget: printer: add configfs support | Andrzej Pietrasiewicz | 5 | -2/+204 |
2015-03-10 | usb: gadget: printer: use module_usb_composite_driver helper macro | Andrzej Pietrasiewicz | 1 | -13/+1 |
2015-03-10 | usb: gadget: f_printer: remove compatibility layer | Andrzej Pietrasiewicz | 1 | -113/+0 |
2015-03-10 | usb: gadget: printer: convert to new interface of f_printer | Andrzej Pietrasiewicz | 2 | -14/+37 |
2015-03-10 | usb: gadget: f_printer: convert to new function interface with backward compa... | Andrzej Pietrasiewicz | 5 | -1/+220 |
2015-03-10 | usb: gadget: printer: factor out f_printer | Andrzej Pietrasiewicz | 2 | -1249/+1285 |
2015-03-10 | usb: gadget: printer: allocate printer_dev instances dynamically | Andrzej Pietrasiewicz | 1 | -22/+40 |
2015-03-10 | usb: gadget: printer: add req_match for printer function | Andrzej Pietrasiewicz | 1 | -0/+36 |
2015-03-10 | usb: gadget: printer: name class specific requests | Andrzej Pietrasiewicz | 1 | -3/+6 |
2015-03-10 | usb: gadget: composite: add req_match method to usb_function | Andrzej Pietrasiewicz | 2 | -1/+8 |
2015-03-10 | usb: gadget: printer: add container_of helper for printer_dev | Andrzej Pietrasiewicz | 1 | -5/+10 |
2015-03-10 | usb: gadget: printer: don't access file global usb_printer_gadget in function... | Andrzej Pietrasiewicz | 1 | -1/+1 |
2015-03-10 | usb: gadget: printer: eliminate file global printer_mutex | Andrzej Pietrasiewicz | 1 | -3/+0 |
2015-03-10 | usb: gadget: printer: call gprinter_setup() from gadget's bind | Andrzej Pietrasiewicz | 1 | -17/+18 |
2015-03-10 | usb: gadget: printer: add setup and cleanup functions | Andrzej Pietrasiewicz | 1 | -15/+31 |
2015-03-10 | usb: gadget: printer: don't access file global pnp_string in function's code | Andrzej Pietrasiewicz | 1 | -6/+8 |
2015-03-10 | usb: gadget: printer: define pnp string buffer length | Andrzej Pietrasiewicz | 1 | -2/+4 |
2015-03-10 | usb: gadget: printer: move function-related unbind code to function's unbind | Andrzej Pietrasiewicz | 1 | -33/+25 |
2015-03-10 | usb: gadget: printer: call usb_add_function() last | Andrzej Pietrasiewicz | 1 | -5/+4 |
2015-03-10 | usb: gadget: printer: move function-related bind code to function's bind | Andrzej Pietrasiewicz | 1 | -48/+66 |
2015-03-10 | usb: gadget: printer: standardize printer_do_config | Andrzej Pietrasiewicz | 1 | -15/+24 |