summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2019-04-22Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-0/+21
2019-04-17spi: cadence_qspi: add reset handlingSimon Goldschmidt2-0/+21
2019-04-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini3-258/+108
2019-04-17spi: ti_qspi: Convert to spi-mem opsVignesh Raghavendra1-64/+68
2019-04-17spi: ti_qspi: Drop non DM codeVignesh Raghavendra3-200/+46
2019-04-16spi: zynqmp_gqspi: Fix tap delay values at 100MHz and 150MHzSiva Durga Prasad Paladugu1-2/+2
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini6-9/+38
2019-04-12spi: stm32_qspi: move to exec_opChristophe Kerello2-383/+245
2019-04-12dm: spi: Read default speed and mode values from DTPatrick Delaunay1-1/+3
2019-04-12spi: fsl_dspi fix to stop extra transmissionsJared Bents1-4/+26
2019-04-12spi: spi-mem: Check if exec_op function is set before calling itBernhard Messerklinger1-1/+1
2019-04-12spi: cadence_qspi: Add quad write supportLey Foon Tan3-3/+8
2019-03-04spi: Rename sun4i_spi.c into spi-sunxi.cJagan Teki3-6/+8
2019-03-04spi: sun4i: Driver cleanupJagan Teki1-110/+80
2019-03-04spi: sun4: Add A31 spi controller supportJagan Teki2-3/+102
2019-03-04spi: sun4i: Add CLK supportJagan Teki1-8/+48
2019-03-04spi: sun4i: Support fifo_depth via drvdataJagan Teki1-3/+3
2019-03-04spi: sun4i: Access registers and bits via enum offsetsJagan Teki1-42/+112
2019-03-04spi: sun4i: Simplify reg writes using set/clrbits_le32Jagan Teki1-13/+8
2019-03-04spi: sun4i: Poll for rxfifo to be filled upJagan Teki1-6/+9
2019-03-04spi: designware: Change include orderHoratiu.Vultur@microchip.com1-1/+1
2019-02-28spi: omap3: fix set_wordlen() reading from incorrect address for CHCONFDavid Rivshin1-1/+1
2019-02-14spi: zynqmp_gqspi: Enable versal compatible stringMichal Simek1-0/+1
2019-02-07configs: Don't use SPI_FLASH_BAR as defaultVignesh R1-0/+6
2019-02-07mtd: spi: Switch to new SPI NOR frameworkVignesh R1-2/+2
2019-02-07spi: Add non DM version of SPI_MEMVignesh R3-2/+108
2019-02-07spi: spi-mem: Claim SPI bus before spi mem accessVignesh R1-5/+8
2019-02-07spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer sizeVignesh R1-0/+19
2019-02-07spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modesVignesh R1-9/+0
2019-01-28spi: mxc_spi: Fix build warning on ARM64 platformsYe Li1-2/+2
2019-01-16mips: spi: mscc: Add fast bitbang SPI driverLars Povlsen3-0/+244
2019-01-01spi: sun4i: Add rx_buf NULL pointer checkStefan Mavrodiev1-1/+2
2018-12-19DW SPI: Allow to overload the management of the external CSGregory CLEMENT1-1/+7
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini16-98/+723
2018-12-03spi, mpc8xx: migrate to DM_SPIChristophe Leroy1-149/+30
2018-11-29spi: cadence_qspi: use "cdns,qspi-nor" as compatibleSimon Goldschmidt1-1/+1
2018-11-27spi: mpc8xx: Migrate to DM_SPIChristophe Leroy2-155/+36
2018-11-27spi: Remove unused spi_initJagan Teki11-58/+0
2018-11-27dm: platform_data: spi: s/pl022_spi.h/spi_pl022.hJagan Teki1-1/+1
2018-11-27spi: pl022: Drop unnecessary include filesJagan Teki1-5/+0
2018-11-27spi: pl022: Simplify platdata codeJagan Teki1-28/+20
2018-11-24spi: mtk_qspi: add qspi driver for MT7629 SoCGuochun Mao3-0/+367
2018-11-24spi: Add Amlogic Meson SPI Flash Controller driverNeil Armstrong3-0/+329
2018-11-21dm: spi: prevent setting a speed of 0 HzSimon Goldschmidt1-3/+12
2018-10-16arm64: versal: Add support for new Xilinx Versal ACAPsMichal Simek1-2/+2
2018-10-12Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-19/+28
2018-10-10spi: davinci: Add platdata supportJagan Teki1-19/+28
2018-10-09dm: spi: Add logging of some return valuesSimon Glass1-3/+3
2018-10-09sandbox: spi: Add more loggingSimon Glass1-29/+9
2018-10-04spi: Add SPI driver for MT76xx SoCsStefan Roese3-0/+321