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