summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * USB: usblcd: use pr_err()Johan Hovold2019-10-041-1/+1
| * USB: usblcd: drop redundant lcd mutexJohan Hovold2019-10-041-7/+0
| * USB: usblcd: drop redundant disconnect mutexJohan Hovold2019-10-041-17/+1
| * USB: usblcd: fix I/O after disconnectJohan Hovold2019-10-041-2/+31
| * USB: yurex: Don't retry on unexpected errorsAlan Stern2019-10-041-3/+4
| * USB: adutux: fix NULL-derefs on disconnectJohan Hovold2019-10-041-6/+10
| * USB: adutux: fix use-after-free on disconnectJohan Hovold2019-10-041-3/+4
| * USB: rio500: Remove Rio 500 kernel driverBastien Nocera2019-10-044-585/+0
* | usb: usb251xb: add pm_opsMarco Felsch2019-10-041-0/+24
* | usb: usb251xb: simplify reset helperMarco Felsch2019-10-041-8/+7
* | usb: usb251xb: add vdd supply supportMarco Felsch2019-10-041-0/+10
* | usb: ftdi-elan: move a couple of statements to next lineColin Ian King2019-10-041-2/+4
* | usb: Fix Kconfig indentationKrzysztof Kozlowski2019-10-042-5/+5
|/
* USB: rio500: Fix lockdep violationAlan Stern2019-09-031-31/+35
* USB: rio500: simplify lockingOliver Neukum2019-09-031-27/+16
* Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman2019-08-123-20/+32
|\
| * 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: usbsevseg: convert to use dev_groupsGreg Kroah-Hartman2019-08-091-14/+3
* | USB: trancevibrator: convert to use dev_groupsGreg Kroah-Hartman2019-08-091-8/+7
* | USB: cytherm: convert to use dev_groupsGreg Kroah-Hartman2019-08-091-45/+19
* | USB: cypress_cy7c63: convert to use dev_groupsGreg Kroah-Hartman2019-08-091-21/+8
* | USB: lvstest: convert to use dev_groupsGreg Kroah-Hartman2019-08-091-15/+4
|/
* 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/+0
* Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-124-23/+12
|\
| * usb: clean up some of the computations in adu_readDaniel M German2019-06-211-9/+7
| * 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/+4
| * usb: ftdi-elan: fix possible condition with no effect (if == else)Hariprasad Kelam2019-06-031-7/+0
* | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-2/+2
|/
* USB: rio500: simplify lockingOliver Neukum2019-05-211-27/+16
* 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/+0
|\
| * video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbolAlexander Shiyan2019-04-031-1/+0
* | 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/+26
| * | 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/+18
* | | *: 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