aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-09tty: serial: sc16is7xx: convert to use maple tree register cachewangkaiyuan1-1/+1
2024-04-09tty: serial: max310x: convert to use maple tree register cachewangkaiyuan1-2/+2
2024-04-09PCI/DOE: Support discovery version 2Alexey Kardashevskiy1-3/+9
2024-04-09Merge tag 'riscv-soc-fixes-for-v6.9-rc3' of https://git.kernel.org/pub/scm/li...Arnd Bergmann1-26/+46
2024-04-09Merge tag 'ffa-fix-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sude...Arnd Bergmann1-1/+1
2024-04-09Merge tag 'scmi-fixes-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2-2/+7
2024-04-09Merge tag 'omap-for-v6.9/n8x0-fixes-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann1-17/+31
2024-04-09serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain1-14/+0
2024-04-09serial: 8250_pci: Remove redundant PCI IDsAndy Shevchenko1-6/+0
2024-04-09serial: core: Fix regression when runtime PM is not enabledTony Lindgren1-1/+1
2024-04-09serial: mxs-auart: add spinlock around changing cts stateEmil Kronborg1-2/+6
2024-04-09serial: 8250_dw: Revert: Do not reclock if already at correct rateHans de Goede1-3/+3
2024-04-09serial: 8250_lpc18xx: disable clks on error in probe()Dan Carpenter1-1/+1
2024-04-09serial: max3100: Update Kconfig entryAndy Shevchenko1-2/+5
2024-04-09serial: max3100: Remove unneeded forward declarationAndy Shevchenko1-16/+14
2024-04-09serial: max3100: Replace custom polling timeout with standard oneAndy Shevchenko1-20/+5
2024-04-09serial: max3100: Remove custom HW shutdown supportAndy Shevchenko1-35/+7
2024-04-09serial: max3100: Make struct plat_max3100 localAndy Shevchenko1-20/+18
2024-04-09serial: max3100: Fix bitwise typesAndy Shevchenko1-1/+4
2024-04-09serial: max3100: Update uart_driver_registered on driver removalAndy Shevchenko1-1/+3
2024-04-09serial: max3100: Lock port->lock when calling uart_handle_cts_change()Andy Shevchenko1-1/+12
2024-04-09serial: 8250_of: Add clock_notifierBastien Curutchet1-0/+37
2024-04-09serial: pmac_zilog: Drop usage of platform_driver_probe()Uwe Kleine-König1-4/+5
2024-04-09serial: ami: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-04-09tty: vt: conmakehash: Don't mention the full path of the input in outputUwe Kleine-König1-2/+13
2024-04-09tty: n_gsm: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2024-04-09tty: hvc: Remove second semicolonColin Ian King1-1/+1
2024-04-09serial: sifive: Remove 0 from fu540-c000-uart0 binding.Sebastian Andrzej Siewior1-2/+2
2024-04-09serial: pic32_uart: Replace of_gpio.h by proper oneAndy Shevchenko1-1/+1
2024-04-09serial: 8250_omap: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-04-09serial: 8250: Add preferred console in serial8250_isa_init_ports()Tony Lindgren3-0/+34
2024-04-09serial: core: Handle serial console optionsTony Lindgren1-0/+49
2024-04-09serial: core: Add support for DEVNAME:0.0 style naming for kernel consoleTony Lindgren3-0/+86
2024-04-09tty: atmel_serial: use single DMA mapping for RXJiri Slaby (SUSE)1-34/+22
2024-04-09tty: atmel_serial: define macro for RX sizeJiri Slaby (SUSE)1-5/+5
2024-04-09tty: atmel_serial: use single DMA mapping for TXJiri Slaby (SUSE)1-21/+14
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)58-762/+657
2024-04-09tty: msm_serial: use dmaengine_prep_slave_sg()Jiri Slaby (SUSE)1-37/+49
2024-04-09tty: 8250_omap: use dmaengine_prep_slave_sg()Jiri Slaby (SUSE)1-3/+6
2024-04-09tty: 8250_dma: use dmaengine_prep_slave_sg()Jiri Slaby (SUSE)1-4/+8
2024-04-09auxdisplay: seg-led-gpio: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-09wifi: ath12k: correct the capital word typoKarthikeyan Periyasamy2-3/+3
2024-04-09wifi: ath11k: support hibernationBaochen Qiang8-53/+143
2024-04-09iommu/arm-smmu-v3: Add a type for the CD entryJason Gunthorpe2-10/+17
2024-04-09iommu/arm-smmu-v3: Do not ATC invalidate the entire domainJason Gunthorpe1-1/+4
2024-04-09iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASIDJason Gunthorpe1-0/+3
2024-04-09net: phy: micrel: lan8814: Add support for PTP_PF_PEROUTHoratiu Vultur1-2/+353
2024-04-09net: phy: micrel: lan8814: Enable LTC at probe timeHoratiu Vultur1-22/+4
2024-04-09drm/xe/lnl: Enable GuC Wa_14019882105Badal Nilawar3-7/+39
2024-04-09drm/xe/guc: Add support for workaround KLVsBadal Nilawar3-3/+66