summaryrefslogtreecommitdiff
path: root/drivers/spi/cadence_qspi.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-28spi: cadence-qspi: Add support for octal DTR flashesPratyush Yadav1-6/+33
2021-06-28spi: cadence-qspi: Add a small delay before indirect writesPratyush Yadav1-0/+4
2021-06-28spi: cadence-qspi: Do not calibrate when device tree sets read delayPratyush Yadav1-5/+21
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-6/+6
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-7/+7
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-7/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-28spi: cadence-qspi: Move ref clock calculation to probePratyush Yadav1-16/+17
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-27spi: cadence-qspi: Add compatible for TI AM654Vignesh Raghavendra1-0/+1
2020-01-27spi: cadence-qspi: Add support for Cadence Octal SPI controllerVignesh Raghavendra1-0/+1
2020-01-27spi: cadence-qspi: Add direct mode supportVignesh Raghavendra1-17/+23
2020-01-27spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra1-82/+54
2019-11-21spi: cadence_qspi: support DM_CLKSimon Goldschmidt1-2/+19
2019-05-10spi: cadence_qspi: convert to livetreeSimon Goldschmidt1-20/+19
2019-04-17spi: cadence_qspi: add reset handlingSimon Goldschmidt1-0/+17
2019-04-12spi: cadence_qspi: Add quad write supportLey Foon Tan1-1/+1
2018-11-29spi: cadence_qspi: use "cdns,qspi-nor" as compatibleSimon Goldschmidt1-1/+1
2018-07-12spi: cadence_qspi: Fix compilation warningLey Foon Tan1-1/+1
2018-06-04spi: cadence_qspi: Change to use devfdt_get_addr_index()Ley Foon Tan1-11/+2
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-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-21spi: 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-30dm: 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