]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
soc: qcom: Add GSBI driver
authorAndy Gross <agross@codeaurora.org>
Thu, 24 Apr 2014 16:31:21 +0000 (11:31 -0500)
committerKumar Gala <galak@codeaurora.org>
Fri, 23 May 2014 16:38:04 +0000 (11:38 -0500)
commit5d144e36b7c51612922fa05d37ff3a869261cc82
treea2e4dd5f202555ae8bf7be7a0b63b44b14324152
parent3a6e08218f36baa9c49282ad2fe0dfbf001d8f23
soc: qcom: Add GSBI driver

The GSBI (General Serial Bus Interface) driver controls the overarching
configuration of the shared serial bus infrastructure on APQ8064, IPQ8064, and
earlier QCOM processors.  The GSBI supports UART, I2C, SPI, and UIM
functionality in various combinations.

Signed-off-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
drivers/soc/Kconfig
drivers/soc/Makefile [new file with mode: 0644]
drivers/soc/qcom/Kconfig [new file with mode: 0644]
drivers/soc/qcom/Makefile [new file with mode: 0644]
drivers/soc/qcom/qcom_gsbi.c [new file with mode: 0644]