summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| | * | USB: serial: cp210x: add ID for Acuity Brands nLight Air AdapterKaran Singhal2021-03-091-0/+1
| | |/
| * | usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan2021-03-101-8/+34
| * | usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan2021-03-101-4/+25
| * | usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan2021-03-101-7/+25
| * | usbip: fix vudc to check for stream socketShuah Khan2021-03-101-0/+9
| * | usbip: fix vhci_hcd to check for stream socketShuah Khan2021-03-101-1/+9
| * | usbip: fix stub_dev to check for stream socketShuah Khan2021-03-101-1/+11
| * | usb: dwc3: qcom: Add missing DWC3 OF node refcount decrementSerge Semin2021-03-101-3/+6
| * | USB: usblp: fix a hang in poll() if disconnectedPete Zaitcev2021-03-101-4/+12
| * | USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()Wei Yongjun2021-03-101-2/+2
| * | usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUMYoshihiro Shimoda2021-03-101-0/+2
| * | usb: dwc3: qcom: Honor wakeup enabled/disabled stateMatthias Kaehlcke2021-03-101-2/+5
| * | usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol2021-03-101-0/+1
| * | usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol2021-03-101-1/+1
| * | USB: gadget: u_ether: Fix a configfs return codeDan Carpenter2021-03-101-3/+2
| * | usb: dwc3: qcom: add ACPI device id for sc8180xShawn Guo2021-03-101-0/+2
| * | Goodix Fingerprint device is not a modemYorick de Wid2021-03-101-0/+5
| |/
* / drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann2021-03-111-0/+32
|/
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-252-4/+4
|\
| * kbuild: simplify access to the kernel's versionSasha Levin2021-02-162-4/+4
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-221-3/+1
|\ \
| * | ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König2021-02-011-3/+1
* | | Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-222-8/+6
|\ \ \
| * | | of: Remove of_dev_{get,put}()Rob Herring2021-02-121-1/+1
| * | | usb: usb251xb: Use of_device_get_match_data()Stephen Boyd2021-01-261-7/+5
| |/ /
* | | usb: misc: usb3503: Fix logic in usb3503_init()Michal Simek2021-02-111-2/+7
* | | usb: Replace lkml.org links with loreKees Cook2021-02-111-3/+4
* | | usb: quirks: add quirk to start video capture on ELMO L-12F document camera r...Stefan Ursella2021-02-101-0/+3
* | | Merge tag 'usb-serial-5.12-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-02-1043-224/+887
|\ \ \
| * | | USB: serial: drop bogus to_usb_serial_port() checksJohan Hovold2021-02-091-13/+3
| * | | USB: serial: make remove callback return voidUwe Kleine-König2021-02-0936-119/+52
| * | | USB: serial: drop if with an always false conditionUwe Kleine-König2021-02-091-5/+1
| * | | USB: serial: option: update interface mapping for ZTE P685MLech Perczak2021-02-081-1/+2
| * | | USB: serial: ftdi_sio: restore divisor-encoding commentsJohan Hovold2021-02-011-8/+8
| * | | USB: serial: ftdi_sio: fix FTX sub-integer prescalerJohan Hovold2021-02-011-2/+3
| * | | USB: serial: cp210x: clean up auto-RTS handlingJohan Hovold2021-02-011-2/+1
| * | | USB: serial: cp210x: fix RTS handlingJohan Hovold2021-02-011-7/+40
| * | | USB: serial: cp210x: clean up printk zero paddingJohan Hovold2021-02-011-2/+2
| * | | USB: serial: cp210x: clean up flow-control debug messageJohan Hovold2021-02-011-2/+2
| * | | USB: serial: cp210x: drop shift macrosJohan Hovold2021-02-011-17/+11
| * | | USB: serial: cp210x: fix modem-control handlingJohan Hovold2021-02-011-4/+16
| * | | USB: serial: cp210x: suppress modem-control errorsJohan Hovold2021-02-011-3/+30
| * | | USB: serial: mos7720: fix error code in mos7720_write()Dan Carpenter2021-01-281-1/+3
| * | | USB: serial: xr: fix B0 handlingJohan Hovold2021-01-261-9/+14
| * | | USB: serial: xr: fix pin configurationJohan Hovold2021-01-261-0/+8
| * | | USB: serial: xr: fix gpio-mode handlingJohan Hovold2021-01-261-6/+3
| * | | USB: serial: xr: simplify line-speed logicJohan Hovold2021-01-261-2/+1
| * | | USB: serial: xr: clean up line-settings handlingJohan Hovold2021-01-261-19/+15
| * | | USB: serial: xr: document vendor-request recipientJohan Hovold2021-01-261-4/+4
| * | | USB: serial: xr: use termios flag helpersJohan Hovold2021-01-261-2/+1