summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: Move usb_disabled() towards top of the fileViresh Kumar2015-03-261-16/+16
* USB: Use usb_disabled() consistentlyViresh Kumar2015-03-261-2/+2
* usb: Add driver for Altus Metrum ChaosKey device (v2)Keith Packard2015-03-264-0/+549
* usb: chipidea: usbmisc_imx: fix returnvar.cocci warningskbuild test robot2015-03-261-2/+1
* Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-03-2459-1995/+2847
|\
| * usb: musb: Fix fifo reads for dm816x with musb_dspsTony Lindgren2015-03-241-1/+24
| * usb: phy: Fix USB_ULPI_VIEWPORT Kconfig dependencyIvan T. Ivanov2015-03-241-1/+1
| * usb: gadget: f_printer: fix dependenciesAndrzej Pietrasiewicz2015-03-241-0/+1
| * usb: gadget: atmel_usba: use endian agnostic IO on ARMBen Dooks2015-03-192-8/+18
| * usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-inJohn Youn2015-03-191-4/+2
| * usb: gadget: constify of_device_id arrayFabian Frederick2015-03-191-1/+1
| * usb: gadget: goku_udc: Remove uses of seq_<foo> return valuesJoe Perches2015-03-191-111/+122
| * usb: renesas_usbhs: fix spinlock suspected in a gadget complete functionYoshihiro Shimoda2015-03-191-3/+19
| * usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen2015-03-191-2/+2
| * usb: phy: Find the right match in devm_usb_phy_matchAxel Lin2015-03-191-1/+3
| * usb: chipidea: udc: apply new usb_udc_vbus_handler interfacePeter Chen2015-03-191-5/+5
| * usb: udc: add usb_udc_vbus_handlerPeter Chen2015-03-192-1/+37
| * usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen2015-03-192-25/+12
| * usb: dwc2: avoid leaking DMA channels on disconnectionVincent Palatin2015-03-191-0/+8
| * usb: phy: msm: Remove dead codeStephen Boyd2015-03-133-21/+3
| * usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda2015-03-137-6/+228
| * usb: renesas_usbhs: fix the sequence in xfer_work()Yoshihiro Shimoda2015-03-131-2/+2
| * usb: renesas_usbhs: add the channel number in dma-namesYoshihiro Shimoda2015-03-132-8/+17
| * usb: gadget: f_printer: use non-zero flag for bitwise andAndrzej Pietrasiewicz2015-03-131-1/+1
| * usb: gadget: printer: use after free in gprinter_alloc_inst()Dan Carpenter2015-03-131-0/+1
| * usb: gadget: printer: delete some dead codeDan Carpenter2015-03-131-5/+0
| * usb: dwc2: pci: Select the generic PHY for dwc2-pci driverJohn Youn2015-03-131-0/+1
| * usb: gadget: serial: %pf is only for function pointersScott Wood2015-03-131-1/+1
| * usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski2015-03-122-8/+23
| * usb: dwc2: pci: Add device mode to the dwc2-pci driverJohn Youn2015-03-112-90/+76
| * usb: gadget: lpc32xxx_udc: Fix NULL dereferencePeter Chen2015-03-111-12/+3
| * usb: musb: cppi41: fix condition to call cppi41_trans_done().Takeyoshi Kikuchi2015-03-111-2/+4
| * usb: phy: phy-generic: No need to call gpiod_direction_output() twiceFabio Estevam2015-03-111-7/+5
| * usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga2015-03-111-1/+0
| * usb: gadget: dummy-hcd: Remove utf8 from format stringRasmus Villemoes2015-03-111-1/+1
| * usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup supportSylvain Rochet2015-03-111-0/+57
| * usb: gadget: atmel_usba_udc: condition clocks to vbus stateSylvain Rochet2015-03-112-48/+100
| * usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQSylvain Rochet2015-03-111-7/+2
| * usb: gadget: atmel_usba_udc: Fixed vbus_prev initial stateSylvain Rochet2015-03-111-0/+2
| * usb: phy: fixed comment typoMickael Maison2015-03-111-1/+1
| * usb: phy: ab8500: fixed comment typoMickael Maison2015-03-111-1/+1
| * usb: gadget: f_mass_storage: use defined constant instead of numeric valueTal Shorer2015-03-111-1/+1
| * usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida2015-03-112-3/+3
| * usb: musb: dsps: don't fake of_node to musb coreFelipe Balbi2015-03-111-1/+0
| * usb: musb: dsps: request phy using our device pointerFelipe Balbi2015-03-111-1/+1
| * usb: gadget: printer: add configfs supportAndrzej Pietrasiewicz2015-03-105-2/+204
| * usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz2015-03-101-13/+1
| * usb: gadget: f_printer: remove compatibility layerAndrzej Pietrasiewicz2015-03-101-113/+0
| * usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz2015-03-102-14/+37
| * usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz2015-03-105-1/+220