Re: [Patch v2 3/4] soc: qcom: Add GSBI driver

2014-05-23 Thread Stephen Boyd
On 04/24/14 09:31, Andy Gross wrote: > + > +static const struct of_device_id gsbi_dt_match[] = { > + { .compatible = "qcom,gsbi-v1.0.0", }, > +}; Eek. This isn't NULL terminated. -8<--- From: Stephen Boyd Subject: [PATCH] soc: qcom: Terminate gsbi of match table Failure to terminate t

[Patch v2 3/4] soc: qcom: Add GSBI driver

2014-04-24 Thread Andy Gross
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 --- drivers/