summaryrefslogtreecommitdiffstats
path: root/drivers/spi/cadence_qspi_apb.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* spi: cadence-qspi: Add support for Cadence Octal SPI controllerVignesh Raghavendra2020-01-271-2/+6
* spi: cadence-qspi: Add direct mode supportVignesh Raghavendra2020-01-271-8/+57
* spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra2020-01-271-91/+33
* spi: cadence_qspi: Add quad write supportLey Foon Tan2019-04-121-1/+6
* spi: cadence_qspi: Fix warning cast from pointer to integer of different sizeLey Foon Tan2018-07-121-2/+2
* spi: cadence_qspi_apb: Make flash writes 32 bit alignedVignesh R2018-01-241-6/+25
* Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when pos...Vignesh R2018-01-241-20/+6
* Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when poss...Goldschmidt Simon2018-01-241-16/+10
* spi: cadence_spi: Sync DT bindings with LinuxJason Rush2018-01-241-11/+4
* wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-7/+7
* spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possibleVignesh R2017-01-041-6/+16
* spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possibleVignesh R2017-01-041-6/+20
* spi: cadence_qspi: Fix CS timingsPhil Edworthy2016-12-151-11/+12
* spi: cadence_qspi: Remove returns from end of void functionsPhil Edworthy2016-12-151-8/+0
* spi: cadence_qspi: Use spi mode at the point it is neededPhil Edworthy2016-12-151-4/+3
* spi: cadence_qspi: Clean up the #define namesPhil Edworthy2016-12-151-43/+43
* spi: cadence_qspi: Use #define for bits instead of bit shiftsPhil Edworthy2016-12-151-18/+19
* spi: cadence_qspi: Better debug information on the SPI clock ratePhil Edworthy2016-12-151-3/+3
* spi: cadence_qspi: Fix baud rate calculationPhil Edworthy2016-12-151-16/+6
* spi: cadence_qspi: Fix clearing of pol/pha bitsPhil Edworthy2016-12-151-2/+2
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max valueChin Liang See2016-08-071-2/+5
* spi: cadence_quadspi: Enable QUAD mode based on DT dataVignesh R2016-07-091-5/+5
* spi: cadence_qspi_apb: Support 32 bit AHB addressVignesh R2016-07-091-3/+2
* mtd: cqspi: Simplify indirect read codeMarek Vasut2016-05-061-71/+57
* mtd: cqspi: Simplify indirect write codeMarek Vasut2016-05-061-96/+30
* spi: cadence_qspi_apb: Use BIT macroJagan Teki2015-10-271-14/+14
* spi: cadence_qspi: support FIFO width other than 4 bytesVikas Manocha2015-07-031-23/+23
* spi: cadence_qspi: get sram size from device treeVikas Manocha2015-07-031-5/+1
* spi: cadence_qspi: move the sram partition in initVikas Manocha2015-07-031-11/+5
* spi: Add Cadence QSPI DM driver used by SoCFPGAStefan Roese2014-12-061-0/+898