summaryrefslogtreecommitdiff
path: root/include/linux/spi
AgeCommit message (Expand)AuthorFilesLines
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
12 daysMerge tag 'mtd/for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-0/+8
2026-02-11Merge tag 'sound-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+9
2026-02-03spi: add multi-lane supportMark Brown1-0/+30
2026-02-02spi: add multi_lane_mode field to struct spi_transferDavid Lechner1-0/+8
2026-02-02spi: support controllers with multiple data lanesDavid Lechner1-0/+22
2026-01-29spi: spi-mem: Create a repeated address operationMiquel Raynal1-0/+8
2026-01-12spi: spi-mem: Create a repeated address operationMiquel Raynal1-0/+8
2026-01-12spi: spi-mem: Make the DTR command operation macro more suitableMiquel Raynal1-3/+3
2026-01-05spi: change of_find_spi_controller_by_node() gating to CONFIG_OFOder Chiou1-1/+1
2026-01-05spi: export of_find_spi_controller_by_node()Oder Chiou1-0/+9
2025-10-13spi: offload: Add offset parameterAxel Haslam1-0/+9
2025-09-22spi: rename SPI_CS_CNT_MAX => SPI_DEVICE_CS_CNT_MAXJonas Gorski1-6/+6
2025-09-22spi: reduce device chip select limit againJonas Gorski1-1/+1
2025-09-22spi: keep track of number of chipselects in spi_deviceJonas Gorski1-1/+3
2025-07-31Merge tag 'mtd/for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-1/+1
2025-07-30spi: spi-mem: Take into account the actual maximum frequencyMiquel Raynal1-1/+1
2025-06-30spi: Raise limit on number of chip selects to 24Marc Kleine-Budde1-1/+1
2025-05-28Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-16/+182
2025-05-22spi: use container_of_cont() for to_spi_device()Greg Kroah-Hartman1-4/+1
2025-05-19spi: sh-msiof: Move register definitions to <linux/spi/sh_msiof.h>Geert Uytterhoeven1-0/+125
2025-04-18spi: Introduce and use spi_bpw_to_bytes()Mark Brown1-0/+26
2025-04-17spi: Add spi_bpw_to_bytes() helper and use itAndy Shevchenko1-0/+26
2025-04-13spi: Add support for Double Transfer Rate (DTR) modeMukesh Kumar Savaliya1-0/+10
2025-04-07spi: Group CS related fields in struct spi_deviceAndy Shevchenko1-16/+21
2025-03-13spi: Use inclusive languageAndy Shevchenko1-17/+17
2025-02-12spi: fix missing offload_flags docDavid Lechner1-0/+2
2025-02-11spi: offload: types: include linux/bits.hDavid Lechner1-0/+1
2025-02-07spi: add offload TX/RX streaming APIsDavid Lechner3-0/+27
2025-02-07spi: offload: add support for hardware triggersDavid Lechner3-0/+77
2025-02-07spi: add basic support for SPI offloadingDavid Lechner4-0/+101
2025-01-10spi: spi-mem: Estimate the time taken by operationsMiquel Raynal1-0/+1
2025-01-09spi: spi-mem: Create macros for DTR operationMiquel Raynal1-0/+41
2025-01-09spi: spi-mem: Reorder spi-mem macro assignmentsMiquel Raynal1-4/+4
2025-01-09spi: spi-mem: Add a new controller capabilityMiquel Raynal1-0/+2
2025-01-09spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequencyMiquel Raynal1-1/+11
2024-11-23Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-1/+7
2024-10-02spi: spi-mem: Allow specifying the byte order in Octal DTR modeTudor Ambarus1-1/+7
2024-09-30spi: remove {devm_}spi_alloc_master/slave()Yang Yingliang1-30/+0
2024-09-10spi: remove spi_controller_is_slave() and spi_slave_abort()Yang Yingliang1-11/+1
2024-08-02spi: Add dummy definitions for ACPI lookup functionsMark Brown1-1/+18
2024-08-02spi: Add empty versions of ACPI functionsRichard Fitzgerald1-1/+18
2024-07-29spi: bitbang: Implement support for MOSI idle state configurationMarcelo Schmitt1-0/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2024-07-16Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-7/+13
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner1-0/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-4/+2
2024-06-23spi: add devm_spi_optimize_message() helperMark Brown1-0/+2
2024-06-22spi: add devm_spi_optimize_message() helperDavid Lechner1-0/+2
2024-06-20spi: Merge up fixesMark Brown1-2/+3