summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2025-09-03spi: spi-qpic-snand: unregister ECC engine on probe error and device removeGabor Juhos
2025-09-01spi: spi-fsl-lpspi: Generic fixes and support forMark Brown
2025-09-01spi: cadence-quadspi: Implement refcount to handle unbind during busyKhairul Anuar Romli
2025-09-01spi: spi-fsl-lpspi: Add compatible for S32GLarisa Grigore
2025-09-01spi: spi-fsl-lpspi: Parameterize reading num-cs from hardwareJames Clark
2025-09-01spi: spi-fsl-lpspi: Treat prescale_max == 0 as no erratumJames Clark
2025-09-01spi: spi-fsl-lpspi: Constify devtype datasJames Clark
2025-09-01spi: spi-fsl-lpspi: Clear status register after disabling the moduleLarisa Grigore
2025-09-01spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abortLarisa Grigore
2025-09-01spi: spi-fsl-lpspi: Set correct chip-select polarity bitLarisa Grigore
2025-09-01spi: spi-fsl-lpspi: Fix transmissions when using CONTLarisa Grigore
2025-08-29spi: microchip-core-qspi: stop checking viability of op->max_freq in supports...Conor Dooley
2025-08-21Merge tag 'spi-fix-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-21spi: st: fix PM macros to use CONFIG_PM instead of CONFIG_PM_SLEEPRaphael Gallais-Pou
2025-08-09Merge tag 'spi-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-08-07spi: spi-qpic-snand: fix calculating of ECC OOB regions' propertiesGabor Juhos
2025-08-07spi: spi-fsl-lpspi: Clamp too high speed_hzStefan Wahren
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-08-06spi: spi-mem: add spi_mem_adjust_op_freq() in spi_mem_supports_op()Tianyu Xu
2025-08-04spi: spi-mem: Add missing kdoc argumentMiquel Raynal
2025-08-04spi: spi-qpic-snand: use correct CW_PER_PAGE value for OOB writeGabor Juhos
2025-08-01spi: cs42l43: Property entry should be a null-terminated arraySimon Trimmer
2025-07-31Merge tag 'mtd/for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2025-07-30spi: spi-mem: Take into account the actual maximum frequencyMiquel Raynal
2025-07-30spi: spi-mem: Use picoseconds for calculating the op durationsMiquel Raynal
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-07-29Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'cl...Stephen Boyd
2025-07-28Merge tag 'spi-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-07-25spi: SPISG: Fix less than zero comparison on a u32 variableColin Ian King
2025-07-25spi: intel: Allow writeable MTD partition with module paramJakub Czapiga
2025-07-24spi: sophgo: Add SPI NOR controller for SG2042Mark Brown
2025-07-24Add RSPI support for RZ/V2HMark Brown
2025-07-24support for amlogic the new SPI IPMark Brown
2025-07-24spi: Add driver for the RZ/V2H(P) RSPI IPFabrizio Castro
2025-07-24spi: Add Amlogic SPISG driverSunny Luo
2025-07-24spi: spi-sg2044-nor: Add SPI-NOR controller for SG2042Zixian Zeng
2025-07-24spi: spi-sg2044-nor: Add configurable chip_infoZixian Zeng
2025-07-23spi: spi-qpic-snand: simplify bad block marker duplicationGabor Juhos
2025-07-23spi: spi-qpic-snand: don't hardcode ECC stepsGabor Juhos
2025-07-22Merge branches 'pm-misc' and 'pm-tools'Rafael J. Wysocki
2025-07-21spidev: introduce trivial abb sensor deviceMark Brown
2025-07-21spi: spidev: Add an entry for the ABB spi sensorsHeiko Schocher
2025-07-16spi: stm32-ospi: Fix NULL vs IS_ERR() bug in stm32_ospi_get_resources()Dan Carpenter
2025-07-16spi: gpio: Use explicit 'unsigned int' for parameter typesDarshan Rathod
2025-07-15spi: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou
2025-07-14spi: Add check for 8-bit transfer with 8 IO mode supportCheng Ming Lin
2025-07-11spi: spi-nxp-fspi: Check return value of devm_mutex_init()Thomas Weißschuh
2025-07-10spi: rspi: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven