diff options
author | Karthikeyan Ramasubramanian <kramasub@codeaurora.org> | 2018-07-30 11:23:51 -0600 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-07-31 21:17:20 +0200 |
commit | 37692de5d5235304835f4fdd5b3e5d5bae72fc16 (patch) | |
tree | 55b380791a09ddaba2e17bd5dc860d045244b123 /MAINTAINERS | |
parent | b1d2b0a43d288836bce5e708b88981e2df0bf594 (diff) | |
download | linux-37692de5d5235304835f4fdd5b3e5d5bae72fc16.tar.gz linux-37692de5d5235304835f4fdd5b3e5d5bae72fc16.tar.bz2 linux-37692de5d5235304835f4fdd5b3e5d5bae72fc16.zip |
i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controller
This bus driver supports the GENI based i2c hardware controller in the
Qualcomm SOCs. The Qualcomm Generic Interface (GENI) is a programmable
module supporting a wide range of serial interfaces including I2C. The
driver supports FIFO mode and DMA mode of transfer and switches modes
dynamically depending on the size of the transfer.
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
Signed-off-by: Sagar Dharia <sdharia@codeaurora.org>
Signed-off-by: Girish Mahadevan <girishm@codeaurora.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Tested-by: Stephen Boyd <swboyd@chromium.org>
[wsa: squashed the MAINTAINER addition and a RPM fix by Evan Green]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fee5cae91810..b7370bf0ffed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11837,6 +11837,14 @@ L: netdev@vger.kernel.org S: Maintained F: drivers/net/ethernet/qualcomm/emac/ +QUALCOMM GENERIC INTERFACE I2C DRIVER +M: Alok Chauhan <alokc@codeaurora.org> +M: Karthikeyan Ramasubramanian <kramasub@codeaurora.org> +L: linux-i2c@vger.kernel.org +L: linux-arm-msm@vger.kernel.org +S: Supported +F: drivers/i2c/busses/i2c-qcom-geni.c + QUALCOMM HEXAGON ARCHITECTURE M: Richard Kuo <rkuo@codeaurora.org> L: linux-hexagon@vger.kernel.org |