From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754201AbaCMPQJ (ORCPT ); Thu, 13 Mar 2014 11:16:09 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:54226 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753832AbaCMPQE (ORCPT ); Thu, 13 Mar 2014 11:16:04 -0400 Date: Thu, 13 Mar 2014 08:16:01 -0700 From: Guenter Roeck To: Peter Tyser Cc: linux-kernel@vger.kernel.org, James Ralston , Samuel Ortiz , Lee Jones Subject: Re: [PATCH 1/8] mfd: lpc_ich: Fix ACPI enable bitmask Message-ID: <20140313151601.GA4479@roeck-us.net> References: <1394487298-14459-1-git-send-email-ptyser@xes-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1394487298-14459-1-git-send-email-ptyser@xes-inc.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 10, 2014 at 04:34:51PM -0500, Peter Tyser wrote: > The original bitmask of 0x10 was incorrect and would result in a write > to a reserved read-only bit instead of enabling the ACPI I/O > region. Update it to the proper value of 0x80. > > Signed-off-by: Peter Tyser > Tested-by: Rajat Jain > Cc: Guenter Roeck > Cc: James Ralston > Cc: Samuel Ortiz > Cc: Lee Jones Who is going to pick up this series ? It should also be noted that Avoton/Rangeley support for the iTCO watchdog has been broken since Avoton support was introduced in 3.11 and causes either a system hangup or reboot if enabled with those CPUs. We should either back-port this series (or at least the patches related to watchdog support) to the affected kernels, or revert commit 8477128 (Add support for Intel Avoton SoC). Guenter