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