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

2014-05-23 Thread Rolf Eike Beer
Lan Tianyu wrote: > On 05/20/2014 10:17 PM, Rolf Eike Beer wrote: > > It may be that I have taken the wrong ACPI files. This is the result of a > > fresh run of acpidump, together with the most recent dmesg.log, just in > > case I messed it up. > > I have check the log. I2C ACPI operation

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

2014-05-23 Thread Rolf Eike Beer
Lan Tianyu wrote: On 05/20/2014 10:17 PM, Rolf Eike Beer wrote: It may be that I have taken the wrong ACPI files. This is the result of a fresh run of acpidump, together with the most recent dmesg.log, just in case I messed it up. I have check the log. I2C ACPI operation region

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

2014-05-22 Thread Lan Tianyu
On 05/20/2014 10:17 PM, Rolf Eike Beer wrote: Rolf Eike Beer wrote: Lan Tianyu wrote: On 05/13/2014 09:09 PM, Rolf Eike Beer wrote: Am Montag, 28. April 2014, 22:27:39 schrieb Lan Tianyu: ACPI 5.0 spec(5.5.2.4.5) defines GenericSerialBus(i2c, spi, uart) operation region. It allows ACPI aml

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

2014-05-22 Thread Lan Tianyu
On 05/20/2014 10:17 PM, Rolf Eike Beer wrote: Rolf Eike Beer wrote: Lan Tianyu wrote: On 05/13/2014 09:09 PM, Rolf Eike Beer wrote: Am Montag, 28. April 2014, 22:27:39 schrieb Lan Tianyu: ACPI 5.0 spec(5.5.2.4.5) defines GenericSerialBus(i2c, spi, uart) operation region. It allows ACPI aml

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

2014-05-15 Thread Lan Tianyu
On 05/15/2014 03:50 PM, Rolf Eike Beer wrote: Lan Tianyu wrote: On 05/13/2014 09:09 PM, Rolf Eike Beer wrote: Am Montag, 28. April 2014, 22:27:39 schrieb Lan Tianyu: 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

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

2014-05-15 Thread Lan Tianyu
On 05/15/2014 03:50 PM, Rolf Eike Beer wrote: Lan Tianyu wrote: On 05/13/2014 09:09 PM, Rolf Eike Beer wrote: Am Montag, 28. April 2014, 22:27:39 schrieb Lan Tianyu: 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

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

2014-05-13 Thread Lan Tianyu
On 05/13/2014 09:09 PM, Rolf Eike Beer wrote: Am Montag, 28. April 2014, 22:27:39 schrieb Lan Tianyu: 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. On the

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

2014-05-13 Thread Rolf Eike Beer
Am Montag, 28. April 2014, 22:27:39 schrieb Lan Tianyu: > 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. > > On the Asus T100TA, Bios use GenericSerialBus

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

2014-05-13 Thread Rolf Eike Beer
Am Montag, 28. April 2014, 22:27:39 schrieb Lan Tianyu: 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. On the Asus T100TA, Bios use GenericSerialBus

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

2014-05-13 Thread Lan Tianyu
On 05/13/2014 09:09 PM, Rolf Eike Beer wrote: Am Montag, 28. April 2014, 22:27:39 schrieb Lan Tianyu: 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. On the

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 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 such

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

2014-04-28 Thread Lan Tianyu
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 such kind of devices to >> implement some ACPI standard method.

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

2014-04-28 Thread Rafael J. Wysocki
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 such kind of devices to > implement some ACPI standard method. > > On the Asus T100TA, Bios use GenericSerialBus

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

2014-04-28 Thread Lan Tianyu
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. On the Asus T100TA, Bios use GenericSerialBus operation region to access i2c device to get battery info. So

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

2014-04-28 Thread Lan Tianyu
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. On the Asus T100TA, Bios use GenericSerialBus operation region to access i2c device to get battery info. So

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

2014-04-28 Thread Rafael J. Wysocki
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 such kind of devices to implement some ACPI standard method. On the Asus T100TA, Bios use GenericSerialBus

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

2014-04-28 Thread Lan Tianyu
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 such kind of devices to implement some ACPI standard method. On