Age | Commit message (Expand) | Author | Files | Lines |
2018-08-14 | Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 3 | -257/+16 |
2018-08-03 | spi: spi-mem: Constify spi_mem->name | Boris Brezillon | 1 | -1/+1 |
2018-08-02 | spi: spi-mem: Extend the SPI mem interface to set a custom memory name | Frieder Schrempf | 1 | -0/+12 |
2018-08-02 | spi: spi-mem: Fix a typo in the documentation of struct spi_mem | Frieder Schrempf | 1 | -1/+1 |
2018-08-01 | spi: spi-gpio: add SPI_3WIRE support | Lorenzo Bianconi | 1 | -0/+1 |
2018-08-01 | spi: add flags parameter to txrx_word function pointers | Lorenzo Bianconi | 1 | -1/+1 |
2018-07-18 | spi: spi-bitbang: change flags from u8 to u16 | David Lechner | 1 | -1/+1 |
2018-07-18 | mtd: nand: Add core infrastructure to support SPI NANDs | Peter Pan | 1 | -1/+3 |
2018-06-18 | spi: remove unused adi_spi3.h header | Corentin Labbe | 1 | -254/+0 |
2018-05-11 | spi: Get rid of the spi_flash_read() API | Boris Brezillon | 1 | -53/+0 |
2018-05-11 | spi: Extend the core to ease integration of SPI memory controllers | Boris Brezillon | 2 | -0/+256 |
2018-02-14 | spi: spi-gpio: Rewrite to use GPIO descriptors | Linus Walleij | 1 | -48/+1 |
2017-11-30 | spi: Fix double "when" | Geert Uytterhoeven | 1 | -1/+1 |
2017-11-11 | Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/axi', 'spi/topi... | Mark Brown | 1 | -0/+31 |
2017-11-03 | spi: spi-fsl-dspi: enabling Coldfire mcf5441x dspi | Angelo Dureghello | 1 | -0/+31 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 18 | -0/+18 |
2017-07-06 | Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -32/+6 |
2017-07-03 | Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/to... | Mark Brown | 1 | -0/+6 |
2017-06-13 | spi: Generalize SPI "master" to "controller" | Geert Uytterhoeven | 1 | -85/+113 |
2017-05-26 | spi: sh-msiof: Add slave mode support | Hisashi Nakamura | 1 | -0/+6 |
2017-05-26 | spi: core: Add support for registering SPI slave controllers | Geert Uytterhoeven | 1 | -4/+31 |
2017-05-23 | pinctrl: mcp23s08: fix comment for mcp23s08_platform_data.base | Sebastian Reichel | 1 | -5/+5 |
2017-05-23 | pinctrl: mcp23s08: drop comment about missing irq support | Sebastian Reichel | 1 | -3/+0 |
2017-05-23 | pinctrl: mcp23s08: simplify spi_present_mask handling | Sebastian Reichel | 1 | -5/+1 |
2017-05-23 | pinctrl: mcp23s08: generalize irq property handling | Sebastian Reichel | 1 | -18/+0 |
2017-05-23 | pinctrl: mcp23s08: drop pullup config from pdata | Sebastian Reichel | 1 | -1/+0 |
2017-04-26 | Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into s... | Mark Brown | 1 | -0/+4 |
2017-04-26 | Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/top... | Mark Brown | 1 | -0/+4 |
2017-04-26 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -1/+1 |
2017-04-21 | spi: Add can_dma like interface for spi_flash_read | Vignesh R | 1 | -0/+4 |
2017-03-29 | spi: dynamycally allocated message initialization | Emiliano Ingrassia | 1 | -1/+1 |
2017-03-06 | spi: allow attaching device properties to SPI board info | Dmitry Torokhov | 1 | -0/+4 |
2017-02-28 | scripts/spelling.txt: add "partiton" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-13 | Input: tsc2004/5 - switch to using generic device properties | Dmitry Torokhov | 1 | -34/+0 |
2016-10-21 | spi: Add Flag to Enable Slave Select with GPIO Chip Select. | Thor Thayer | 1 | -0/+1 |
2016-09-30 | Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/imx', 'spi/to... | Mark Brown | 1 | -4/+21 |
2016-09-16 | spi: core: Use spi_sync_transfer() in spi_write()/spi_read() | Geert Uytterhoeven | 1 | -32/+26 |
2016-08-18 | spi: introduce max_message_size hook in spi_master | Heiner Kallweit | 1 | -4/+21 |
2016-07-25 | spi: Split bus and I/O locking | Mark Brown | 1 | -1/+5 |
2016-06-08 | spi: Add DMA support for spi_flash_read() | Vignesh R | 1 | -0/+4 |
2016-04-25 | spi: core: add hook flash_read_supported to spi_master | Heiner Kallweit | 1 | -1/+5 |
2016-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -41/+0 |
2016-03-17 | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+0 |
2016-03-16 | Merge tag 'v4.5' into next | Dmitry Torokhov | 1 | -7/+22 |
2016-03-11 | Merge remote-tracking branches 'spi/topic/res', 'spi/topic/rockchip', 'spi/to... | Mark Brown | 1 | -3/+4 |
2016-03-11 | Merge remote-tracking branches 'spi/topic/lp8841', 'spi/topic/msg', 'spi/topi... | Mark Brown | 1 | -0/+96 |
2016-03-11 | Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic... | Mark Brown | 1 | -0/+2 |
2016-03-11 | Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi... | Mark Brown | 1 | -0/+5 |
2016-03-11 | spi: Fix htmldocs build error due struct spi_replaced_transfers | Javier Martinez Canillas | 1 | -4/+4 |
2016-03-08 | Input: ad7879 - move header to platform_data directory | Stefan Agner | 1 | -41/+0 |