summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2018-05-16spi: fsl_qspi: remove superfluous assignmentHeinrich Schuchardt
2018-05-16spi: lpc32xx: simplify logical expressionHeinrich Schuchardt
2018-05-16spi: atcspi200: avoid NULL dereferenceHeinrich Schuchardt
2018-05-16spi: stm32_qspi: Add reset supportPatrice Chotard
2018-05-16spi: stm32_qspi: Use dev_read_xxx APIPatrice Chotard
2018-05-16spi: stm32_qspi: Add chip select managementChristophe Kerello
2018-05-16spi: stm32_qspi: Add st, stm32f469-qspi compatible stringChristophe Kerello
2018-05-16spi: stm32_qspi: Align reg-names with kernel 4.12 RC1Christophe Kerello
2018-05-16spi: stm32_qspi: Sort include files alphabeticallyPatrice Chotard
2018-05-16spi: stm32_qspi: Solve issue detected by checkpatchPatrick Delaunay
2018-05-16spi: stm32_qspi: Remove CONFIG_CLK flagPatrice Chotard
2018-05-14spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequencyMarek BehĂșn
2018-05-09spi: fsl_qspi: Introduce is_controller_busy functionRajat Srivastava
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford
2018-04-23spi: dw: invert wait condition in dw_spi_xferEugeniy Paltsev
2018-04-11spi: sh_qspi: Make use of the 32byte FIFOMarek Vasut
2018-04-11spi: sh_qspi: Replace ad hoc waiting with wait_for_bitMarek Vasut
2018-04-11spi: sh_qspi: Drop SPBDCR waitMarek Vasut
2018-04-11spi: sh_qspi: Replace data types with short onesMarek Vasut
2018-04-11mtd: spi: Add Renesas RPC SPI-flash driverMarek Vasut
2018-04-07Revert "spi: atmel: Drop non-dm code"Tom Rini
2018-04-07Revert "spi: atmel: Drop atmel_spi.h"Tom Rini
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy
2018-04-06spi: atmel: default y if DM_SPI && ARCH_AT91Jagan Teki
2018-04-06spi: atmel: Drop atmel_spi.hJagan Teki
2018-04-06spi: atmel: Drop non-dm codeJagan Teki
2018-04-06spi: atmel: Add ifdef for DM_GPIO codeJagan Teki
2018-03-23omap3: spi: Correct ti, pindir-d0-out-d1-in parsingSjoerd Simons
2018-03-22DW SPI: use 32 bit access instead of 16 and 32 bit mixEugeniy Paltsev
2018-03-22DW SPI: add option to use external gpio for chip selectEugeniy Paltsev
2018-03-22DW SPI: refactor poll_transfer functionsEugeniy Paltsev
2018-03-22DW SPI: fix transmit only modeEugeniy Paltsev
2018-03-22DW SPI: fix tx data loss on FIFO flushEugeniy Paltsev
2018-03-15Merge git://git.denx.de/u-boot-spiTom Rini
2018-03-14spi: omap3: Fix redeclared errorJagan Teki
2018-03-13board: stm32: switch to DM STM32 timerPatrice Chotard
2018-03-13spi: omap3: Skip set_mode, set_speed from claimJagan Teki
2018-03-13spi: atcspi200: Drop non-dm codeJagan Teki
2018-02-13spi: Migrate CONFIG_CF_SPI to KconfigTuomas Tynkkynen
2018-02-13spi: Migrate CONFIG_KIRKWOOD_SPI to KconfigTuomas Tynkkynen
2018-02-13spi: Migrate CONFIG_LPC32XX_SSP to KconfigTuomas Tynkkynen
2018-02-13spi: Migrate CONFIG_MPC8XXX_SPI to KconfigTuomas Tynkkynen
2018-02-13spi: Migrate CONFIG_MXC_SPI to KconfigTuomas Tynkkynen
2018-02-13spi: Migrate CONFIG_MXS_SPI to KconfigTuomas Tynkkynen
2018-02-13spi: Migrate CONFIG_SH_QSPI to KconfigTuomas Tynkkynen
2018-02-13spi: Migrate CONFIG_SH_SPI to KconfigTuomas Tynkkynen
2018-02-07atcspi200: avoid possible NULL dereferenceHeinrich Schuchardt