summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
Commit message (Expand)AuthorAgeFilesLines
* usb: iowarrior: fix deadlock on disconnectOliver Neukum2019-08-081-3/+4
* Revert "USB: rio500: simplify locking"Oliver Neukum2019-08-081-16/+27
* usb: yurex: Fix use-after-free in yurex_deleteSuzuki K Poulose2019-08-051-1/+1
* usb: usb251xb: Reallow swap-dx-lanes to apply to the upstream portLucas Stach2019-07-251-6/+7
* Revert "usb: usb251xb: Add US port lanes inversion property"Lucas Stach2019-07-251-2/+0Star
* Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-124-23/+12Star
|\
| * usb: clean up some of the computations in adu_readDaniel M German2019-06-211-9/+7Star
| * docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab2019-06-201-1/+1
| * USB: sisusbvga: Remove unneeded variableHariprasad Kelam2019-06-101-6/+4Star
| * usb: ftdi-elan: fix possible condition with no effect (if == else)Hariprasad Kelam2019-06-031-7/+0Star
* | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-2/+2
|/
* USB: rio500: simplify lockingOliver Neukum2019-05-211-27/+16Star
* USB: rio500: fix memory leak in close after disconnectOliver Neukum2019-05-211-2/+15
* USB: rio500: refuse more than one device at a timeOliver Neukum2019-05-211-6/+18
* USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum2019-05-211-7/+8
* Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-141-1/+0Star
|\
| * video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbolAlexander Shiyan2019-04-031-1/+0Star
* | Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-082-75/+108
|\ \
| * | usb: usb251xb: Add US port lanes inversion propertySerge Semin2019-05-021-0/+2
| * | usb: usb251xb: Create a ports field collector methodSerge Semin2019-05-021-45/+26Star
| * | usb: usb251xb: Add an empty hub' i2c-bus segment checkerSerge Semin2019-04-271-0/+7
| * | usb: usb251xb: Lock i2c-bus segment the hub residesSerge Semin2019-04-251-0/+55
| * | usb: misc: usb3503: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-191-30/+18Star
* | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* | | USB: yurex: Fix protection fault after device removalAlan Stern2019-04-251-0/+1
|/ /
* | usb: usb251xb: fix to avoid potential NULL pointer dereferenceAditya Pakki2019-03-261-1/+1
* | usb: usb251xb: Remove unnecessary comparison of unsigned integer with >= 0Gustavo A. R. Silva2019-03-191-1/+1
|/
* Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-02-151-4/+24
|\
| * usb: misc: usbtest: add super-speed isoc supportPeter Chen2019-02-131-4/+24
* | usb: ftdi-elan: Fix if == else warnings in ftdi_elan_respond_engineYueHaibing2019-01-251-24/+0Star
* | usb: misc: usb3503: Add system sleep support in non-I2C modeMarek Szyprowski2019-01-251-8/+30
* | usb: sisusb: remove useless macros and compact the codeJiri Slaby2019-01-251-33/+15Star
* | usb: sisusb: let files build only when neededJiri Slaby2019-01-253-13/+2Star
* | usb: sisusb_con, cleanup configsJiri Slaby2019-01-254-33/+20Star
* | usb: sisusb_con, convert addr macros to functionsJiri Slaby2019-01-251-39/+39
* | usb: ftdi-elan: remove a unnecessary variable 'empty_packets'YueHaibing2019-01-251-2/+0Star
* | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-222-0/+2
* | usb: usb251xb: add usb data lane port swap featureMarco Felsch2019-01-181-2/+13
|/
* Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman2018-12-101-0/+1
|\
| * usb: appledisplay: Add 27" Apple Cinema DisplayAlexander Theissen2018-12-051-0/+1
* | usb: appledisplay: Remove unnecessary spinlockAlexander Theissen2018-12-051-7/+0Star
* | usb: appledisplay: Set urb transfer_flags to URB_NO_TRANSFER_DMA_MAPAlexander Theissen2018-12-051-0/+1
|/
* USB: misc: appledisplay: add 20" Apple Cinema DisplayMattias Jacobsson2018-11-071-0/+1
* USB: misc: appledisplay: fix backlight update_status return codeMattias Jacobsson2018-10-181-2/+5
* Merge 4.19-rc4 into usb-nextGreg Kroah-Hartman2018-09-162-4/+8
|\
| * usb: misc: uss720: Fix two sleep-in-atomic-context bugsJia-Ju Bai2018-09-051-2/+2
| * USB: yurex: Check for truncation in yurex_read()Ben Hutchings2018-09-051-0/+3
| * USB: yurex: Fix buffer over-read in yurex_write()Ben Hutchings2018-09-051-2/+3
* | usb: misc: fix obsolete functionDing Xiang2018-09-101-1/+3
* | usb: iowarrior: replace kmalloc with kmalloc_arrayGustavo A. R. Silva2018-09-101-2/+2
|/