aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2018-06-25spi: omap3: fix set_speed and set_mode dm callbacksHannes Schmelzer
2018-06-25spi: omap3: pre-initialize bus-speed with max. slave-speedHannes Schmelzer
2018-06-25spi: mxc_spi: Fix chipselect on DM_SPI driver uclassMichael Trimarchi
2018-06-25spi: mxc: Fix compilation problem of DM_SPI class driverMichael Trimarchi
2018-06-25spi: zynq_qspi: Fixed incorrect return value errorVipul Kumar
2018-06-04spi: cadence_qspi: Change to use devfdt_get_addr_index()Ley Foon Tan
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2018-06-01spi: bcm63xx_hsspi: convert to use live dtÁlvaro Fernández Rojas
2018-06-01spi: bcm63xx_spi: convert to use live dtÁlvaro Fernández Rojas
2018-05-30Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-05-29spi: atcspi200: Fix compiler warningRick Chen
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