summaryrefslogtreecommitdiffstats
path: root/drivers/spi/cadence_qspi_apb.c
Commit message (Expand)AuthorAgeFilesLines
* 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