summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
* mips: spi: mscc: Add fast bitbang SPI driverLars Povlsen2019-01-163-0/+244
* spi: sun4i: Add rx_buf NULL pointer checkStefan Mavrodiev2019-01-021-1/+2
* DW SPI: Allow to overload the management of the external CSGregory CLEMENT2018-12-191-1/+7
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-0516-98/+723
|\
| * spi: mpc8xx: Migrate to DM_SPIChristophe Leroy2018-11-272-155/+36
| * spi: Remove unused spi_initJagan Teki2018-11-2711-58/+0
| * dm: platform_data: spi: s/pl022_spi.h/spi_pl022.hJagan Teki2018-11-271-1/+1
| * spi: pl022: Drop unnecessary include filesJagan Teki2018-11-271-5/+0
| * spi: pl022: Simplify platdata codeJagan Teki2018-11-271-28/+20
| * spi: mtk_qspi: add qspi driver for MT7629 SoCGuochun Mao2018-11-243-0/+367
| * spi: Add Amlogic Meson SPI Flash Controller driverNeil Armstrong2018-11-243-0/+329
* | spi, mpc8xx: migrate to DM_SPIChristophe Leroy2018-12-031-149/+30
* | spi: cadence_qspi: use "cdns,qspi-nor" as compatibleSimon Goldschmidt2018-11-291-1/+1
* | dm: spi: prevent setting a speed of 0 HzSimon Goldschmidt2018-11-201-3/+12
|/
* arm64: versal: Add support for new Xilinx Versal ACAPsMichal Simek2018-10-161-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-121-19/+28
|\
| * spi: davinci: Add platdata supportJagan Teki2018-10-101-19/+28
* | dm: spi: Add logging of some return valuesSimon Glass2018-10-091-3/+3
* | sandbox: spi: Add more loggingSimon Glass2018-10-091-29/+9
|/
* spi: Add SPI driver for MT76xx SoCsStefan Roese2018-10-043-0/+321
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-026-203/+702
|\
| * spi: sh_qspi: Add DM support to SH QSPI driverMarek Vasut2018-10-021-65/+150
| * driver/spi: fsl_qspi: Remove non-DM stuffAshish Kumar2018-10-021-138/+0
| * spi: designware_spi: Add reset ctrl to driverLey Foon Tan2018-10-021-0/+43
| * spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-09-203-0/+509
* | spi: add support for ARM PL022 SPI controllerQuentin Schulz2018-09-253-0/+347
|/
* arm: sunxi: Allwinner A10 SPI driverStefan Mavrodiev2018-08-033-0/+462
* spi: kirkwood: add orion-spi compatible stringChris Packham2018-08-031-0/+8
* spi: kirkwood: Get drvdata in .ofdata_to_platdataJagan Teki2018-08-031-3/+5
* spi: stm32_qspi: rework mode managementChristophe Kerello2018-07-231-14/+14
* spi: stm32_qspi: assign functional operation mode in _stm32_qspi_gen_ccrChristophe Kerello2018-07-231-9/+8
* spi: zynqmp_gqspi: Add support for ZynqMP qspi driverSiva Durga Prasad Paladugu2018-07-163-0/+737