]> git.baikalelectronics.ru Git - kernel.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)
commitb7f99423d1cea4a57bffa6e45cc63f8ca4055f18
treea2e4dd5f202555ae8bf7be7a0b63b44b14324152
parent9e1f278418624ed46e5f19b9d4394e474bc6345f
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]