summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2018-05-30Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini4-35/+66
2018-05-29spi: atcspi200: Fix compiler warningRick Chen1-3/+3
2018-05-16spi: fsl_qspi: remove superfluous assignmentHeinrich Schuchardt1-1/+1
2018-05-16spi: lpc32xx: simplify logical expressionHeinrich Schuchardt1-1/+1
2018-05-16spi: atcspi200: avoid NULL dereferenceHeinrich Schuchardt1-2/+4
2018-05-16spi: stm32_qspi: Add reset supportPatrice Chotard1-0/+15
2018-05-16spi: stm32_qspi: Use dev_read_xxx APIPatrice Chotard1-11/+6
2018-05-16spi: stm32_qspi: Add chip select managementChristophe Kerello1-0/+15
2018-05-16spi: stm32_qspi: Add st, stm32f469-qspi compatible stringChristophe Kerello1-0/+1
2018-05-16spi: stm32_qspi: Align reg-names with kernel 4.12 RC1Christophe Kerello1-2/+2
2018-05-16spi: stm32_qspi: Sort include files alphabeticallyPatrice Chotard1-3/+3
2018-05-16spi: stm32_qspi: Solve issue detected by checkpatchPatrick Delaunay1-13/+18
2018-05-16spi: stm32_qspi: Remove CONFIG_CLK flagPatrice Chotard1-4/+2
2018-05-14spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequencyMarek BehĂșn2-24/+29
2018-05-09spi: fsl_qspi: Introduce is_controller_busy functionRajat Srivastava1-10/+21
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini49-99/+49
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini5-10/+0
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford3-20/+5
2018-04-23spi: dw: invert wait condition in dw_spi_xferEugeniy Paltsev1-1/+1
2018-04-12spi: sh_qspi: Make use of the 32byte FIFOMarek Vasut1-10/+24
2018-04-12spi: sh_qspi: Replace ad hoc waiting with wait_for_bitMarek Vasut1-14/+9
2018-04-12spi: sh_qspi: Drop SPBDCR waitMarek Vasut1-8/+0
2018-04-12spi: sh_qspi: Replace data types with short onesMarek Vasut1-31/+31
2018-04-12mtd: spi: Add Renesas RPC SPI-flash driverMarek Vasut3-0/+474
2018-04-07Revert "spi: atmel: Drop non-dm code"Tom Rini2-0/+217
2018-04-07Revert "spi: atmel: Drop atmel_spi.h"Tom Rini2-88/+93
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy1-1/+1
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy1-1/+1
2018-04-06spi: atmel: default y if DM_SPI && ARCH_AT91Jagan Teki1-1/+1
2018-04-06spi: atmel: Drop atmel_spi.hJagan Teki2-93/+88
2018-04-06spi: atmel: Drop non-dm codeJagan Teki2-217/+0
2018-04-06spi: atmel: Add ifdef for DM_GPIO codeJagan Teki1-2/+12
2018-03-23omap3: spi: Correct ti, pindir-d0-out-d1-in parsingSjoerd Simons1-2/+4
2018-03-22DW SPI: use 32 bit access instead of 16 and 32 bit mixEugeniy Paltsev1-25/+15
2018-03-22DW SPI: add option to use external gpio for chip selectEugeniy Paltsev1-1/+50
2018-03-22DW SPI: refactor poll_transfer functionsEugeniy Paltsev1-22/+4
2018-03-22DW SPI: fix transmit only modeEugeniy Paltsev1-1/+5
2018-03-22DW SPI: fix tx data loss on FIFO flushEugeniy Paltsev1-0/+15
2018-03-15Merge git://git.denx.de/u-boot-spiTom Rini3-101/+25
2018-03-14spi: omap3: Fix redeclared errorJagan Teki1-2/+2
2018-03-14board: stm32: switch to DM STM32 timerPatrice Chotard1-1/+0
2018-03-13spi: omap3: Skip set_mode, set_speed from claimJagan Teki1-5/+16
2018-03-13spi: atcspi200: Drop non-dm codeJagan Teki2-94/+7
2018-02-14spi: Migrate CONFIG_CF_SPI to KconfigTuomas Tynkkynen1-0/+6
2018-02-14spi: Migrate CONFIG_KIRKWOOD_SPI to KconfigTuomas Tynkkynen1-0/+6
2018-02-14spi: Migrate CONFIG_LPC32XX_SSP to KconfigTuomas Tynkkynen1-0/+5
2018-02-14spi: Migrate CONFIG_MPC8XXX_SPI to KconfigTuomas Tynkkynen1-0/+5
2018-02-14spi: Migrate CONFIG_MXC_SPI to KconfigTuomas Tynkkynen1-0/+6
2018-02-14spi: Migrate CONFIG_MXS_SPI to KconfigTuomas Tynkkynen1-0/+6
2018-02-14spi: Migrate CONFIG_SH_QSPI to KconfigTuomas Tynkkynen1-0/+6