summaryrefslogtreecommitdiff
path: root/drivers/spi/cadence_qspi_apb.c
Commit message (Expand)AuthorAgeLines
* spi: cadence_qspi: Fix CS timingsPhil Edworthy2016-12-15-11/+12
* spi: cadence_qspi: Remove returns from end of void functionsPhil Edworthy2016-12-15-8/+0
* spi: cadence_qspi: Use spi mode at the point it is neededPhil Edworthy2016-12-15-4/+3
* spi: cadence_qspi: Clean up the #define namesPhil Edworthy2016-12-15-43/+43
* spi: cadence_qspi: Use #define for bits instead of bit shiftsPhil Edworthy2016-12-15-18/+19
* spi: cadence_qspi: Better debug information on the SPI clock ratePhil Edworthy2016-12-15-3/+3
* spi: cadence_qspi: Fix baud rate calculationPhil Edworthy2016-12-15-16/+6
* spi: cadence_qspi: Fix clearing of pol/pha bitsPhil Edworthy2016-12-15-2/+2
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max valueChin Liang See2016-08-07-2/+5
* spi: cadence_quadspi: Enable QUAD mode based on DT dataVignesh R2016-07-09-5/+5
* spi: cadence_qspi_apb: Support 32 bit AHB addressVignesh R2016-07-09-3/+2
* mtd: cqspi: Simplify indirect read codeMarek Vasut2016-05-06-71/+57
* mtd: cqspi: Simplify indirect write codeMarek Vasut2016-05-06-96/+30
* spi: cadence_qspi_apb: Use BIT macroJagan Teki2015-10-27-14/+14
* spi: cadence_qspi: support FIFO width other than 4 bytesVikas Manocha2015-07-03-23/+23
* spi: cadence_qspi: get sram size from device treeVikas Manocha2015-07-03-5/+1
* spi: cadence_qspi: move the sram partition in initVikas Manocha2015-07-03-11/+5
* spi: Add Cadence QSPI DM driver used by SoCFPGAStefan Roese2014-12-06-0/+898