summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_midi: stash substream in gmidi_in_port structureMichal Nazarewicz2016-03-041-5/+7
* usb: gadget: f_midi: missing unlock on error pathDan Carpenter2016-03-041-6/+6
* usb: gadget: f_midi: use flexible array member for gmidi_in_port elementsMichal Nazarewicz2016-03-041-37/+18
* usb: gadget: f_midi: fix in_last_port looping logicMichal Nazarewicz2016-03-041-19/+7
* usb: gadget: f_midi: move some of f_midi_transmit to separate funcMichal Nazarewicz2016-03-041-61/+76
* usb: gadget: f_midi: remove useless midi reference from port structFelipe F. Tonello2016-03-041-2/+0
* usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin2016-03-041-3/+9
* usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz2016-03-041-69/+58
* usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz2016-03-041-16/+8
* usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz2016-03-041-1/+3
* usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz2016-03-041-1/+1
* usb: phy: phy-am335x: remove include of regulator/consumer.hBjorn Helgaas2016-03-041-1/+0
* usb: gadget: pxa25x_udc: document endianess betterArnd Bergmann2016-03-041-7/+7
* usb: musb/ux500: remove duplicate check for dma_is_compatibleArnd Bergmann2016-03-041-3/+0
* usb: musb: use %pad format string from dma_addr_tArnd Bergmann2016-03-042-6/+6
* usb: isp1301-omap: mark power_up as __maybe_unusedArnd Bergmann2016-03-041-1/+1
* usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbolArnd Bergmann2016-03-044-7/+3
* usb: gadget: pxa25x_udc: use readl/writel for mmioArnd Bergmann2016-03-042-22/+40
* usb: gadget: pxa25x_udc cleanupArnd Bergmann2016-03-042-203/+275
* usb: gadget: pxa25x_udc: move register definitions from archArnd Bergmann2016-03-041-6/+155
* usb: renesas_usbhs: Don't check CSSTS bit if peripheral modeYoshihiro Shimoda2016-03-041-4/+2
* usb: renesas_usbhs: add R-Car Gen3 power controlYoshihiro Shimoda2016-03-044-5/+68
* usb: dwc3: Enable SuperSpeedPlusJohn Youn2016-03-041-0/+8
* usb: dwc3: Update maximum_speed for SuperSpeedPlusJohn Youn2016-03-041-4/+13
* usb: dwc3: Update speed checks for SuperSpeedPlusJohn Youn2016-03-042-8/+14
* usb: dwc3: Update register fields for SuperSpeedPlusJohn Youn2016-03-041-1/+4
* usb: dwc3: DWC_usb31 controller checkJohn Youn2016-03-041-0/+6
* usb: gadget: f_mass_storage: Enable SuperSpeedPlusJohn Youn2016-03-041-1/+1
* usb: gadget: composite: Update debug message for SuperSpeedPlusJohn Youn2016-03-041-1/+2
* usb: gadget: composite: Configure the usb_ep for SuperSpeedPlusJohn Youn2016-03-041-1/+8
* usb: gadget: composite: Write SuperSpeedPlus config descriptorsJohn Youn2016-03-041-1/+5
* usb: gadget: composite: Add function to get descriptorsJohn Youn2016-03-041-21/+32
* usb: gadget: composite: Count configs for SuperSpeedPlusJohn Youn2016-03-041-1/+7
* usb: gadget: Update config for SuperSpeedPlusJohn Youn2016-03-042-0/+3
* usb: gadget: Update function for SuperSpeedPlusJohn Youn2016-03-041-0/+6
* usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn2016-03-0418-18/+22
* usb: gadget: composite: Return SSP Dev Cap descriptorJohn Youn2016-03-041-0/+42
* usb: gadget: composite: Return bcdUSB 0x0310John Youn2016-03-041-1/+1
* Merge tag 'usb-ci-v4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2016-03-023-5/+12
|\
| * usb: chipidea: imx: avoid EPROBE_DEFER printed as errorStefan Agner2016-02-291-3/+3
| * Revert "usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA"Peter Chen2016-02-291-1/+0
| * usb: chipidea: add system interface for ttctrl.tthaPeter Chen2016-02-291-0/+3
| * usb: chipidea: udc: remove unused value assignmentLi Jun2016-02-291-1/+0
| * usb: chipidea: add CI_HDRC_TURN_VBUS_EARLY_ON for imx23Stefan Wahren2016-02-291-0/+6
* | Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman2016-03-02241-1649/+3161
|\ \ | |/ |/|
| * Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-281-11/+7
| |\
| | * irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory sizeShanker Donthineni2016-02-171-5/+6
| | * irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1Ashok Kumar2016-02-111-6/+1
| * | Merge tag 'staging-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-281-1/+1
| |\ \
| | * | drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BIN...Lisa Du2016-02-211-1/+1