summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0749-99/+49
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-275-10/+0
* Convert CONFIG_SPI to KconfigAdam Ford2018-04-273-20/+5
* spi: dw: invert wait condition in dw_spi_xferEugeniy Paltsev2018-04-231-1/+1
* spi: sh_qspi: Make use of the 32byte FIFOMarek Vasut2018-04-111-10/+24
* spi: sh_qspi: Replace ad hoc waiting with wait_for_bitMarek Vasut2018-04-111-14/+9
* spi: sh_qspi: Drop SPBDCR waitMarek Vasut2018-04-111-8/+0
* spi: sh_qspi: Replace data types with short onesMarek Vasut2018-04-111-31/+31
* mtd: spi: Add Renesas RPC SPI-flash driverMarek Vasut2018-04-113-0/+474
* Revert "spi: atmel: Drop non-dm code"Tom Rini2018-04-072-0/+217
* Revert "spi: atmel: Drop atmel_spi.h"Tom Rini2018-04-072-88/+93
* powercp: mpc8xx: move commproc.hChristophe Leroy2018-04-061-1/+1
* powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2018-04-061-1/+1
* spi: atmel: default y if DM_SPI && ARCH_AT91Jagan Teki2018-04-061-1/+1
* spi: atmel: Drop atmel_spi.hJagan Teki2018-04-062-93/+88
* spi: atmel: Drop non-dm codeJagan Teki2018-04-062-217/+0
* spi: atmel: Add ifdef for DM_GPIO codeJagan Teki2018-04-061-2/+12
* omap3: spi: Correct ti, pindir-d0-out-d1-in parsingSjoerd Simons2018-03-231-2/+4
* DW SPI: use 32 bit access instead of 16 and 32 bit mixEugeniy Paltsev2018-03-221-25/+15
* DW SPI: add option to use external gpio for chip selectEugeniy Paltsev2018-03-221-1/+50
* DW SPI: refactor poll_transfer functionsEugeniy Paltsev2018-03-221-22/+4
* DW SPI: fix transmit only modeEugeniy Paltsev2018-03-221-1/+5
* DW SPI: fix tx data loss on FIFO flushEugeniy Paltsev2018-03-221-0/+15
* Merge git://git.denx.de/u-boot-spiTom Rini2018-03-153-101/+25
|\
| * spi: omap3: Fix redeclared errorJagan Teki2018-03-141-2/+2
| * spi: omap3: Skip set_mode, set_speed from claimJagan Teki2018-03-131-5/+16
| * spi: atcspi200: Drop non-dm codeJagan Teki2018-03-132-94/+7
* | board: stm32: switch to DM STM32 timerPatrice Chotard2018-03-131-1/+0
|/
* spi: Migrate CONFIG_CF_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* spi: Migrate CONFIG_KIRKWOOD_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* spi: Migrate CONFIG_LPC32XX_SSP to KconfigTuomas Tynkkynen2018-02-131-0/+5
* spi: Migrate CONFIG_MPC8XXX_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+5
* spi: Migrate CONFIG_MXC_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* spi: Migrate CONFIG_MXS_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* spi: Migrate CONFIG_SH_QSPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* spi: Migrate CONFIG_SH_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* atcspi200: avoid possible NULL dereferenceHeinrich Schuchardt2018-02-071-2/+2
* Merge git://git.denx.de/u-boot-spiTom Rini2018-01-2614-122/+1057
|\
| * DW SPI: Get clock value from Device TreeEugeniy Paltsev2018-01-261-2/+43
| * spi: cadence_qspi_apb: Make flash writes 32 bit alignedVignesh R2018-01-241-6/+25
| * Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when pos...Vignesh R2018-01-241-20/+6
| * Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when poss...Goldschmidt Simon2018-01-241-16/+10
| * spi: cadence_spi: Sync DT bindings with LinuxJason Rush2018-01-243-20/+21
| * spi: kirkwood_spi: implement workaround for FE-9144572Chris Packham2018-01-241-3/+66
| * spi: spi-uclass: Fix style violationsMario Six2018-01-241-3/+2
| * spi: Remove spi_setup_slave_fdtMario Six2018-01-241-16/+0
| * spi: Remove obsolete spi_base_setup_slave_fdtMario Six2018-01-241-20/+0
| * spi: Fix style violation and improve codeMario Six2018-01-241-3/+4
| * dm: spi: add BCM63xx HSSPI driverÁlvaro Fernández Rojas2018-01-243-0/+423
| * dm: spi: add BCM63xx SPI driverÁlvaro Fernández Rojas2018-01-243-0/+442