summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: expand mode supportSowjanya Komatineni2019-05-021-3/+3
* spi: spi-mem: Make spi_mem_default_supports_op() static inlineYueHaibing2019-05-021-0/+1
* spi: spi-mem: Fix build error without CONFIG_SPI_MEMYueHaibing2019-05-021-3/+11
* spi: add a method for configuring CS timingSowjanya Komatineni2019-04-081-0/+15
* spi: bitbang: Introduce spi_bitbang_init()Andrey Smirnov2019-04-081-0/+1
* spi: spi-mem: export spi_mem_default_supports_op()Naga Sureshkumar Relli2019-04-031-0/+3
* spi: pxa2xx: Introduce DMA burst size supportAndy Shevchenko2019-03-201-0/+1
* spi: fix SPI_BPW_RANGE_MASK() regressionArnd Bergmann2019-03-141-1/+1
* spi: work around clang bug in SPI_BPW_RANGE_MASK()Arnd Bergmann2019-03-111-2/+1Star
* spi: support inter-word delay requirement for devicesJonas Bonn2019-01-311-0/+6
* spi: Go back to immediate teardownMark Brown2019-01-231-2/+0Star
* pxa2xx: replace spi_master with spi_controllerLubomir Rintel2019-01-231-2/+2
* spi: spi-mem: Add devm_spi_mem_dirmap_{create,destroy}()Boris Brezillon2019-01-211-0/+5
* spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl2019-01-091-0/+2
* spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij2019-01-091-4/+19
* Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-291-15/+0Star
|\
| * mmc: spi: Convert to use GPIO descriptorsLinus Walleij2018-12-171-15/+0Star
| |
| \
*-. | Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-nextMark Brown2018-12-201-1/+83
|\ \|
| * | spi: spi-mem: Add a new API to support direct mappingBoris Brezillon2018-11-201-0/+80
| * | spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enumBoris Brezillon2018-11-201-0/+2
| * | spi: spi-mem: Add missing word in the SPI_MEM_DATA_OUT descriptionBoris Brezillon2018-11-201-1/+1
| |/
* | Merge branch 'topic/3wire-gpio' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown2018-12-041-0/+1
|\ \
| * | spi: gpio: Support 3WIRE high-impedance turn-aroundLinus Walleij2018-11-071-0/+1
| |/
* | spi: add support for octal mode I/O data transferYogesh Narayan Gaur2018-12-031-1/+3
* | spi: pxa2xx: Add slave mode supportLubomir Rintel2018-11-131-0/+1
|/
* Merge remote-tracking branch 'spi/topic/of' into spi-nextMark Brown2018-10-211-1/+16
|\
| * spi: make OF helper available for othersMarco Felsch2018-09-281-1/+16
* | Merge branch 'spi-4.20' into spi-nextMark Brown2018-10-211-12/+7Star
|\ \
| * | spi: Add driver_override SPI device attributeTrent Piepho2018-10-101-0/+1
| * | spi: switch to SPDX license identifierMarco Felsch2018-09-281-11/+2Star
| * | Merge tag 'spi-cs-word' into spi-4.20Mark Brown2018-09-171-1/+1
| |\ \
| | * | spi: add new SPI_CS_WORD flagDavid Lechner2018-09-171-1/+1
| | |/
| * / spi: Introduce one new field to set word delayBaolin Wang2018-08-291-0/+3
| |/
* | Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-291-3/+4
|\ \ | |/ |/|
| * spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc headerBoris Brezillon2018-09-201-3/+2Star
| * spi: spi-mem: Add missing description for data.nbytes fieldBoris Brezillon2018-09-201-0/+2
* | Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-08-143-257/+16Star
|\|
| * spi: spi-mem: Constify spi_mem->nameBoris Brezillon2018-08-031-1/+1
| * spi: spi-mem: Extend the SPI mem interface to set a custom memory nameFrieder Schrempf2018-08-021-0/+12
| * spi: spi-mem: Fix a typo in the documentation of struct spi_memFrieder Schrempf2018-08-021-1/+1
| * spi: spi-gpio: add SPI_3WIRE supportLorenzo Bianconi2018-08-011-0/+1
| * spi: add flags parameter to txrx_word function pointersLorenzo Bianconi2018-08-011-1/+1
| * spi: spi-bitbang: change flags from u8 to u16David Lechner2018-07-181-1/+1
| * spi: remove unused adi_spi3.h headerCorentin Labbe2018-06-181-254/+0Star
* | mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan2018-07-181-1/+3
|/
* spi: Get rid of the spi_flash_read() APIBoris Brezillon2018-05-111-53/+0Star
* spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-05-112-0/+256
* spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij2018-02-141-48/+1Star
* spi: Fix double "when"Geert Uytterhoeven2017-11-301-1/+1
*-. Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/axi', 'spi/topi...Mark Brown2017-11-101-0/+31
|\ \