summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-09-22spi: rename SPI_CS_CNT_MAX => SPI_DEVICE_CS_CNT_MAXJonas Gorski
2025-09-22spi: don't check spi_controller::num_chipselect when parsing a dt deviceJonas Gorski
2025-09-22spi: drop check for validity of device chip selectsJonas Gorski
2025-09-22spi: move unused device CS initialization to __spi_add_device()Jonas Gorski
2025-09-22spi: keep track of number of chipselects in spi_deviceJonas Gorski
2025-09-22spi: fix return code when spi device has too many chipselectsJonas Gorski
2025-09-22SPI: Add virtio SPI driverHaixu Cui
2025-09-22spi: omap2-mcspi: drive SPI_CLK on transfer_setup()Bastien Curutchet (Schneider Electric)
2025-09-22spi: rpc-if: Add resume support for RZ/G3EBiju Das
2025-09-22spi: rpc-if: Drop deprecated SIMPLE_DEV_PM_OPSBiju Das
2025-09-22xen: take system_transition_mutex on suspendMarek Marczykowski-Górecki
2025-09-22Merge tag 'rtw-next-2025-09-22' of https://github.com/pkshih/rtwJohannes Berg
2025-09-22fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda
2025-09-22PCI: tegra194: Fix duplicate PLL disable in pex_ep_event_pex_rst_assert()Nagarjuna Kristam
2025-09-22tee: fix register_shm_helper()Jens Wiklander
2025-09-22wifi: rtw89: avoid circular locking dependency in ser_state_run()Fedor Pchelkin
2025-09-22wifi: rtw89: fix leak in rtw89_core_send_nullfunc()Fedor Pchelkin
2025-09-22wifi: rtw89: avoid possible TX wait initialization raceFedor Pchelkin
2025-09-22wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait()Fedor Pchelkin
2025-09-22drm/i915/ddi: Guard reg_val against a INVALID_TRANSCODERSuraj Kandpal
2025-09-22Merge tag 'amd-drm-next-6.18-2025-09-19' of https://gitlab.freedesktop.org/ag...Dave Airlie
2025-09-22Merge tag 'drm-xe-next-2025-09-19' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2025-09-21mm: make folio page count functions return unsignedAristeu Rozanski
2025-09-21virtio_balloon: stop calling page_address() in free_pages()Vishal Moola (Oracle)
2025-09-21aoe: stop calling page_address() in free_page()Vishal Moola (Oracle)
2025-09-21vfio/pci: drop nth_page() usage within SG entryDavid Hildenbrand
2025-09-21scsi: sg: drop nth_page() usage within SG entryDavid Hildenbrand
2025-09-21scsi: scsi_lib: drop nth_page() usage within SG entryDavid Hildenbrand
2025-09-21mmc: drop nth_page() usage within SG entryDavid Hildenbrand
2025-09-21memstick: drop nth_page() usage within SG entryDavid Hildenbrand
2025-09-21mspro_block: drop nth_page() usage within SG entryDavid Hildenbrand
2025-09-21drm/i915/gem: drop nth_page() usage within SG entryDavid Hildenbrand
2025-09-21ata: libata-sff: drop nth_page() usage within SG entryDavid Hildenbrand
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2025-09-21reset: aspeed: register AST2700 reset auxiliary bus deviceRyan Chen
2025-09-21clk: tegra: do not overallocate memory for bpmp clocksFedor Pchelkin
2025-09-21clk: ep93xx: Use int type to store negative error codesQianfeng Rong
2025-09-21clk: nxp: Fix pll0 rate check condition in LPC18xx CGU driverAlok Tiwari
2025-09-21clk: loongson2: Add clock definitions for Loongson-2K0300 SoCYao Zi
2025-09-21clk: loongson2: Avoid hardcoding firmware name of the reference clockYao Zi
2025-09-21clk: loongson2: Allow zero divisors for dividersYao Zi
2025-09-21clk: loongson2: Support scale clocks with an alternative modeYao Zi
2025-09-21clk: loongson2: Allow specifying clock flags for gate clockYao Zi
2025-09-21Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-21clk: clocking-wizard: Fix output clock register offset for Versal platformsShubhrajyoti Datta
2025-09-21clk: xilinx: Optimize divisor search in clk_wzrd_get_divisors_ver()Shubhrajyoti Datta
2025-09-21clk: mmp: pxa1908: Instantiate power driver through auxiliary busDuje Mihanović
2025-09-21clk: s2mps11: add support for S2MPG10 PMIC clockAndré Draszik
2025-09-21clk: stm32: introduce clocks for STM32MP21 platformGabriel Fernandez
2025-09-21clk: Use hashtable for global clk lookupsChen-Yu Tsai