Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | soc: qcom: fix of_device_id table | Arnd Bergmann | 2014-05-26 | 1 | -0/+1 |
| | | | | | | | The match tables must be zero-terminated, and Kbuild now helpfully fails to link the kernel if that isn't the case. Signed-off-by: Arnd Bergmann <arnd@arndb.de> | ||||
* | soc: qcom: Add GSBI driver | Andy Gross | 2014-05-23 | 3 | -0/+96 |
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> |