Re: [PATCH 2/2] i2c: Add Spreadtrum I2C controller driver

2017-06-20 Thread Baolin Wang
Hi Andy, Sorry for late reply due to my business trip. On 六, 6月 17, 2017 at 08:18:49下午 +0300, Andy Shevchenko wrote: > On Thu, Jun 15, 2017 at 2:30 PM, Baolin Wang > wrote: > > This patch adds the I2C controller driver for Spreadtrum platform. > > > > +

Re: [PATCH 2/2] i2c: Add Spreadtrum I2C controller driver

2017-06-20 Thread Baolin Wang
Hi Andy, Sorry for late reply due to my business trip. On 六, 6月 17, 2017 at 08:18:49下午 +0300, Andy Shevchenko wrote: > On Thu, Jun 15, 2017 at 2:30 PM, Baolin Wang > wrote: > > This patch adds the I2C controller driver for Spreadtrum platform. > > > > + i2c_dev->irq =

Re: [PATCH 2/2] i2c: Add Spreadtrum I2C controller driver

2017-06-17 Thread Andy Shevchenko
On Thu, Jun 15, 2017 at 2:30 PM, Baolin Wang wrote: > This patch adds the I2C controller driver for Spreadtrum platform. > + i2c_dev->irq = platform_get_irq(pdev, 0); > + if (i2c_dev->irq < 0) { > + dev_err(>dev, "failed to get irq

Re: [PATCH 2/2] i2c: Add Spreadtrum I2C controller driver

2017-06-17 Thread Andy Shevchenko
On Thu, Jun 15, 2017 at 2:30 PM, Baolin Wang wrote: > This patch adds the I2C controller driver for Spreadtrum platform. > + i2c_dev->irq = platform_get_irq(pdev, 0); > + if (i2c_dev->irq < 0) { > + dev_err(>dev, "failed to get irq resource\n"); > +

Re: [PATCH 2/2] i2c: Add Spreadtrum I2C controller driver

2017-06-16 Thread kbuild test robot
Hi Baolin, [auto build test ERROR on wsa/i2c/for-next] [also build test ERROR on v4.12-rc5 next-20170616] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] i2c: Add Spreadtrum I2C controller driver

2017-06-16 Thread kbuild test robot
Hi Baolin, [auto build test ERROR on wsa/i2c/for-next] [also build test ERROR on v4.12-rc5 next-20170616] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 2/2] i2c: Add Spreadtrum I2C controller driver

2017-06-15 Thread Baolin Wang
This patch adds the I2C controller driver for Spreadtrum platform. Signed-off-by: Baolin Wang --- drivers/i2c/busses/Kconfig| 10 + drivers/i2c/busses/Makefile |1 + drivers/i2c/busses/i2c-sprd.c | 691 + 3 files

[PATCH 2/2] i2c: Add Spreadtrum I2C controller driver

2017-06-15 Thread Baolin Wang
This patch adds the I2C controller driver for Spreadtrum platform. Signed-off-by: Baolin Wang --- drivers/i2c/busses/Kconfig| 10 + drivers/i2c/busses/Makefile |1 + drivers/i2c/busses/i2c-sprd.c | 691 + 3 files changed, 702 insertions(+)