summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-01USB: serial: cp210x: suppress modem-control errorsJohan Hovold1-3/+30
2021-01-28USB: serial: mos7720: fix error code in mos7720_write()Dan Carpenter1-1/+3
2021-01-26USB: serial: xr: fix B0 handlingJohan Hovold1-9/+14
2021-01-26USB: serial: xr: fix pin configurationJohan Hovold1-0/+8
2021-01-26USB: serial: xr: fix gpio-mode handlingJohan Hovold1-6/+3
2021-01-26USB: serial: xr: simplify line-speed logicJohan Hovold1-2/+1
2021-01-26USB: serial: xr: clean up line-settings handlingJohan Hovold1-19/+15
2021-01-26USB: serial: xr: document vendor-request recipientJohan Hovold1-4/+4
2021-01-26USB: serial: xr: use termios flag helpersJohan Hovold1-2/+1
2021-01-26USB: serial: xr: use subsystem usb_device at probeJohan Hovold1-2/+1
2021-01-26USB: serial: xr: fix interface leak at disconnectJohan Hovold1-0/+10
2021-01-26USB: serial: xr: fix NULL-deref at probeJohan Hovold1-0/+3
2021-01-26USB: serial: mos7840: fix error code in mos7840_write()Dan Carpenter1-1/+3
2021-01-21USB: cdc-acm: ignore Exar XR21V141X when serial driver is builtMauro Carvalho Chehab1-0/+6
2021-01-21USB: serial: add MaxLinear/Exar USB to Serial driverManivannan Sadhasivam3-0/+605
2021-01-18USB: serial: f81534: drop short control-transfer checkJohan Hovold1-3/+1
2021-01-18USB: serial: f81232: drop short control-transfer checksJohan Hovold1-10/+2
2021-01-18USB: serial: io_ti: fix a debug-message copy-paste errorJohan Hovold1-1/+1
2021-01-18USB: serial: io_ti: drop short control-transfer checkJohan Hovold1-5/+1
2021-01-18USB: serial: upd78f0730: drop short control-transfer checkJohan Hovold1-4/+1
2021-01-18USB: serial: mxuport: drop short control-transfer checkJohan Hovold1-7/+0
2021-01-18USB: serial: cp210x: add copyright noticeJohan Hovold1-0/+1
2021-01-18USB: serial: cp210x: drop unused includesJohan Hovold1-3/+0
2021-01-18USB: serial: cp210x: drop short control-transfer checksJohan Hovold1-12/+6
2021-01-18USB: serial: cp210x: update control-characters on every changeJohan Hovold1-3/+7
2021-01-18USB: serial: cp210x: set IXOFF thresholdsJohan Hovold1-0/+3
2021-01-18USB: serial: cp210x: add support for software flow controlWang Sheng Long1-2/+65
2021-01-18USB: serial: pl2303: fix line-speed handling on newer chipsJohan Hovold1-1/+7
2021-01-12USB: serial: mos7720: improve OOM-handling in read_mos_reg()Tom Rix1-1/+3
2021-01-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-26/+123
2021-01-10Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds16-43/+143
2021-01-10Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds30-223/+240
2021-01-10Merge tag 'staging-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-28/+21
2021-01-10Merge tag 'char-misc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-212/+310
2021-01-09Merge tag 'hwmon-for-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+13
2021-01-09Merge tag 'dmaengine-fix-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-22/+26
2021-01-09Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+30
2021-01-09bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li1-0/+15
2021-01-09bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li3-7/+28
2021-01-09bcache: check unsupported feature sets for bcache registerColy Li2-0/+29
2021-01-09bcache: fix typo from SUUP to SUPP in features.hColy Li1-3/+3
2021-01-09bcache: set pdev_set_uuid before scond loop iterationYi Li1-1/+1
2021-01-08Merge tag 'devprop-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+8
2021-01-08Merge tag 'acpi-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-19/+1
2021-01-08Merge tag 'pm-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-18/+6
2021-01-08Merge tag 'drm-fixes-2021-01-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds47-177/+302
2021-01-08Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds9-85/+135
2021-01-08Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds43-244/+345
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek3-19/+16
2021-01-08Merge branches 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki1-6/+0