Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writesl | Naga Sureshkumar Relli | 2019-05-02 | 1 | -4/+4 |
| | | | | | | | | | | Alpha and some of the architectures are missing readsl/writesl functions. so the zynq-qspi driver won't be able to build on these arches. hence use ioread32_rep()/iowrite32_rep() instead of readsl()/writesl(). Signed-off-by: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org> | ||||
* | spi: spi-mem: Add support for Zynq QSPI controller | Naga Sureshkumar Relli | 2019-04-05 | 1 | -0/+761 |
Add support for QSPI controller driver used by Xilinx Zynq SOC. Signed-off-by: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> Signed-off-by: Mark Brown <broonie@kernel.org> |