aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/sh_qspi.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-02spi: sh_qspi: Add DM support to SH QSPI driverMarek Vasut1-65/+150
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-11spi: sh_qspi: Make use of the 32byte FIFOMarek Vasut1-10/+24
2018-04-11spi: sh_qspi: Replace ad hoc waiting with wait_for_bitMarek Vasut1-14/+9
2018-04-11spi: sh_qspi: Drop SPBDCR waitMarek Vasut1-8/+0
2018-04-11spi: sh_qspi: Replace data types with short onesMarek Vasut1-31/+31
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-10-27spi: sh_qspi: Use BIT macroJagan Teki1-8/+8
2014-01-16spi: sh_qspi: Add header file that defines the address of registersNobuhiro Iwamatsu1-1/+2
2013-12-18spi: Add support SH Quad SPI driverNobuhiro Iwamatsu1-0/+277