summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown2019-07-041-0/+2
|\
| * spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson2019-05-231-0/+2
* | Merge branch 'spi-5.3' into spi-nextMark Brown2019-07-041-0/+35
|\ \
| * | spi: Add a prototype for exported spi_set_cs_timing()Andy Shevchenko2019-06-171-0/+2
| * | Merge tag 'v5.2-rc4' into spi-5.3Mark Brown2019-06-1011-94/+11Star
| |\ \
| * | | spi: core: allow reporting the effectivly used speed_hz for a transferMartin Sperl2019-05-131-0/+5
| * | | Merge tag 'spi-bpw-is-supported' of https://git.kernel.org/pub/scm/linux/kern...Mark Brown2019-05-121-0/+20
| |\ \ \
| | * | | spi: Add spi_is_bpw_supported()Noralf Trønnes2019-04-121-0/+20
| * | | | spi: core: allow defining time that cs is deasserted as a multiple of SCKMartin Sperl2019-05-081-0/+1
| * | | | spi: core: allow defining time that cs is deassertedMartin Sperl2019-05-081-0/+7
| | |_|/ | |/| |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
| |_|/ |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-052-18/+2Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-305-45/+5Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-20/+2Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-11/+2Star
|/ /
* | 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