summaryrefslogtreecommitdiffstats
path: root/drivers/spi/cadence_qspi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: cadence_qspi: convert to livetreeSimon Goldschmidt2019-05-101-20/+19
* spi: cadence_qspi: add reset handlingSimon Goldschmidt2019-04-171-0/+17
* spi: cadence_qspi: Add quad write supportLey Foon Tan2019-04-121-1/+1
* spi: cadence_qspi: use "cdns,qspi-nor" as compatibleSimon Goldschmidt2018-11-291-1/+1
* spi: cadence_qspi: Fix compilation warningLey Foon Tan2018-07-121-1/+1
* spi: cadence_qspi: Change to use devfdt_get_addr_index()Ley Foon Tan2018-06-041-11/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spi: cadence_spi: Sync DT bindings with LinuxJason Rush2018-01-241-8/+12
* 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