summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-17Merge tag 'mtd/fixes-for-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+12
2025-11-17zloop: introduce the ordered_zone_append configuration parameterDamien Le Moal-12/+96
2025-11-17zloop: introduce the zone_append configuration parameterDamien Le Moal-2/+30
2025-11-17zloop: simplify checks for writes to sequential zonesDamien Le Moal-10/+9
2025-11-17zloop: fail zone append operations that are targeting full zonesDamien Le Moal-0/+4
2025-11-17zloop: make the write pointer of full zones invalidDamien Le Moal-3/+5
2025-11-17can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handlingMarc Kleine-Budde-2/+2
2025-11-17can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde-5/+54
2025-11-17nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki-1/+1
2025-11-17nvmet-auth: update sc_c in target host hash calculationAlistair Francis-2/+4
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki-76/+55
2025-11-17floppy: fix for PAGE_SIZE != 4KBRene Rebe-1/+1
2025-11-17drm/mediatek: ovl_adaptor: Fix probe device leaksJohan Hovold-0/+12
2025-11-17drm/mediatek: Fix probe device leaksJohan Hovold-0/+11
2025-11-17drm/mediatek: Fix probe memory leakJohan Hovold-1/+1
2025-11-17drm/mediatek: Fix probe resource leaksJohan Hovold-7/+19
2025-11-17drm/mediatek: mtk_hdmi_common: Defer probe when ddc i2c bus isn't available yetSjoerd Simons-1/+1
2025-11-17drm/mediatek: mtk_hdmi_v2: Add debugfs ops and implement ABISTAngeloGioacchino Del Regno-0/+123
2025-11-17drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188AngeloGioacchino Del Regno-0/+2084
2025-11-17drm/mediatek: mtk_hdmi_common: Add var to enable interlaced modesAngeloGioacchino Del Regno-0/+2
2025-11-17drm/mediatek: mtk_hdmi_common: Add OP_HDMI if helper funcs assignedAngeloGioacchino Del Regno-0/+4
2025-11-17drm/mediatek: mtk_hdmi_common: Assign DDC adapter pointer to bridgeAngeloGioacchino Del Regno-0/+2
2025-11-17drm/mediatek: mtk_hdmi_common: Make CEC support optionalAngeloGioacchino Del Regno-4/+5
2025-11-17drm/mediatek: mtk_hdmi: Split driver and add common probe functionAngeloGioacchino Del Regno-550/+649
2025-11-17drm/mediatek: mtk_hdmi: Add HDMI IP version configuration to pdataAngeloGioacchino Del Regno-8/+37
2025-11-17drm/mediatek: mtk_hdmi: Improve mtk_hdmi_get_all_clk() flexibilityAngeloGioacchino Del Regno-10/+16
2025-11-17drm/mediatek: mtk_hdmi: Drop redundant clock retrieval in mtk_hdmi_get_cec_devLouis-Alexis Eyraud-4/+0
2025-11-17drm/mediatek: mtk_hdmi: Fix probe device leaksJohan Hovold-0/+15
2025-11-17PCI: spacemit: Add SpacemiT PCIe host driverAlex Elder-0/+371
2025-11-17gpu: nova-core: make formatting compatible with rust treeAlice Ryhl-7/+4
2025-11-17mtd: spinand: esmt: add support for F50L1G41LCDaniel Golle-0/+25
2025-11-17mtd: rawnand: lpc32xx_slc: Convert to use devm_gpiod_get_optional()Haotian Zhang-3/+1
2025-11-17mtd: mtdpart: ignore error -ENOENT from parsers on subpartitionsChristian Marangi-2/+5
2025-11-17mtd: maps: pcmciamtd: fix potential memory leak in pcmciamtd_detach()Abdun Nihaal-0/+1
2025-11-17USB: serial: ftdi_sio: drop NDI quirk module parameterJohan Hovold-38/+3
2025-11-17USB: serial: ftdi_sio: clean up NDI speed hackJohan Hovold-10/+2
2025-11-17USB: serial: ftdi_sio: enable NDI speed hack consistentlyJohan Hovold-1/+2
2025-11-17USB: serial: ftdi_sio: rename quirk symbolsJohan Hovold-20/+20
2025-11-17USB: serial: ftdi_sio: clean up quirk commentsJohan Hovold-9/+10
2025-11-17USB: serial: ftdi_sio: rewrite 8u2232c quirkJohan Hovold-7/+12
2025-11-17USB: serial: ftdi_sio: silence jtag probeJohan Hovold-6/+2
2025-11-17USB: serial: ftdi_sio: match on interface number for jtagJohan Hovold-48/+24
2025-11-17s390: Remove compat supportHeiko Carstens-290/+7
2025-11-17gpio: tegra186: Fix GPIO name collisions for Tegra410Kartik Rajput-2/+9
2025-11-17gpiolib: legacy: Allow to kill devm_gpio_request_one() independentlyAndy Shevchenko-14/+12
2025-11-17gpiolib: legacy: Make sure we kill gpio_request_one() firstAndy Shevchenko-14/+4
2025-11-17Merge tag 'gpio/shared-gpios-for-v6.19-rc1' of git://git.kernel.org/pub/scm/l...Bartosz Golaszewski-9/+1044
2025-11-17tee: qcomtee: initialize result before use in release workerAmirreza Zarrabi-1/+1
2025-11-17gpio: provide gpiod_is_shared()Bartosz Golaszewski-0/+39
2025-11-17gpiolib: support shared GPIOs in core subsystem codeBartosz Golaszewski-9/+41