summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2017-03-09sunxi_spi: add support for dual-IO flashesPhilipp Tomsich
2017-03-09spi: sunxi_spi: Add DM SPI driver for A31/A80/A64Philipp Tomsich
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-01-28ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz
2017-01-15spi: Zap cf_qspi driver and related codeJagan Teki
2017-01-13spi: Zap ep93xx_spi driver and related codeJagan Teki
2017-01-04spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possibleVignesh R
2017-01-04spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possibleVignesh R
2016-12-21spi: Zap armada100_spi.c and envJagan Teki
2016-12-21spi: Zap mpc52xx_spi.c, config and related codeJagan Teki
2016-12-15spi: cadence_qspi: Move DT prop code to match layoutPhil Edworthy
2016-12-15spi: cadence_qspi: Fix CS timingsPhil Edworthy
2016-12-15spi: cadence_qspi: Remove returns from end of void functionsPhil Edworthy
2016-12-15spi: cadence_qspi: Use spi mode at the point it is neededPhil Edworthy
2016-12-15spi: cadence_qspi: Clean up the #define namesPhil Edworthy
2016-12-15spi: cadence_qspi: Use #define for bits instead of bit shiftsPhil Edworthy
2016-12-15spi: cadence_qspi: Better debug information on the SPI clock ratePhil Edworthy
2016-12-15spi: cadence_qspi: Fix baud rate calculationPhil Edworthy
2016-12-15spi: cadence_qspi: Fix clearing of pol/pha bitsPhil Edworthy
2016-12-15spi: Add error checking for invalid bus widthsSimon Glass
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon
2016-11-25spi: Add a debug() on bind failureSimon Glass
2016-11-25rockchip: spi: Honour the deactivation delaySimon Glass
2016-11-25rockchip: spi: Add support for of-platdataSimon Glass
2016-11-25spi: Add of-platdata support to SPI and SPI flashSimon Glass
2016-11-18spi: kirkwood_spi: implement mvebu_spi_set_mode()Chris Packham
2016-11-13spi: ti_qspi: Fix baudrate divider calculationVignesh R
2016-10-28dm: at91: Add driver model support for the spi driverWenyou Yang
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass
2016-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-10-06spi: fsl_qspi: Preserve endianness of QSPI MCRYork Sun
2016-09-27spi: Add driver for Marvell Armada 3700 SoCStefan Roese
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-22Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2016-09-22spi: Kconfig: Move FSL_QSPI entry to non-dm placeJagan Teki
2016-09-22spi: zynq: Use variable to remove u32 to u64 conversionsMichal Simek
2016-09-22spi: Use mode for rx mode flagsJagan Teki
2016-09-22spi: ti_qspi: Remove unnecessary udelay for AM437xVignesh R
2016-09-22spi: ti_qspi: use 128 bit transfer mode when writing to flashVignesh R
2016-09-22spi: zynq_spi: Fix infinite looping while xferLad, Prabhakar
2016-08-25spi: tegra: fix hang in set_mode()Stephen Warren
2016-08-07spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max valueChin Liang See
2016-08-02driver: spi: fsl-qspi: remove compile WarningsYunhui Cui
2016-07-30spi: ti_qspi: dra7xx: Add support to use 76.8MHz clockVignesh R
2016-07-30spi: ti_qspi: Remove delay in read path for dra7xxVignesh R
2016-07-30spi: ti_qspi: Fix compiler warning when DEBUG macro is setVignesh R
2016-07-30spi: ti_qspi: Fix failure on multiple READ_ID cmdVignesh R
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass