]> 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)
commitcb7c11e9aa1292428891e190aca6f4c58b56569a
treea2e4dd5f202555ae8bf7be7a0b63b44b14324152
parent1617645fb477431b10d82c907c5399d5dbca2167
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]