Re: [PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-11-19 Thread Lan Tianyu
Hi Mika: Thank you for review. Will resolve your comments in the next version. -- Best regards Tianyu Lan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-11-19 Thread Lan Tianyu
On 2014年11月20日 00:05, Wolfram Sang wrote: > As long as the I2C related changes are that minimal: > > Acked-by: Wolfram Sang for the I2C part > Thank you! -- Best regards Tianyu Lan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-11-19 Thread Mika Westerberg
On Wed, Nov 19, 2014 at 11:20:41PM +0800, Lan Tianyu wrote: > ACPI 5.0 introduces _DEP to designate device objects that OSPM should > assign a higher priority in start ordering due to future operation region > accesses. > > On Asus T100TA, ACPI battery info are read from a I2C slave device via >

Re: [PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-11-19 Thread Wolfram Sang
On Wed, Nov 19, 2014 at 11:20:41PM +0800, Lan Tianyu wrote: > ACPI 5.0 introduces _DEP to designate device objects that OSPM should > assign a higher priority in start ordering due to future operation region > accesses. > > On Asus T100TA, ACPI battery info are read from a I2C slave device via >

[PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-11-19 Thread Lan Tianyu
ACPI 5.0 introduces _DEP to designate device objects that OSPM should assign a higher priority in start ordering due to future operation region accesses. On Asus T100TA, ACPI battery info are read from a I2C slave device via I2C operation region. Before I2C operation region handler is installed,

[PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-11-19 Thread Lan Tianyu
ACPI 5.0 introduces _DEP to designate device objects that OSPM should assign a higher priority in start ordering due to future operation region accesses. On Asus T100TA, ACPI battery info are read from a I2C slave device via I2C operation region. Before I2C operation region handler is installed,

Re: [PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-11-19 Thread Wolfram Sang
On Wed, Nov 19, 2014 at 11:20:41PM +0800, Lan Tianyu wrote: ACPI 5.0 introduces _DEP to designate device objects that OSPM should assign a higher priority in start ordering due to future operation region accesses. On Asus T100TA, ACPI battery info are read from a I2C slave device via I2C

Re: [PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-11-19 Thread Mika Westerberg
On Wed, Nov 19, 2014 at 11:20:41PM +0800, Lan Tianyu wrote: ACPI 5.0 introduces _DEP to designate device objects that OSPM should assign a higher priority in start ordering due to future operation region accesses. On Asus T100TA, ACPI battery info are read from a I2C slave device via I2C

Re: [PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-11-19 Thread Lan Tianyu
On 2014年11月20日 00:05, Wolfram Sang wrote: As long as the I2C related changes are that minimal: Acked-by: Wolfram Sang w...@the-dreams.de for the I2C part Thank you! -- Best regards Tianyu Lan -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-11-19 Thread Lan Tianyu
Hi Mika: Thank you for review. Will resolve your comments in the next version. -- Best regards Tianyu Lan -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-26 Thread Rafael J. Wysocki
On Friday, September 26, 2014 01:23:29 PM Lan Tianyu wrote: > On 2014年09月26日 03:27, Rafael J. Wysocki wrote: > > I'm not sure what you mean. "Dependent" means "depending on something", so > > the > > question reads "This requires the devices with _DEP to have a list of > > devices > > that

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-26 Thread Rafael J. Wysocki
On Friday, September 26, 2014 01:23:29 PM Lan Tianyu wrote: On 2014年09月26日 03:27, Rafael J. Wysocki wrote: I'm not sure what you mean. Dependent means depending on something, so the question reads This requires the devices with _DEP to have a list of devices that depend on them which

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-25 Thread Lan Tianyu
On 2014年09月26日 03:27, Rafael J. Wysocki wrote: > I'm not sure what you mean. "Dependent" means "depending on something", so > the > question reads "This requires the devices with _DEP to have a list of devices > that depend on them" which is probably not what you meant. > Sorry, I didn't say

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-25 Thread Rafael J. Wysocki
On Thursday, September 25, 2014 09:27:25 PM Rafael J. Wysocki wrote: > On Thursday, September 25, 2014 05:44:43 PM Lan Tianyu wrote: > > On 2014年09月25日 06:27, Rafael J. Wysocki wrote: > > > On Tuesday, September 23, 2014 03:06:43 PM Lan Tianyu wrote: > > >> ACPI 5.0 introduces _DEP to designate

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-25 Thread Rafael J. Wysocki
On Thursday, September 25, 2014 05:44:43 PM Lan Tianyu wrote: > On 2014年09月25日 06:27, Rafael J. Wysocki wrote: > > On Tuesday, September 23, 2014 03:06:43 PM Lan Tianyu wrote: > >> ACPI 5.0 introduces _DEP to designate device objects that OSPM should > >> assign a higher priority in start ordering

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-25 Thread Lan Tianyu
On 2014年09月25日 06:27, Rafael J. Wysocki wrote: > On Tuesday, September 23, 2014 03:06:43 PM Lan Tianyu wrote: >> ACPI 5.0 introduces _DEP to designate device objects that OSPM should >> assign a higher priority in start ordering due to future operation region >> accesses. >> >> On Asus T100TA,

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-25 Thread Lan Tianyu
On 2014年09月26日 03:27, Rafael J. Wysocki wrote: I'm not sure what you mean. Dependent means depending on something, so the question reads This requires the devices with _DEP to have a list of devices that depend on them which is probably not what you meant. Sorry, I didn't say clearly. The

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-25 Thread Lan Tianyu
On 2014年09月25日 06:27, Rafael J. Wysocki wrote: On Tuesday, September 23, 2014 03:06:43 PM Lan Tianyu wrote: ACPI 5.0 introduces _DEP to designate device objects that OSPM should assign a higher priority in start ordering due to future operation region accesses. On Asus T100TA, ACPI battery

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-25 Thread Rafael J. Wysocki
On Thursday, September 25, 2014 05:44:43 PM Lan Tianyu wrote: On 2014年09月25日 06:27, Rafael J. Wysocki wrote: On Tuesday, September 23, 2014 03:06:43 PM Lan Tianyu wrote: ACPI 5.0 introduces _DEP to designate device objects that OSPM should assign a higher priority in start ordering due to

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-25 Thread Rafael J. Wysocki
On Thursday, September 25, 2014 09:27:25 PM Rafael J. Wysocki wrote: On Thursday, September 25, 2014 05:44:43 PM Lan Tianyu wrote: On 2014年09月25日 06:27, Rafael J. Wysocki wrote: On Tuesday, September 23, 2014 03:06:43 PM Lan Tianyu wrote: ACPI 5.0 introduces _DEP to designate device

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-24 Thread Rafael J. Wysocki
On Tuesday, September 23, 2014 03:06:43 PM Lan Tianyu wrote: > ACPI 5.0 introduces _DEP to designate device objects that OSPM should > assign a higher priority in start ordering due to future operation region > accesses. > > On Asus T100TA, ACPI battery info are read from a I2C slave device via >

Re: [RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-24 Thread Rafael J. Wysocki
On Tuesday, September 23, 2014 03:06:43 PM Lan Tianyu wrote: ACPI 5.0 introduces _DEP to designate device objects that OSPM should assign a higher priority in start ordering due to future operation region accesses. On Asus T100TA, ACPI battery info are read from a I2C slave device via I2C

[RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-23 Thread Lan Tianyu
ACPI 5.0 introduces _DEP to designate device objects that OSPM should assign a higher priority in start ordering due to future operation region accesses. On Asus T100TA, ACPI battery info are read from a I2C slave device via I2C operation region. Before I2C operation region handler is installed,

[RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA

2014-09-23 Thread Lan Tianyu
ACPI 5.0 introduces _DEP to designate device objects that OSPM should assign a higher priority in start ordering due to future operation region accesses. On Asus T100TA, ACPI battery info are read from a I2C slave device via I2C operation region. Before I2C operation region handler is installed,