aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-27spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean1-2/+2
2019-10-23spi: document CS setup, hold & inactive times in headerAlexandru Ardelean1-0/+5
2019-10-15spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean1-0/+1
2019-10-15spi: implement SW control for CS timesAlexandru Ardelean1-0/+5
2019-10-15spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean1-3/+6
2019-10-15spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean1-0/+18
2019-10-15spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean1-5/+2
2019-10-15spi: sprd: convert transfer word delay to spi_delay structAlexandru Ardelean1-2/+2
2019-10-15spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean1-3/+1
2019-10-15spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean1-3/+15
2019-10-07spi: Add a PTP system timestamp to the transfer structureVladimir Oltean1-0/+61
2019-07-04Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown1-0/+2
2019-06-17spi: Add a prototype for exported spi_set_cs_timing()Andy Shevchenko1-0/+2
2019-05-23spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson1-0/+2
2019-05-13spi: core: allow reporting the effectivly used speed_hz for a transferMartin Sperl1-0/+5
2019-05-12Merge tag 'spi-bpw-is-supported' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.3Mark Brown1-0/+20
2019-05-08spi: core: allow defining time that cs is deasserted as a multiple of SCKMartin Sperl1-0/+1
2019-05-08spi: core: allow defining time that cs is deassertedMartin Sperl1-0/+7
2019-05-02spi: expand mode supportSowjanya Komatineni1-3/+3
2019-04-12spi: Add spi_is_bpw_supported()Noralf Trønnes1-0/+20
2019-04-08spi: add a method for configuring CS timingSowjanya Komatineni1-0/+15
2019-03-14spi: fix SPI_BPW_RANGE_MASK() regressionArnd Bergmann1-1/+1
2019-03-11spi: work around clang bug in SPI_BPW_RANGE_MASK()Arnd Bergmann1-2/+1
2019-01-30spi: support inter-word delay requirement for devicesJonas Bonn1-0/+6
2019-01-23spi: Go back to immediate teardownMark Brown1-2/+0
2019-01-09spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl1-0/+2
2019-01-09spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij1-4/+19
2018-12-04Merge branch 'topic/3wire-gpio' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-4.21 mode conflictMark Brown1-0/+1
2018-12-03spi: add support for octal mode I/O data transferYogesh Narayan Gaur1-1/+3
2018-11-07spi: gpio: Support 3WIRE high-impedance turn-aroundLinus Walleij1-0/+1
2018-10-21Merge remote-tracking branch 'spi/topic/of' into spi-nextMark Brown1-1/+16
2018-10-10spi: Add driver_override SPI device attributeTrent Piepho1-0/+1
2018-09-27spi: make OF helper available for othersMarco Felsch1-1/+16
2018-09-27spi: switch to SPDX license identifierMarco Felsch1-11/+2
2018-09-17Merge tag 'spi-cs-word' into spi-4.20Mark Brown1-1/+1
2018-09-17spi: add new SPI_CS_WORD flagDavid Lechner1-1/+1
2018-08-29spi: Introduce one new field to set word delayBaolin Wang1-0/+3
2018-05-11spi: Get rid of the spi_flash_read() APIBoris Brezillon1-53/+0
2018-05-11spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon1-0/+7
2017-11-30spi: Fix double "when"Geert Uytterhoeven1-1/+1
2017-06-13spi: Generalize SPI "master" to "controller"Geert Uytterhoeven1-85/+113
2017-05-26spi: core: Add support for registering SPI slave controllersGeert Uytterhoeven1-4/+31
2017-04-26Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into spi-nextMark Brown1-0/+4
2017-04-26Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/imx' and 'spi/topic/lantiq' into spi-nextMark Brown1-0/+4
2017-04-21spi: Add can_dma like interface for spi_flash_readVignesh R1-0/+4
2017-03-29spi: dynamycally allocated message initializationEmiliano Ingrassia1-1/+1
2017-03-06spi: allow attaching device properties to SPI board infoDmitry Torokhov1-0/+4
2016-10-21spi: Add Flag to Enable Slave Select with GPIO Chip Select.Thor Thayer1-0/+1
2016-09-30Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/imx', 'spi/topic/jcore', 'spi/topic/loopback' and 'spi/topic/meson' into spi-nextMark Brown1-4/+21
2016-09-16spi: core: Use spi_sync_transfer() in spi_write()/spi_read()Geert Uytterhoeven1-32/+26