Re: [PATCH 0/4] generic timeout handling for Renesas drivers

2015-06-23 Thread Wolfram Sang
On Sat, Jun 20, 2015 at 09:03:18PM +0200, Wolfram Sang wrote: > Here is a small patch series to make I2C timeout handling easier for users. It > is not so amazingly huge anymore and it can be modified via i2c-dev if wanted. > While at it, fix the type of the timeout variable to the proper one. > Th

Re: [PATCH 0/4] generic timeout handling for Renesas drivers

2015-06-21 Thread Laurent Pinchart
Hi Wolfram, Thank you for the patches. On Saturday 20 June 2015 21:03:18 Wolfram Sang wrote: > Here is a small patch series to make I2C timeout handling easier for users. > It is not so amazingly huge anymore and it can be modified via i2c-dev if > wanted. While at it, fix the type of the timeout

[PATCH 0/4] generic timeout handling for Renesas drivers

2015-06-20 Thread Wolfram Sang
Here is a small patch series to make I2C timeout handling easier for users. It is not so amazingly huge anymore and it can be modified via i2c-dev if wanted. While at it, fix the type of the timeout variable to the proper one. This time build-tested twice! Wolfram Sang (4): i2c: rcar: use adapte