summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | iio: adis16480: select CONFIG_CRC32Arnd Bergmann2023-02-021-0/+1
| | * | | drivers: iio: adc: ltc2497: fix LSB shiftIan Ray2023-01-281-4/+2
| | * | | iio: adc: qcom-spmi-adc5: Fix the channel nameAndy Shevchenko2023-01-281-1/+9
| * | | | Merge tag 'coresight-fixes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-03-212-28/+16
| |\ \ \ \
| | * | | | coresight: etm4x: Do not access TRCIDR1 for identificationSuzuki K Poulose2023-03-212-27/+15
| | * | | | coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bugSteve Clevenger2023-03-211-1/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'counter-fixes-6.3a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2023-03-201-22/+9
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | counter: 104-quad-8: Fix Synapse action reported for Index signalsWilliam Breathitt Gray2023-03-181-1/+1
| | * | | counter: 104-quad-8: Fix race condition between FLAG and CNTR readsWilliam Breathitt Gray2023-03-181-21/+8
* | | | | Merge tag 'tty-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-083-3/+28
|\ \ \ \ \
| * | | | | tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das2023-03-291-1/+1
| * | | | | tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_activeSherry Sun2023-03-291-1/+1
| * | | | | tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun2023-03-291-1/+7
| * | | | | serial: 8250: Prevent starting up DMA Rx on THRI interruptIlpo Järvinen2023-03-291-0/+11
| * | | | | tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das2023-03-291-0/+8
| |/ / / /
* | | | | Merge tag 'usb-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-0810-13/+35
|\ \ \ \ \
| * | | | | usb: cdnsp: Fixes error: uninitialized symbol 'len'Pawel Laszczak2023-04-051-2/+1
| * | | | | usb: gadgetfs: Fix ep_read_iter to handle ITER_UBUFSandeep Dhavale2023-04-051-1/+1
| * | | | | usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUFSandeep Dhavale2023-04-051-1/+1
| * | | | | usb: typec: altmodes/displayport: Fix configure initial pin assignmentRD Babiera2023-04-051-1/+5
| * | | | | usb: dwc3: pci: add support for the Intel Meteor Lake-SHeikki Krogerus2023-04-051-0/+4
| * | | | | Merge tag 'usb-serial-6.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-03-312-0/+11
| |\ \ \ \ \
| | * | | | | USB: serial: option: add Quectel RM500U-CN modemBjørn Mork2023-03-291-0/+2
| | * | | | | USB: serial: option: add Telit FE990 compositionsEnrico Sau2023-03-141-0/+8
| | * | | | | USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDsKees Jan Koster2023-03-131-0/+1
| | | |_|/ / | | |/| | |
| * | | | | xhci: Free the command allocated for setting LPM if we return earlyMathias Nyman2023-03-301-0/+1
| * | | | | Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS"Mathias Nyman2023-03-301-4/+3
| * | | | | xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips2023-03-301-1/+5
| * | | | | usb: xhci: tegra: fix sleep in atomic callWayne Chang2023-03-291-3/+3
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-04-084-34/+19
|\ \ \ \ \ \
| * | | | | | scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()Zhong Jinghua2023-04-021-2/+1
| * | | | | | scsi: qla2xxx: Fix memory leak in qla2x00_probe_one()Li Zetao2023-04-021-0/+1
| * | | | | | scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)Ranjan Kumar2023-04-021-1/+1
| * | | | | | scsi: Revert "scsi: ufs: core: Initialize devfreq synchronously"Adrien Thierry2023-04-021-31/+16
* | | | | | | Merge tag 'block-6.3-2023-04-06' of git://git.kernel.dk/linuxLinus Torvalds2023-04-082-6/+26
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'nvme-6.3-2023-04-06' of git://git.infradead.org/nvme into block-6.3Jens Axboe2023-04-061-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | nvme: fix discard support without oncsKeith Busch2023-04-051-3/+3
| * | | | | | | | block: ublk: make sure that block size is set correctlyMing Lei2023-04-061-1/+3
| * | | | | | | | ublk: read any SQE values upfrontJens Axboe2023-04-051-2/+20
| |/ / / / / / /
* | | | | | | | Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-072-5/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | gpio: davinci: Add irq chip flag to skip set wakeDhruva Gole2023-04-031-1/+1
| * | | | | | | | gpio: davinci: Do not clear the bank intr enable bit in save_contextDhruva Gole2023-04-031-3/+0
| * | | | | | | | gpio: GPIO_REGMAP: select REGMAP instead of depending on itRandy Dunlap2023-03-061-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'acpi-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-04-072-15/+58
|\ \ \ \ \ \ \ \
| * | | | | | | | ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad W530Hans de Goede2023-04-051-0/+14
| * | | | | | | | ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 and iMac14,2Hans de Goede2023-04-051-0/+23
| * | | | | | | | ACPI: video: Make acpi_backlight=video work independent from GPU driverHans de Goede2023-04-051-2/+13
| * | | | | | | | ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()Hans de Goede2023-04-051-13/+8
* | | | | | | | | Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-04-0628-141/+220
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net: stmmac: check fwnode for phy device before scanning for phyMichael Sit Wei Hong2023-04-061-4/+11