Re: [PATCH v2 00/16] intel-lpss: support non-ACPI platforms

2015-12-06 Thread Rafael J. Wysocki
On Monday, November 30, 2015 05:11:28 PM Andy Shevchenko wrote: > This series includes few logical sets that bring a support of non-ACPI > platforms for Intel Skylake. > > First part is a refactoring of built-in device properties support: > - keep single value inside the structure > - provide

RE: [Patch V1] i2c: imx: init bus recovery info before adding i2c adapter

2015-12-06 Thread Gao Pandy
Hi Wolfram, Sorry for it. I have sent out an i2c runtime patch which was acked by Uwe Kleine. I thought it would be accepted, so I sent out this one based on that one. Best Regards Gao Pan > -Original Message- > From: Wolfram Sang

Re: [PATCH 0/9] i2c: add generic support for timing parameters in DT

2015-12-06 Thread Simon Horman
On Thu, Dec 03, 2015 at 04:51:30PM +0100, Wolfram Sang wrote: > Here is a patch series adding better DT support for timing parameters like the > raise time or the fall time which are generic for the I2C subsystem. There is > a > core function for parsing and an implementation for the RCar driver