aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/cadence_qspi.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-24spi: cadence_spi: Sync DT bindings with LinuxJason Rush1-8/+12
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-12-15spi: cadence_qspi: Move DT prop code to match layoutPhil Edworthy1-1/+1
2016-12-15spi: cadence_qspi: Use spi mode at the point it is neededPhil Edworthy1-3/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-22spi: Use mode for rx mode flagsJagan Teki1-1/+1
2016-07-09spi: cadence_quadspi: Enable QUAD mode based on DT dataVignesh R1-1/+2
2015-11-05spi: cadence_qspi: Ensure check for max frequency in placeChin Liang See1-0/+3
2015-11-05spi: cadence_qspi: Fix fdt read of spi-max-frequencyChin Liang See1-4/+4
2015-11-05spi: cadence_qspi: Ensure spi_calibration is run when sclk changeChin Liang See1-9/+13
2015-07-03spi: cadence_qspi: get sram size from device treeVikas Manocha1-0/+1
2015-01-29dm: spi: Move the per-child data size to the uclassSimon Glass1-1/+0
2015-01-07spi: cadence_qspi: Fix checking return value of fdt_first_subnode()Axel Lin1-1/+1
2014-12-06spi: Add Cadence QSPI DM driver used by SoCFPGAStefan Roese1-0/+345