summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* omap: spi: Drop CONFIG_OMAP3_SPI_D0_D1_SWAPPED supportTom Rini2017-05-151-1/+2
* rockchip: spi: enable support for the rk_spi driver for the RK3399Jakob Unterwurzacher2017-05-101-0/+1
* rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate settingPhilipp Tomsich2017-05-101-3/+22
* rockchip: spi: rk_spi: dynamically select an module input ratePhilipp Tomsich2017-05-102-8/+37
* stm32f7: use clock driver to enable qspi controller clockVikas Manocha2017-05-081-1/+15
* drivers: spi: Remove duplicate .probe methodSuniel Mahesh2017-05-031-1/+0
* zynq: spi: Honour the activation / deactivation delayMoritz Fischer2017-05-031-0/+24
* spi: atmel: check GPIO validity before using cs_gpiosWenyou Yang2017-05-031-0/+9
* Blackfin: RemoveTom Rini2017-04-053-616/+0
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-2/+2
* spi: fsl_qspi: Add support for single chip selectSuresh Gupta2017-03-281-1/+4
* drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap registerJean-Jacques Hiblot2017-03-221-5/+42
* dm: core: Replace of_offset with accessorSimon Glass2017-02-0821-30/+31
* ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz2017-01-283-0/+637
* spi: Zap cf_qspi driver and related codeJagan Teki2017-01-153-359/+0
* spi: Zap ep93xx_spi driver and related codeJagan Teki2017-01-132-273/+0
* spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possibleVignesh R2017-01-041-6/+16
* spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possibleVignesh R2017-01-041-6/+20
* spi: Zap armada100_spi.c and envJagan Teki2016-12-212-204/+0
* spi: Zap mpc52xx_spi.c, config and related codeJagan Teki2016-12-212-91/+0
* spi: cadence_qspi: Move DT prop code to match layoutPhil Edworthy2016-12-151-1/+1
* spi: cadence_qspi: Fix CS timingsPhil Edworthy2016-12-151-11/+12
* spi: cadence_qspi: Remove returns from end of void functionsPhil Edworthy2016-12-151-8/+0
* spi: cadence_qspi: Use spi mode at the point it is neededPhil Edworthy2016-12-153-9/+5
* spi: cadence_qspi: Clean up the #define namesPhil Edworthy2016-12-151-43/+43
* spi: cadence_qspi: Use #define for bits instead of bit shiftsPhil Edworthy2016-12-151-18/+19
* spi: cadence_qspi: Better debug information on the SPI clock ratePhil Edworthy2016-12-151-3/+3
* spi: cadence_qspi: Fix baud rate calculationPhil Edworthy2016-12-151-16/+6
* spi: cadence_qspi: Fix clearing of pol/pha bitsPhil Edworthy2016-12-151-2/+2
* spi: Add error checking for invalid bus widthsSimon Glass2016-12-151-2/+2
* ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon2016-12-031-1/+1
* spi: Add a debug() on bind failureSimon Glass2016-11-251-1/+4
* rockchip: spi: Honour the deactivation delaySimon Glass2016-11-251-0/+8
* rockchip: spi: Add support for of-platdataSimon Glass2016-11-251-1/+35
* spi: Add of-platdata support to SPI and SPI flashSimon Glass2016-11-251-1/+12
* spi: kirkwood_spi: implement mvebu_spi_set_mode()Chris Packham2016-11-181-0/+15
* spi: ti_qspi: Fix baudrate divider calculationVignesh R2016-11-131-9/+7
* dm: at91: Add driver model support for the spi driverWenyou Yang2016-10-282-0/+296
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-1/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-10-121-2/+8
|\
| * spi: fsl_qspi: Preserve endianness of QSPI MCRYork Sun2016-10-061-2/+8
* | Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-061-1/+1
|/
* spi: Add driver for Marvell Armada 3700 SoCStefan Roese2016-09-273-0/+303
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-236-6/+6
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-09-226-36/+51
|\
| * spi: Kconfig: Move FSL_QSPI entry to non-dm placeJagan Teki2016-09-221-7/+7
| * spi: Use mode for rx mode flagsJagan Teki2016-09-224-15/+10
| * spi: ti_qspi: Remove unnecessary udelay for AM437xVignesh R2016-09-221-7/+0
| * spi: ti_qspi: use 128 bit transfer mode when writing to flashVignesh R2016-09-221-6/+33
| * spi: zynq_spi: Fix infinite looping while xferLad, Prabhakar2016-09-221-1/+1