summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-311-1/+1
|\ \
| * | media: videobuf2-v4l2: integrate with media requestsHans Verkuil2018-08-311-1/+1
* | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* | | memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-5/+6
* | | memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanicMike Rapoport2018-10-311-1/+1
* | | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-2694-1649/+4027
|\ \ \
| * | | usb: phy: ab8500: silence some uninitialized variable warningsDan Carpenter2018-10-181-2/+6
| * | | usb: xhci: tegra: Add genpd supportJon Hunter2018-10-181-12/+77
| * | | usb: xhci: tegra: Power-off power-domains on removalJon Hunter2018-10-181-0/+5
| * | | usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwrittenShuah Khan (Samsung OSG)2018-10-181-1/+9
| * | | USB: misc: appledisplay: fix backlight update_status return codeMattias Jacobsson2018-10-181-2/+5
| * | | Merge tag 'usb-serial-4.20-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-10-183-6/+420
| |\ \ \
| | * | | USB: serial: cypress_m8: remove set but not used variable 'iflag'YueHaibing2018-10-051-2/+1
| | * | | USB: serial: cypress_m8: fix interrupt-out transfer lengthJohan Hovold2018-10-051-1/+1
| | * | | USB: serial: ftdi_sio: add support for FT232R CBUS gpiosJohan Hovold2018-10-052-3/+40
| | * | | USB: serial: ftdi_sio: fix gpio name collisionsJohan Hovold2018-10-051-5/+0
| | * | | USB: serial: ftdi_sio: implement GPIO support for FT-X devicesKaroly Pados2018-09-262-2/+385
| | * | | USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving"Colin Ian King2018-09-241-1/+1
| * | | | usb: host: ohci-at91: fix request of irq for optional gpioTudor.Ambarus@microchip.com2018-10-151-0/+2
| * | | | usb/early: remove set but not used variable 'remain_length'YueHaibing2018-10-091-3/+0
| * | | | usb: typec: Fix copy/paste on typec_set_vconn_role() kerneldocStephen Boyd2018-10-091-1/+1
| * | | | usb: typec: tcpm: Report back negotiated PPS voltage and currentAdam Thomson2018-10-091-0/+6
| * | | | USB: core: remove set but not used variable 'udev'YueHaibing2018-10-091-3/+0
| * | | | usb: core: fix memory leak on port_dev_path allocationColin Ian King2018-10-091-1/+3
| * | | | Merge tag 'usb-ci-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-10-087-17/+55
| |\ \ \ \
| | * | | | usb: chipidea: Fix otg event handlerLoic Poulain2018-09-201-3/+6
| | * | | | usb: chipidea: Prevent unbalanced IRQ disableLoic Poulain2018-09-201-1/+2
| | * | | | usb: chipidea: Add dynamic pinctrl selectionLoic Poulain2018-09-203-0/+37
| | * | | | usb: chipidea: imx: make MODULE_LICENCE and SPDX-identifier matchMarcus Folkesson2018-09-202-2/+2
| | * | | | usb: chipidea: imx: enable OTG overcurrent in case USB subsystem is already s...Nicolas Adell2018-09-201-0/+2
| | * | | | usb: chipidea: imx: do not use preprocessor conditionals for PMMarcus Folkesson2018-09-201-11/+6
| * | | | | Merge 4.19-rc7 into usb-nextGreg Kroah-Hartman2018-10-085-5/+25
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'usb-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-10-0526-778/+1284
| |\ \ \ \ \
| | * | | | | USB: net2280: Remove ->disconnect() callback from net2280_pullup()Alan Stern2018-10-051-3/+0
| | * | | | | usb: dwc2: disable power_down on rockchip devicesSolidHal2018-10-051-0/+1
| | * | | | | usb: gadget: udc: renesas_usb3: add support for r8a77990Yoshihiro Shimoda2018-10-051-0/+11
| | * | | | | usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"Yoshihiro Shimoda2018-10-021-0/+3
| | * | | | | usb: dwc2: gadget: Add handler for WkupAlert interruptGrigor Tovmasyan2018-10-021-0/+25
| | * | | | | usb: dwc2: gadget: enable WKUP_ALERT interruptGrigor Tovmasyan2018-10-021-0/+4
| | * | | | | usb: dwc2: gadget: Program GREFCLK registerGrigor Tovmasyan2018-10-022-0/+25
| | * | | | | usb: dwc2: gadget: Add parameters for GREFCLK registerGrigor Tovmasyan2018-10-022-0/+20
| | * | | | | usb: dwc2: Add definitions for new registersGrigor Tovmasyan2018-10-021-0/+13
| | * | | | | usb: dwc2: Update target (u)frame calculationGrigor Tovmasyan2018-10-021-0/+17
| | * | | | | usb: dwc2: Add dwc2_gadget_dec_frame_num_by_one() functionGrigor Tovmasyan2018-10-021-0/+18
| | * | | | | usb: dwc2: Add core parameter for service interval supportGrigor Tovmasyan2018-10-024-0/+18
| | * | | | | usb: dwc2: Update registers definitions to support service intervalGrigor Tovmasyan2018-10-021-0/+2
| | * | | | | usb: renesas_usbhs: add support for R-Car E3Yoshihiro Shimoda2018-10-021-0/+4
| | * | | | | usb: renesas_usbhs: rcar3: Use OTG mode for R-Car D3Yoshihiro Shimoda2018-10-021-1/+2