summaryrefslogtreecommitdiffstats
path: root/drivers/spi/cadence_qspi.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* spi: cadence_qspi: Move DT prop code to match layoutPhil Edworthy2016-12-151-1/+1
* spi: cadence_qspi: Use spi mode at the point it is neededPhil Edworthy2016-12-151-3/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* spi: Use mode for rx mode flagsJagan Teki2016-09-221-1/+1
* spi: cadence_quadspi: Enable QUAD mode based on DT dataVignesh R2016-07-091-1/+2
* spi: cadence_qspi: Ensure check for max frequency in placeChin Liang See2015-11-051-0/+3
* spi: cadence_qspi: Fix fdt read of spi-max-frequencyChin Liang See2015-11-051-4/+4
* spi: cadence_qspi: Ensure spi_calibration is run when sclk changeChin Liang See2015-11-051-9/+13
* spi: cadence_qspi: get sram size from device treeVikas Manocha2015-07-031-0/+1
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-291-1/+0
* spi: cadence_qspi: Fix checking return value of fdt_first_subnode()Axel Lin2015-01-071-1/+1
* spi: Add Cadence QSPI DM driver used by SoCFPGAStefan Roese2014-12-061-0/+345