Dear Winner

2014-04-29 Thread TMH HRD Training
You have won One Million Dollars ($1,000,000) You are therefore requested to contact immediately our Claims Department below quoting winning number : CODE NUMBER-04378490. NAME: MR. Jurgen Sterk EMAIL: jurgenst...@yahoo.se Provide the following information needed to process your winning claim

Re: [PATCH v2] i2c: add driver for Rockchip RK3xxx SoC I2C adapter

2014-04-29 Thread Heiko Stübner
Am Dienstag, 29. April 2014, 01:34:15 schrieb Max Schwarz: > Driver for the native I2C adapter found in Rockchip RK3xxx SoCs. > > Configuration is only possible through devicetree. The driver is > interrupt driven and supports the I2C_M_IGNORE_NAK mangling bit. > > Tested on the Radxa Rock board,

Re: [Patch V2 1/9] ACPICA: Executer: Fix buffer allocation issue for generic_serial_bus region field accesses.

2014-04-29 Thread Rafael J. Wysocki
On Tuesday, April 29, 2014 01:31:28 PM Wolfram Sang wrote: > > --3MwIy2ne0vdjdPXF > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > > > The rest has been queued up for 3.16. > > I also aim for 3.16, yet it may take 1 or 2 weeks more until I'll be > able to review th

Re: [Patch V2 0/9] I2C ACPI operation region handler support

2014-04-29 Thread Rafael J. Wysocki
On Tuesday, April 29, 2014 09:54:46 AM Lan Tianyu wrote: > On 2014年04月29日 06:51, Rafael J. Wysocki wrote: > > On Monday, April 28, 2014 10:27:39 PM Lan Tianyu wrote: > >> ACPI 5.0 spec(5.5.2.4.5) defines GenericSerialBus(i2c, spi, uart) operation > >> region. It allows ACPI aml code able to access

Re: [PATCH v2 6/7] i2c: ChromeOS EC tunnel driver

2014-04-29 Thread Wolfram Sang
Hi, just a basic review to keep things rolling... > On the original Samsung ARM Chromebook these devices were on an I2C > bus that was shared between the AP and the EC and arbitrated using > some extranal GPIOs (see i2c-arb-gpio-challenge). > > The original arbitration scheme worked well enough

Re: [Patch V2 1/9] ACPICA: Executer: Fix buffer allocation issue for generic_serial_bus region field accesses.

2014-04-29 Thread Wolfram Sang
> The rest has been queued up for 3.16. I also aim for 3.16, yet it may take 1 or 2 weeks more until I'll be able to review the I2C part of those patches. signature.asc Description: Digital signature

Re: [Patch V2 9/9] I2C/ACPI: Add CONFIG_I2C_ACPI config

2014-04-29 Thread Mika Westerberg
On Mon, Apr 28, 2014 at 10:27:48PM +0800, Lan Tianyu wrote: > This patch is to add CONFIG_I2C_ACPI. Current there is a race between > removing I2C ACPI operation region and ACPI AML code accessing. > So make i2c core built-in if CONFIG_I2C_ACPI is set. > > Signed-off-by: Lan Tianyu > --- > drive

Re: [Patch V2 7/9] I2C/ACPI: Add i2c ACPI operation region support

2014-04-29 Thread Mika Westerberg
On Mon, Apr 28, 2014 at 10:27:46PM +0800, Lan Tianyu wrote: > ACPI 5.0 spec(5.5.2.4.5) defines GenericSerialBus(i2c, spi, uart) operation > region. > It allows ACPI aml code able to access such kind of devices to implement > some ACPI standard method. Looks good to me now, Reviewed-by: Mika West