summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-for-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-11-293-67/+37Star
|\
| * usb: gadget: u_ether: fix unsafe list iterationMarek Szyprowski2018-11-281-5/+6
| * USB: omap_udc: fix rejection of out transfers when DMA is usedAaro Koskinen2018-11-261-0/+1
| * USB: omap_udc: fix USB gadget functionality on Palm Tungsten EAaro Koskinen2018-11-261-0/+1
| * USB: omap_udc: fix omap_udc_start() on 15xx machinesAaro Koskinen2018-11-261-1/+2
| * USB: omap_udc: fix crashes on probe error and module removalAaro Koskinen2018-11-261-31/+19Star
| * USB: omap_udc: use devm_request_irq()Aaro Koskinen2018-11-261-27/+10Star
| * Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"Felipe Balbi2018-11-261-5/+0Star
* | usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream seriesMichael Niewöhner2018-11-261-0/+3
* | USB: usb-storage: Add new IDs to ums-realtekKai-Heng Feng2018-11-261-0/+10
|/
* Merge tag 'usb-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-2218-55/+162
|\
| * usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs2018-11-201-0/+3
| * usb: xhci: Prevent bus suspend if a port connect change or polling state is d...Mathias Nyman2018-11-151-14/+46
| * usb: core: Fix hub port connection events lostDennis Wassenberg2018-11-141-1/+3
| * Merge tag 'fixes-for-v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-11-145-23/+17Star
| |\
| | * usb: dwc3: gadget: fix ISOC TRB type on unaligned transfersFelipe Balbi2018-11-141-3/+3
| | * Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO tran...Shen Jing2018-11-141-18/+8Star
| | * usb: dwc2: pci: Fix an error code in probeDan Carpenter2018-11-141-0/+1
| | * usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()Kuppuswamy Sathyanarayanan2018-11-141-1/+3
| | * usb: dwc3: gadget: Properly check last unaligned/zero chain TRBThinh Nguyen2018-11-061-1/+1
| | * usb: dwc3: core: Clean up ULPI deviceAndy Shevchenko2018-11-061-0/+1
| * | xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George2018-11-093-1/+40
| * | usb: xhci: fix timeout for transition from RExit to U0Aaron Ma2018-11-092-3/+3
| * | usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma2018-11-092-2/+2
| * | xhci: Add check for invalid byte size error when UAS devices are connected.Sandeep Singh2018-11-091-0/+1
| * | xhci: handle port status events for removed USB3 hcdMathias Nyman2018-11-091-0/+7
| * | xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman2018-11-096-8/+14
| * | USB: misc: appledisplay: add 20" Apple Cinema DisplayMattias Jacobsson2018-11-071-0/+1
| * | USB: quirks: Add no-lpm quirk for Raydium touchscreensKai-Heng Feng2018-11-071-0/+5
| * | usb: quirks: Add delay-init quirk for Corsair K70 LUX RGBEmmanuel Pescosta2018-11-071-0/+3
| * | USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2018-11-072-3/+17
| |/
* / usb: typec: ucsi: add support for Cypress CCGxAjay Gupta2018-11-093-0/+319
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-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/+0Star
* | | 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/+1Star
| | * | | 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/+0Star