summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* drivers: spi: cf_spi: convert to driver modelAngelo Dureghello2019-05-241-177/+305
* drivers: spi: cf_spi: add Kconfig optionAngelo Dureghello2019-05-241-0/+6
* Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-bootTom Rini2019-05-151-1/+1
|\
| * spi: Kconfig: Add STM32F4 support for STM32_QSPI driverPatrice Chotard2019-05-061-1/+1
* | spi: designware: convert to livetreeSimon Goldschmidt2019-05-101-6/+2
* | spi: cadence_qspi: convert to livetreeSimon Goldschmidt2019-05-101-20/+19
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-05-081-1/+1
|\ \
| * | spi: atcspi200: Change include orderJagan Teki2019-05-091-1/+1
* | | spi: rpc: Add support for operation without clock frameworkMarek Vasut2019-05-072-5/+9
* | | Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mipsTom Rini2019-05-041-1/+1
|\ \ \
| * | | mips: rename mach-mt7620 to mach-mtmipsWeijie Gao2019-05-031-1/+1
| | |/ | |/|
* | | rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-2/+2
* | | rockchip: spi: make optimised receive-handler unaligned-safePhilipp Tomsich2019-05-011-13/+6
* | | rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flagPhilipp Tomsich2019-05-011-2/+22
* | | rockchip: spi: add optimised receive-only implementationPhilipp Tomsich2019-05-011-1/+88
* | | rockchip: spi: only wait for completion, if transmittingPhilipp Tomsich2019-05-011-3/+12
* | | rockchip: spi: consistently use false/true with rkspi_enable_chipPhilipp Tomsich2019-05-011-1/+1
* | | rockchip: spi: fix off-by-one in chunk size computationPhilipp Tomsich2019-05-011-1/+1
* | | rockchip: spi: remove unused code and fields in privPhilipp Tomsich2019-05-011-26/+3
* | | rockchip: spi: add debug message for delay in CS togglePhilipp Tomsich2019-05-011-2/+7
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-04-212-0/+21
|\ \ | |/ |/|
| * spi: cadence_qspi: add reset handlingSimon Goldschmidt2019-04-172-0/+21
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-173-258/+108
|\ \
| * | spi: ti_qspi: Convert to spi-mem opsVignesh Raghavendra2019-04-171-64/+68
| * | spi: ti_qspi: Drop non DM codeVignesh Raghavendra2019-04-173-200/+46
| |/
* / spi: zynqmp_gqspi: Fix tap delay values at 100MHz and 150MHzSiva Durga Prasad Paladugu2019-04-161-2/+2
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-146-9/+38
|\
| * dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-121-1/+3
| * spi: fsl_dspi fix to stop extra transmissionsJared Bents2019-04-121-4/+26
| * spi: spi-mem: Check if exec_op function is set before calling itBernhard Messerklinger2019-04-121-1/+1
| * spi: cadence_qspi: Add quad write supportLey Foon Tan2019-04-123-3/+8
* | spi: stm32_qspi: move to exec_opChristophe Kerello2019-04-122-383/+245
|/
* spi: Rename sun4i_spi.c into spi-sunxi.cJagan Teki2019-03-043-6/+8
* spi: sun4i: Driver cleanupJagan Teki2019-03-041-110/+80
* spi: sun4: Add A31 spi controller supportJagan Teki2019-03-042-3/+102
* spi: sun4i: Add CLK supportJagan Teki2019-03-041-8/+48
* spi: sun4i: Support fifo_depth via drvdataJagan Teki2019-03-041-3/+3
* spi: sun4i: Access registers and bits via enum offsetsJagan Teki2019-03-041-42/+112
* spi: sun4i: Simplify reg writes using set/clrbits_le32Jagan Teki2019-03-041-13/+8
* spi: sun4i: Poll for rxfifo to be filled upJagan Teki2019-03-041-6/+9
* spi: designware: Change include orderHoratiu.Vultur@microchip.com2019-03-041-1/+1
* spi: omap3: fix set_wordlen() reading from incorrect address for CHCONFDavid Rivshin2019-02-281-1/+1
* spi: zynqmp_gqspi: Enable versal compatible stringMichal Simek2019-02-141-0/+1
* configs: Don't use SPI_FLASH_BAR as defaultVignesh R2019-02-071-0/+6
* mtd: spi: Switch to new SPI NOR frameworkVignesh R2019-02-071-2/+2
* spi: Add non DM version of SPI_MEMVignesh R2019-02-073-2/+108
* spi: spi-mem: Claim SPI bus before spi mem accessVignesh R2019-02-071-5/+8
* spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer sizeVignesh R2019-02-071-0/+19
* spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modesVignesh R2019-02-071-9/+0
* spi: mxc_spi: Fix build warning on ARM64 platformsYe Li2019-01-281-2/+2