Re: [PATCH 1/3] i2c: uniphier: add UniPhier FIFO-less I2C driver

2015-10-23 Thread Masahiro Yamada
Hi Wolfram, Thanks for your review! 2015-10-23 5:59 GMT+09:00 Wolfram Sang : > On Thu, Jul 30, 2015 at 05:12:20PM +0900, Masahiro Yamada wrote: >> Add support for on-chip I2C controller used on old UniPhier SoCs >> such as PH1-LD4, PH1-sLD8, etc.. This adapter is so simple that >> it has no FIF

Re: [PATCH 1/3] i2c: uniphier: add UniPhier FIFO-less I2C driver

2015-10-22 Thread Wolfram Sang
On Thu, Jul 30, 2015 at 05:12:20PM +0900, Masahiro Yamada wrote: > Add support for on-chip I2C controller used on old UniPhier SoCs > such as PH1-LD4, PH1-sLD8, etc.. This adapter is so simple that > it has no FIFO in it. > > Signed-off-by: Masahiro Yamada Finally! Mostly looking good. > +stat

[PATCH 1/3] i2c: uniphier: add UniPhier FIFO-less I2C driver

2015-07-30 Thread Masahiro Yamada
Add support for on-chip I2C controller used on old UniPhier SoCs such as PH1-LD4, PH1-sLD8, etc.. This adapter is so simple that it has no FIFO in it. Signed-off-by: Masahiro Yamada --- drivers/i2c/busses/Kconfig| 8 + drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c