Signed-off-by: Girish Mahadevan
---
.../devicetree/bindings/spi/qcom,spi-qcom-qspi.txt | 36 ++
err.txt| 27
2 files changed, 36 insertions(+), 27 deletions(-)
create mode 100644 Documentation/devicetree/bindings
: Girish Mahadevan
---
drivers/spi/Kconfig | 7 +
drivers/spi/Makefile| 1 +
drivers/spi/spi-qcom-qspi.c | 728
3 files changed, 736 insertions(+)
create mode 100644 drivers/spi/spi-qcom-qspi.c
diff --git a/drivers/spi/Kconfig b
This driver supports GENI based SPI Controller in the Qualcomm SOCs. The
Qualcomm Generic Interface (GENI) is a programmable module supporting a
wide range of serial interfaces including SPI. This driver supports SPI
operations using FIFO mode of transfer.
Signed-off-by: Girish Mahadevan
n the driver we will send an
RFC for the driver patches separately once it is ready.
Girish Mahadevan (1):
spi: Expand tx_nbits/rx_nbits to add 8-bit transfer
include/linux/spi/spi.h | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
--
Employee of Qualcomm Innovation Center
Expand the tx_nbits/rx_nbits member of the spi_transfer struct to a 4 bit
value to allow specifying 8 bit transfers (SPI_NBITS_OCTO).
Change-Id: I0b7ab41b2caa8495da431944ccbc0b90942d5dd9
Signed-off-by: Girish Mahadevan
---
include/linux/spi/spi.h | 10 ++
1 file changed, 6 insertions
5 matches
Mail list logo