]> git.baikalelectronics.ru Git - kernel.git/commit
spi: Introduce new driver for Qualcomm QuadSPI controller
authorGirish Mahadevan <girishm@codeaurora.org>
Tue, 2 Oct 2018 21:47:08 +0000 (14:47 -0700)
committerMark Brown <broonie@kernel.org>
Thu, 11 Oct 2018 14:11:09 +0000 (15:11 +0100)
commit40ed0de9fa800ff070e4d9b27ba41d9fc6b9bc88
tree939709b6c1e4b6ac642de212838372e7a55b280c
parent989b49bdcfc65ae7adbdd5090685a89529d19560
spi: Introduce new driver for Qualcomm QuadSPI controller

New driver for Qualcomm QuadSPI(QSPI) controller that is used to
communicate with slaves such as flash memory devices. The QSPI controller
can operate in 2 or 4 wire mode but only supports SPI Mode 0. The
controller can also operate in Single or Dual data rate modes.

Signed-off-by: Girish Mahadevan <girishm@codeaurora.org>
Signed-off-by: Ryan Case <ryandcase@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-qcom-qspi.c [new file with mode: 0644]