summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-05-12spi: Doc fix - Describe add_lock and dma_map_dev in spi_controllerSiddh Raman Pant1-0/+2
2022-04-22spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski1-0/+2
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-11/+18
2022-02-28spi: use specific last_cs instead of last_cs_enableYun Zhou1-2/+3
2022-02-14spi: Retire legacy GPIO handlingLinus Walleij1-12/+2
2022-02-10spi: spi-mem: Add an ecc parameter to the spi_mem_op structureMiquel Raynal1-0/+4
2022-02-10spi: spi-mem: Kill the spi_mem_dtr_supports_op() helperMiquel Raynal1-11/+0
2022-02-10spi: spi-mem: Introduce a capability structureMiquel Raynal2-0/+14
2022-02-09spi: make remove callback a void functionMark Brown1-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-1/+1
2022-02-01spi: Enhance and export helpers for ACPI resourcesMark Brown1-0/+20
2022-02-01spi: Add API to count spi acpi resourcesStefan Binding1-0/+1
2022-02-01spi: Support selection of the index of the ACPI Spi Resource before allocStefan Binding1-1/+2
2022-02-01spi: Create helper API to lookup ACPI info for spi deviceStefan Binding1-0/+6
2022-02-01spi: Make spi_alloc_device and spi_add_device public againStefan Binding1-0/+12
2022-01-31spi: pxa2xx_spi: Convert to use GPIO descriptorsLinus Walleij1-1/+0
2022-01-24spi: s3c24xx: Convert to GPIO descriptorsLinus Walleij1-5/+0
2022-01-07spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski1-1/+1
2021-11-29spi: pxa2xx: Get rid of unused enable_loopback memberAndy Shevchenko1-1/+0
2021-11-29spi: pxa2xx: Get rid of unused ->cs_control()Andy Shevchenko1-4/+0
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-15/+0
2021-11-08Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-10-14Merge branch 'spi-5.15' into spi-5.16Mark Brown1-0/+3
2021-10-14spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown1-0/+3
2021-10-13gpio: max730x: Make __max730x_remove() return voidUwe Kleine-König1-1/+1
2021-10-07spi: Make several public functions private to spi.cUwe Kleine-König1-53/+0
2021-10-07spi: Remove unused function spi_busnum_to_master()Uwe Kleine-König1-2/+0
2021-09-09Input: ads7846 - remove custom filter handling functions from pdataDaniel Mack1-15/+0
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-08-23gpio: max730x: Use the right includeLinus Walleij1-1/+1
2021-08-05spi: modify set_cs_timing parameterMason Zhang1-2/+1
2021-08-05spi: move cs spi_delay to spi_deviceMason Zhang1-11/+9
2021-07-11spi: <linux/spi/spi.h>: add missing struct kernel-doc entryRandy Dunlap1-1/+2
2021-06-25spi: core: add dma_map_dev for dma deviceVinod Koul1-0/+1
2021-06-22spi: add ancillary device supportSebastian Reichel1-0/+2
2021-06-09spi: remove spi_set_cs_timing()Greg Kroah-Hartman1-5/+0
2021-06-03Merge series "MTD: spinand: Add spi_mem_poll_status() support" from <patrice....Mark Brown1-0/+16
2021-06-03spi: spi-mem: add automatic poll status functionsPatrice Chotard1-0/+16
2021-06-01Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-2/+2
2021-05-18Merge tag 'v5.13-rc2' into spi-5.13Mark Brown1-9/+0
2021-05-18spi: pxa2xx: Fix style of and typos in the comments and messagesAndy Shevchenko1-3/+9
2021-05-11spi: Switch to signed types for *_native_cs SPI controller fieldsAndy Shevchenko1-2/+2
2021-05-10spi: pxa2xx: Unify ifdeffery used in the headersAndy Shevchenko1-3/+4
2021-05-10spi: pxa2xx: Replace header inclusions by forward declarationsAndy Shevchenko1-0/+2
2021-04-28Merge tag 'mmc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-9/+0
2021-04-23mmc: mmc_spi: Make of_mmc_spi.c resource provider agnosticAndy Shevchenko1-9/+0
2021-04-20spi: altera: separate core code from platform codeMatthew Gerlach1-0/+21
2021-04-15Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-0/+3
2021-04-08spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III1-0/+3