aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-12Merge branch 'acpi-osl'Rafael J. Wysocki1-1/+1
2026-03-12rtc: max77686: convert to i2c_new_ancillary_deviceSvyatoslav Ryhel1-2/+12
2026-03-12regulator: pf1550: Remove redundant regmap assignmentFelix Gu1-1/+0
2026-03-12soc: imx9: don't access of_root directlyBartosz Golaszewski1-2/+2
2026-03-12soc: imx8m: don't access of_root directlyBartosz Golaszewski1-8/+3
2026-03-12soc: fsl: guts: don't access of_root directlyBartosz Golaszewski1-9/+3
2026-03-12base: soc: rename and export soc_device_get_machine()Bartosz Golaszewski1-8/+5
2026-03-12base: soc: order includes alphabeticallyBartosz Golaszewski1-5/+5
2026-03-12of: provide of_machine_read_model()Bartosz Golaszewski1-0/+13
2026-03-12of: provide of_machine_read_compatible()Bartosz Golaszewski1-0/+15
2026-03-12device core: Fix kernel-doc warnings in base.hDan Williams1-38/+41
2026-03-12serial: 8250_dw: Ensure BUSY is deassertedIlpo Järvinen3-55/+161
2026-03-12serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSYIlpo Järvinen1-0/+6
2026-03-12serial: 8250_dw: Rework IIR_NO_INT handling to stop interrupt stormIlpo Järvinen1-4/+63
2026-03-12serial: 8250_dw: Rework dw8250_handle_irq() locking and IIR handlingIlpo Järvinen1-16/+21
2026-03-12serial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen1-8/+16
2026-03-12serial: 8250_dw: Avoid unnecessary LCR writesIlpo Järvinen1-0/+31
2026-03-12serial: 8250: Protect LCR write in shutdownIlpo Järvinen1-5/+6
2026-03-12serial: 8250_pci: add support for the AX99100Martin Roukala (né Peres)1-0/+17
2026-03-12serial: core: fix infinite loop in handle_tx() for PORT_UNKNOWNJiayuan Chen1-1/+4
2026-03-12serial: uartlite: fix PM runtime usage count underflow on probeMaciej Andrzejewski ICEYE1-0/+1
2026-03-12serial: 8250: always disable IRQ during THRE testPeng Zhang1-4/+2
2026-03-12serial: 8250: Fix TX deadlock when using DMARaul E Rangel1-0/+15
2026-03-12tty: tty_port: add workqueue to flip TTY bufferXin Zhao9-14/+70
2026-03-12vt: support ITU-T T.416 color subparametersRonan Pigott1-3/+45
2026-03-12serial: qcom-geni: Fix RTS behavior with flow controlAnup Kulkarni1-4/+15
2026-03-12tty: serial: imx: keep dma request disabled before dma transfer setupRobin Gong1-3/+4
2026-03-12tty: serial: 8250: Add SystemBase Multi I/O cardsMichael Walle1-0/+51
2026-03-12serial: pic32_uart: allow driver to be compiled on all architectures with COMPILE_TESTBrian Masney1-1/+1
2026-03-12serial: tegra: remove Kconfig dependency on APB DMA controllerFrancesco Lavra1-3/+2
2026-03-12serial: auart: check clk_enable() return in console writeZhaoyang Yu1-1/+2
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost9423-133295/+464008
2026-03-12rtc: rx8025: Remove use of i2c_match_id()Andrew Davis1-3/+1
2026-03-12rtc: rv8803: Remove use of i2c_match_id()Andrew Davis1-7/+1
2026-03-12rtc: rs5c372: Remove use of i2c_match_id()Andrew Davis1-6/+1
2026-03-12rtc: pcf2127: Remove use of i2c_match_id()Andrew Davis1-16/+7
2026-03-12rtc: m41t80: Remove use of i2c_match_id()Andrew Davis1-7/+1
2026-03-12rtc: abx80x: Remove use of i2c_match_id()Andrew Davis1-2/+1
2026-03-12drm/xe: Fix overflow in guc_ct_snapshot_captureMika Kuoppala1-1/+1
2026-03-12vt: add fallback to plain map for modifier-aware key typesNicolas Pitre1-0/+15
2026-03-12vt: add KT_CSI keysym type for modifier-aware CSI sequencesNicolas Pitre1-5/+33
2026-03-12vt: add modifier support to cursor keysNicolas Pitre1-1/+26
2026-03-12serial: remove drivers for espressif esp32Julian Braha4-1266/+0
2026-03-12serial: amba-pl011: Respect DMA controller's copy_align requirementKartik Rajput1-0/+9
2026-03-12serial: amba-pl011: Add Tegra264 UART supportKartik Rajput1-0/+27
2026-03-12serial: amba-pl011: Introduce set_uartclk_rate vendor flagKartik Rajput1-2/+27
2026-03-12serial: amba-pl011: Introduce skip_ibrd_fbrd vendor flagKartik Rajput1-22/+31
2026-03-12serial: amba-pl011: Enable UART in earlycon setupPeter Maydell1-1/+30
2026-03-12tty: constify tty_ldisc_opsQingfang Deng1-8/+8
2026-03-12tty: hvc_iucv: fix off-by-one in number of supported devicesRandy Dunlap1-1/+1