aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-21Merge remote-tracking branch 'spi/topic/of' into spi-nextMark Brown1-1/+16
2018-10-21Merge branch 'spi-4.20' into spi-nextMark Brown1-12/+7
2018-10-10spi: Add driver_override SPI device attributeTrent Piepho1-0/+1
2018-09-28Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiGreg Kroah-Hartman1-3/+4
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-20spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc headerBoris Brezillon1-3/+2
2018-09-20spi: spi-mem: Add missing description for data.nbytes fieldBoris Brezillon1-0/+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-08-14Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds3-257/+16
2018-08-03spi: spi-mem: Constify spi_mem->nameBoris Brezillon1-1/+1
2018-08-02spi: spi-mem: Extend the SPI mem interface to set a custom memory nameFrieder Schrempf1-0/+12
2018-08-02spi: spi-mem: Fix a typo in the documentation of struct spi_memFrieder Schrempf1-1/+1
2018-08-01spi: spi-gpio: add SPI_3WIRE supportLorenzo Bianconi1-0/+1
2018-08-01spi: add flags parameter to txrx_word function pointersLorenzo Bianconi1-1/+1
2018-07-18spi: spi-bitbang: change flags from u8 to u16David Lechner1-1/+1
2018-07-18mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan1-1/+3
2018-06-18spi: remove unused adi_spi3.h headerCorentin Labbe1-254/+0
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 Brezillon2-0/+256
2018-02-14spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij1-48/+1
2017-11-30spi: Fix double "when"Geert Uytterhoeven1-1/+1
2017-11-10Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/axi', 'spi/topic/davinci' and 'spi/topic/fsl-dspi' into spi-nextMark Brown1-0/+31
2017-11-03spi: spi-fsl-dspi: enabling Coldfire mcf5441x dspiAngelo Dureghello1-0/+31
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman18-0/+18
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-32/+6
2017-07-03Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi/topic/sh-msiof' and 'spi/topic/sirf' into spi-nextMark Brown1-0/+6
2017-06-13spi: Generalize SPI "master" to "controller"Geert Uytterhoeven1-85/+113
2017-05-26spi: sh-msiof: Add slave mode supportHisashi Nakamura1-0/+6
2017-05-26spi: core: Add support for registering SPI slave controllersGeert Uytterhoeven1-4/+31
2017-05-23pinctrl: mcp23s08: fix comment for mcp23s08_platform_data.baseSebastian Reichel1-5/+5
2017-05-23pinctrl: mcp23s08: drop comment about missing irq supportSebastian Reichel1-3/+0
2017-05-23pinctrl: mcp23s08: simplify spi_present_mask handlingSebastian Reichel1-5/+1
2017-05-23pinctrl: mcp23s08: generalize irq property handlingSebastian Reichel1-18/+0
2017-05-23pinctrl: mcp23s08: drop pullup config from pdataSebastian Reichel1-1/+0
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-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-1/+1
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
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-12Input: tsc2004/5 - switch to using generic device propertiesDmitry Torokhov1-34/+0
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
2016-08-18spi: introduce max_message_size hook in spi_masterHeiner Kallweit1-4/+21
2016-07-25spi: Split bus and I/O lockingMark Brown1-1/+5