- 20 Aug, 2019 1 commit
-
-
Use devm_spi_register_controller to fix missing spi_unregister_controller when unload module. Signed-off-by:
Axel Lin <axel.lin@ingics.com> Acked-by:
Michal Simek <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/20190818095113.2397-1-axel.lin@ingics.com Signed-off-by:
Mark Brown <broonie@kernel.org>
-
- 02 May, 2019 1 commit
-
-
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>
-
- 05 Apr, 2019 1 commit
-
-
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>
-