| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-06-20 | spi: bcm2835aux: ensure interrupts are enabled for shared handler | Rob Herring | 1 | -0/+5 |
| 2018-06-20 | spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo() | sxauwsk | 1 | -0/+8 |
| 2018-06-20 | spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR | Vladimir Zapolskiy | 1 | -0/+1 |
| 2018-05-30 | spi: bcm-qspi: fIX some error handling paths | Christophe Jaillet | 1 | -2/+2 |
| 2018-05-22 | spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL | Kamal Dasu | 1 | -2/+2 |
| 2018-05-22 | spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master | Kamal Dasu | 1 | -8/+16 |
| 2018-05-22 | spi: pxa2xx: Allow 64-bit DMA | Andy Shevchenko | 1 | -1/+1 |
| 2018-04-24 | spi: Fix unregistration of controller with fixed SPI bus number | Jarkko Nikula | 1 | -7/+2 |
| 2018-04-24 | spi: Fix scatterlist elements size in spi_map_buf | Maxime Chevallier | 1 | -2/+8 |
| 2018-04-24 | spi: atmel: init FIFOs before spi enable | Eugen Hristev | 1 | -3/+5 |
| 2018-01-26 | Merge remote-tracking branch 'spi/topic/xilinx' into spi-next | Mark Brown | 1 | -0/+1 |
| 2018-01-26 | Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/... | Mark Brown | 5 | -41/+103 |
| 2018-01-26 | Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to... | Mark Brown | 5 | -14/+32 |
| 2018-01-26 | Merge remote-tracking branches 'spi/topic/a3700', 'spi/topic/atmel', 'spi/top... | Mark Brown | 5 | -67/+188 |
| 2018-01-26 | Merge remote-tracking branches 'spi/fix/imx' and 'spi/fix/sh-msiof' into spi-... | Mark Brown | 2 | -3/+24 |
| 2018-01-26 | spi: dw: Remove unused members from struct chip_data | Jarkko Nikula | 1 | -2/+0 |
| 2018-01-26 | spi: orion: Fix a resource leak if the optional "axi" clk is deferred | Christophe Jaillet | 1 | -5/+8 |
| 2018-01-24 | spi: a3700: Remove endianness swapping for full-duplex transfers | Maxime Chevallier | 1 | -7/+6 |
| 2018-01-24 | spi: a3700: Remove endianness swapping functions when accessing FIFOs | Maxime Chevallier | 1 | -3/+2 |
| 2018-01-18 | spi: a3700: Add full-duplex support | Maxime Chevallier | 1 | -12/+73 |
| 2018-01-18 | spi: a3700: Allow to enable or disable FIFO mode | Maxime Chevallier | 1 | -3/+6 |
| 2018-01-18 | spi: a3700: Set frequency limits at startup | Maxime Chevallier | 1 | -0/+7 |
| 2018-01-18 | spi: a3700: Clear DATA_OUT when performing a read | Maxime Chevallier | 1 | -0/+5 |
| 2018-01-12 | spi: orion: Fix clock resource by adding an optional bus clock | Gregory CLEMENT | 1 | -0/+14 |
| 2018-01-08 | spi: s3c64xx: add SPDX identifier | Andi Shyti | 1 | -14/+4 |
| 2018-01-08 | spi: imx: do not access registers while clocks disabled | Stefan Agner | 1 | -2/+13 |
| 2018-01-05 | spi: atmel: Implements transfers with bounce buffer | Radu Pirea | 1 | -29/+84 |
| 2018-01-03 | spi: sh-msiof: Fix timeout failures for TX-only DMA transfers | Geert Uytterhoeven | 1 | -1/+11 |
| 2018-01-03 | spi: spi-fsl-dspi: account for const type of of_device_id.data | Julia Lawall | 1 | -4/+3 |
| 2018-01-03 | spi: bcm53xx: simplify reading SPI data | Rafał Miłecki | 1 | -16/+10 |
| 2018-01-03 | spi: sirf: account for const type of of_device_id.data | Julia Lawall | 1 | -2/+2 |
| 2017-12-22 | spi: pxa2xx: Use gpiod_put() not gpiod_free() | Mark Brown | 1 | -2/+2 |
| 2017-12-21 | spi: pxa2xx: avoid redundant gpio_to_desc(desc_to_gpio()) round-trip | Rasmus Villemoes | 1 | -2/+2 |
| 2017-12-19 | Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/atmel', 'spi/fix/do... | Mark Brown | 5 | -4/+23 |
| 2017-12-19 | spi: atmel: fixed spin_lock usage inside atmel_spi_remove | Radu Pirea | 1 | -1/+1 |
| 2017-12-14 | spi: sh-msiof: Implement cs-gpios configuration | Geert Uytterhoeven | 1 | -7/+59 |
| 2017-12-14 | spi: sh-msiof: Extend support to 3 native chip selects | Geert Uytterhoeven | 1 | -5/+13 |
| 2017-12-14 | spi: sh-msiof: Avoid writing to registers from spi_master.setup() | Geert Uytterhoeven | 1 | -11/+24 |
| 2017-12-13 | spi: jcore: disable clock when registering spi conroller failed | Takuo Koguchi | 1 | -1/+3 |
| 2017-12-12 | spi: davinci: Initialize dspi->done before any possible use of it | Michele Dionisio | 1 | -2/+2 |
| 2017-12-07 | spi: sun6i: disable/unprepare clocks on remove | Tobias Jordan | 1 | -1/+1 |
| 2017-12-07 | spi: sun4i: disable clocks in the remove function | Takuo Koguchi | 1 | -1/+1 |
| 2017-12-07 | spi: rspi: Do not set SPCR_SPE in qspi_set_config_register() | Geert Uytterhoeven | 1 | -2/+2 |
| 2017-11-30 | spi: sh-msiof: Use dev_warn_once() instead of open-coding | Geert Uytterhoeven | 1 | -3/+2 |
| 2017-11-28 | spi: meson-axg: add SPICC driver support | Sunny Luo | 1 | -0/+1 |
| 2017-11-27 | spi: xilinx: Add support for xlnx,axi-quad-spi-1.00.a | Ricardo Ribalda | 1 | -0/+1 |
| 2017-11-27 | spi: a3700: Fix clk prescaling for coefficient over 15 | Maxime Chevallier | 1 | -0/+8 |
| 2017-11-24 | spi: xilinx: Detect stall with Unknown commands | Ricardo Ribalda | 1 | -0/+11 |
| 2017-11-16 | spi: spi-fsl-dspi: add SPI_LSB_FIRST to driver capabilities | Kurt Kanzenbach | 1 | -1/+1 |
| 2017-11-11 | Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/slave', 'spi/... | Mark Brown | 5 | -13/+433 |