From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751372AbcFVE4Z (ORCPT ); Wed, 22 Jun 2016 00:56:25 -0400 Received: from mga03.intel.com ([134.134.136.65]:41867 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750748AbcFVE4X (ORCPT ); Wed, 22 Jun 2016 00:56:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,508,1459839600"; d="scan'208";a="992627902" Message-ID: <576A19BC.4000502@intel.com> Date: Wed, 22 Jun 2016 12:53:16 +0800 From: "Yong, Jonathan" User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:25.4) Gecko/20150524 FossaMail/25.1.5 MIME-Version: 1.0 To: linux-watchdog@vger.kernel.org, platform-driver-x86@vger.kernel.org CC: qipeng.zha@intel.com, linux@roeck-us.net, dvhart@infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] Correct iTCO Watchdog for Apollo Lake References: <1463541972-19758-1-git-send-email-jonathan.yong@intel.com> <1466123817-50679-1-git-send-email-jonathan.yong@intel.com> In-Reply-To: <1466123817-50679-1-git-send-email-jonathan.yong@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 platform. Apollo Lake has it at 0x40h. > > Let me know if the patches need changes. > Please CC me as I am not subscribed, thanks. > > * Resent, typo in linux-kernel email address > > Changes since v1: > * Watchdog NO_REBOOT bit off-by-one corrected. > > Yong, Jonathan (2): > watchdog: iTCO-wdt handle 5th variation for Apollo Lake > x86: Fix Apollo Lake Watchdog address in PMC driver > > drivers/platform/x86/intel_pmc_ipc.c | 10 ++++++---- > drivers/watchdog/iTCO_wdt.c | 2 ++ > 2 files changed, 8 insertions(+), 4 deletions(-) > Ping.