summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2017-11-03MLK-16186: spi: flexspi: reset the flexspi DLL register to default valueHan Xu
2017-11-03MLK-16118-7 spi: flexspi: Add init_clk_fspi function to setup clockYe Li
2017-11-03MLK-15958-2 spi: fsl_fspi: Add support for 4bytes address modeYe Li
2017-11-03MLK-14938-19 spi: Add FlexSPI Driver for i.MX8QMYe Li
2017-05-10MLK-14878 qspi: Fix issue when enabling DDR modeYe Li
2017-04-05MLK-14621 fsl_qspi: Set endianness for i.MX platformsYe Li
2017-04-05MLK-13450-16 fsl_qspi: Update changes for mx7ulpYe Li
2017-04-05MLK-14371 fsl_qspi: update the driver to support mx6ul and mx7dYe Li
2017-04-05MLK-12483-4 mx6: Modify drivers to disable fused modulesYe Li
2017-03-14MLK-14423-1 spi: kconfig: add soft spi Kconfig entryPeng Fan
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