Re: [PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake

2016-06-23 Thread Guenter Roeck
On 06/22/2016 10:02 PM, Darren Hart wrote: On Tue, Jun 21, 2016 at 11:01:01PM -0700, Guenter Roeck wrote: On 06/21/2016 09:53 PM, Yong, Jonathan wrote: On 06/17/2016 08:36, Yong, Jonathan wrote: These patches fix the iTCO watchdog for Apollo Lake. I changed the watchdog memory io to only use

Re: [PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake

2016-06-23 Thread Guenter Roeck
On 06/22/2016 10:02 PM, Darren Hart wrote: On Tue, Jun 21, 2016 at 11:01:01PM -0700, Guenter Roeck wrote: On 06/21/2016 09:53 PM, Yong, Jonathan wrote: On 06/17/2016 08:36, Yong, Jonathan wrote: These patches fix the iTCO watchdog for Apollo Lake. I changed the watchdog memory io to only use

Re: [PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake

2016-06-22 Thread Darren Hart
On Tue, Jun 21, 2016 at 11:01:01PM -0700, Guenter Roeck wrote: > On 06/21/2016 09:53 PM, Yong, Jonathan wrote: > > On 06/17/2016 08:36, Yong, Jonathan wrote: > > > These patches fix the iTCO watchdog for Apollo Lake. > > > I changed the watchdog memory io to only use 4 bytes rather > > > the whole

Re: [PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake

2016-06-22 Thread Darren Hart
On Tue, Jun 21, 2016 at 11:01:01PM -0700, Guenter Roeck wrote: > On 06/21/2016 09:53 PM, Yong, Jonathan wrote: > > On 06/17/2016 08:36, Yong, Jonathan wrote: > > > These patches fix the iTCO watchdog for Apollo Lake. > > > I changed the watchdog memory io to only use 4 bytes rather > > > the whole

Re: [PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake

2016-06-22 Thread Guenter Roeck
On 06/21/2016 09:53 PM, Yong, Jonathan wrote: On 06/17/2016 08:36, Yong, Jonathan wrote: These patches fix the iTCO watchdog for Apollo Lake. I changed the watchdog memory io to only use 4 bytes rather the whole region, I'm not sure if that is the correct way. The previous 0x30h offset in

Re: [PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake

2016-06-22 Thread Guenter Roeck
On 06/21/2016 09:53 PM, Yong, Jonathan wrote: On 06/17/2016 08:36, Yong, Jonathan wrote: These patches fix the iTCO watchdog for Apollo Lake. I changed the watchdog memory io to only use 4 bytes rather the whole region, I'm not sure if that is the correct way. The previous 0x30h offset in

Re: [PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake

2016-06-21 Thread Yong, Jonathan
On 06/17/2016 08:36, Yong, Jonathan wrote: These patches fix the iTCO watchdog for Apollo Lake. I changed the watchdog memory io to only use 4 bytes rather the whole region, I'm not sure if that is the correct way. The previous 0x30h offset in intel_pmc_ipc.c was for based on the earlier BXT-M

Re: [PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake

2016-06-21 Thread Yong, Jonathan
On 06/17/2016 08:36, Yong, Jonathan wrote: These patches fix the iTCO watchdog for Apollo Lake. I changed the watchdog memory io to only use 4 bytes rather the whole region, I'm not sure if that is the correct way. The previous 0x30h offset in intel_pmc_ipc.c was for based on the earlier BXT-M

[PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake

2016-06-16 Thread Yong, Jonathan
These patches fix the iTCO watchdog for Apollo Lake. I changed the watchdog memory io to only use 4 bytes rather the whole region, I'm not sure if that is the correct way. The previous 0x30h offset in intel_pmc_ipc.c was for based on the earlier BXT-M platform. Apollo Lake has it at 0x40h. Let

[PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake

2016-06-16 Thread Yong, Jonathan
These patches fix the iTCO watchdog for Apollo Lake. I changed the watchdog memory io to only use 4 bytes rather the whole region, I'm not sure if that is the correct way. The previous 0x30h offset in intel_pmc_ipc.c was for based on the earlier BXT-M platform. Apollo Lake has it at 0x40h. Let