| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'spi/topic/xilinx' into spi-next | Mark Brown | 2018-01-26 | 1 | -0/+1 |
|\ |
|
| * | spi: xilinx: Add support for xlnx,axi-quad-spi-1.00.a | Ricardo Ribalda | 2017-11-27 | 1 | -0/+1 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-------. \ | Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/... | Mark Brown | 2018-01-26 | 5 | -41/+103 |
|\ \ \ \ \ \ |
|
| | | | | * | | spi: sun6i: disable/unprepare clocks on remove | Tobias Jordan | 2017-12-07 | 1 | -1/+1 |
| | | | * | | | spi: sirf: account for const type of of_device_id.data | Julia Lawall | 2018-01-03 | 1 | -2/+2 |
| | | | |/ / |
|
| | | * | | | spi: sh-msiof: Implement cs-gpios configuration | Geert Uytterhoeven | 2017-12-14 | 1 | -7/+59 |
| | | * | | | spi: sh-msiof: Extend support to 3 native chip selects | Geert Uytterhoeven | 2017-12-14 | 1 | -5/+13 |
| | | * | | | spi: sh-msiof: Avoid writing to registers from spi_master.setup() | Geert Uytterhoeven | 2017-12-14 | 1 | -11/+24 |
| | | * | | | spi: sh-msiof: Use dev_warn_once() instead of open-coding | Geert Uytterhoeven | 2017-11-30 | 1 | -3/+2 |
| | | |/ / |
|
| | * / / | spi: s3c64xx: add SPDX identifier | Andi Shyti | 2018-01-08 | 1 | -14/+4 |
| | |/ / |
|
| * | | | spi: pxa2xx: Use gpiod_put() not gpiod_free() | Mark Brown | 2017-12-22 | 1 | -2/+2 |
| * | | | spi: pxa2xx: avoid redundant gpio_to_desc(desc_to_gpio()) round-trip | Rasmus Villemoes | 2017-12-21 | 1 | -2/+2 |
| |/ / |
|
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
*-------. \ \ | Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to... | Mark Brown | 2018-01-26 | 5 | -14/+32 |
|\ \ \ \ \ \ \ |
|
| | | | | * | | | spi: orion: Fix a resource leak if the optional "axi" clk is deferred | Christophe Jaillet | 2018-01-26 | 1 | -5/+8 |
| | | | | * | | | spi: orion: Fix clock resource by adding an optional bus clock | Gregory CLEMENT | 2018-01-12 | 1 | -0/+14 |
| | | | | |/ / |
|
| | | | * / / | spi: meson-axg: add SPICC driver support | Sunny Luo | 2017-11-28 | 1 | -0/+1 |
| | | | |/ / |
|
| | | * / / | spi: jcore: disable clock when registering spi conroller failed | Takuo Koguchi | 2017-12-13 | 1 | -1/+3 |
| | | |/ / |
|
| | * | | | spi: imx: Fix failure path leak on GPIO request error correctly | Trent Piepho | 2017-11-07 | 1 | -7/+8 |
| * | | | | spi: spi-fsl-dspi: account for const type of of_device_id.data | Julia Lawall | 2018-01-03 | 1 | -4/+3 |
| * | | | | spi: spi-fsl-dspi: add SPI_LSB_FIRST to driver capabilities | Kurt Kanzenbach | 2017-11-16 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*-------. \ \ \ | Merge remote-tracking branches 'spi/topic/a3700', 'spi/topic/atmel', 'spi/top... | Mark Brown | 2018-01-26 | 5 | -67/+188 |
|\ \ \ \ \ \ \ \ |
|
| | | | | * | | | | spi: dw: Remove unused members from struct chip_data | Jarkko Nikula | 2018-01-26 | 1 | -2/+0 |
| | | | | |/ / / |
|
| | | | * / / / | spi: davinci: Initialize dspi->done before any possible use of it | Michele Dionisio | 2017-12-12 | 1 | -2/+2 |
| | | | |/ / / |
|
| | | * / / / | spi: bcm53xx: simplify reading SPI data | Rafał Miłecki | 2018-01-03 | 1 | -16/+10 |
| | | |/ / / |
|
| | * | | | | spi: atmel: Implements transfers with bounce buffer | Radu Pirea | 2018-01-05 | 1 | -29/+84 |
| * | | | | | spi: a3700: Remove endianness swapping for full-duplex transfers | Maxime Chevallier | 2018-01-24 | 1 | -7/+6 |
| * | | | | | spi: a3700: Remove endianness swapping functions when accessing FIFOs | Maxime Chevallier | 2018-01-24 | 1 | -3/+2 |
| * | | | | | spi: a3700: Add full-duplex support | Maxime Chevallier | 2018-01-18 | 1 | -12/+73 |
| * | | | | | spi: a3700: Allow to enable or disable FIFO mode | Maxime Chevallier | 2018-01-18 | 1 | -3/+6 |
| * | | | | | spi: a3700: Set frequency limits at startup | Maxime Chevallier | 2018-01-18 | 1 | -0/+7 |
| * | | | | | spi: a3700: Clear DATA_OUT when performing a read | Maxime Chevallier | 2018-01-18 | 1 | -0/+5 |
| | |/ / /
| |/| | | |
|
| | | | | | |
| \ \ \ \ | |
*-. \ \ \ \ | Merge remote-tracking branches 'spi/fix/imx' and 'spi/fix/sh-msiof' into spi-... | Mark Brown | 2018-01-26 | 2 | -3/+24 |
|\ \ \ \ \ \ |
|
| | * | | | | | spi: sh-msiof: Fix timeout failures for TX-only DMA transfers | Geert Uytterhoeven | 2018-01-03 | 1 | -1/+11 |
| | |/ / / / |
|
| * / / / / | spi: imx: do not access registers while clocks disabled | Stefan Agner | 2018-01-08 | 1 | -2/+13 |
| |/ / / / |
|
| | | | | | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
*-------. \ \ \ \ | Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/atmel', 'spi/fix/do... | Mark Brown | 2017-12-19 | 5 | -4/+23 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | / / /
| | | |_|_|/ / /
| | |/| | | | /
| | | | | | |/
| | | | | |/| |
|
| | | | | * | | spi: xilinx: Detect stall with Unknown commands | Ricardo Ribalda | 2017-11-24 | 1 | -0/+11 |
| |_|_|_|/ /
|/| | | | | |
|
| | | | * | | spi: sun4i: disable clocks in the remove function | Takuo Koguchi | 2017-12-07 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
| | | * | | spi: rspi: Do not set SPCR_SPE in qspi_set_config_register() | Geert Uytterhoeven | 2017-12-07 | 1 | -2/+2 |
| |_|/ /
|/| | | |
|
| | * | | spi: atmel: fixed spin_lock usage inside atmel_spi_remove | Radu Pirea | 2017-12-19 | 1 | -1/+1 |
| |/ /
|/| | |
|
| * | | spi: a3700: Fix clk prescaling for coefficient over 15 | Maxime Chevallier | 2017-11-27 | 1 | -0/+8 |
|/ / |
|
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-----. \ | Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/slave', 'spi/... | Mark Brown | 2017-11-10 | 5 | -13/+433 |
|\ \ \ \ \ |
|
| | | | * | | spi: tegra114: correct register name in definition | Ralf Ramsauer | 2017-10-09 | 1 | -3/+3 |
| | | * | | | spi: sprd: Fix the possible negative value of BIT() | Baolin Wang | 2017-10-25 | 1 | -1/+1 |
| | | * | | | spi: sprd-adi: fix platform_no_drv_owner.cocci warnings | Wu Fengguang | 2017-10-13 | 1 | -1/+0 |
| | | * | | | spi: spreadtrum adi: add hwspinlock dependency | Arnd Bergmann | 2017-10-05 | 1 | -0/+1 |
| | | * | | | spi: sprd-adi: silence an uninitialized variable warning | Dan Carpenter | 2017-09-25 | 1 | -1/+1 |
| | | * | | | spi: sprd-adi: checking for NULL instead of IS_ERR() | Dan Carpenter | 2017-09-25 | 1 | -2/+2 |
| | | * | | | spi: Add ADI driver for Spreadtrum platform | Baolin Wang | 2017-09-19 | 3 | -0/+426 |
| | | |/ / |
|
| | * / / | spi: Kconfig: Remove old comments now that SPI slave is supported | Fabio Estevam | 2017-09-20 | 1 | -4/+0 |
| | |/ / |
|
| * | | | spi: sh-msiof: remove redundant pointer dev | Colin Ian King | 2017-11-03 | 1 | -2/+0 |