From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754154AbaCKA75 (ORCPT ); Mon, 10 Mar 2014 20:59:57 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:37615 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754035AbaCKA74 (ORCPT ); Mon, 10 Mar 2014 20:59:56 -0400 Date: Mon, 10 Mar 2014 17:59:53 -0700 From: Guenter Roeck To: Peter Tyser Cc: linux-kernel@vger.kernel.org, James Ralston , Samuel Ortiz , Lee Jones Subject: Re: [PATCH 3/8] mfd: lpc_ich: Remove lpc_ich_cfg struct use Message-ID: <20140311005953.GC32676@roeck-us.net> References: <1394487298-14459-1-git-send-email-ptyser@xes-inc.com> <1394487298-14459-3-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-3-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:53PM -0500, Peter Tyser wrote: > Future chipsets will use different register layouts that don't map > cleanly to the lpc_ich_cfg fields. Remove the lpc_ich_cfg struct and > add explicit fields to the higher level lpc_ich_priv structure. > > This change should have no functional impact. > > Signed-off-by: Peter Tyser > Tested-by: Rajat Jain > Cc: Guenter Roeck > Cc: James Ralston > Cc: Samuel Ortiz > Cc: Lee Jones Reviewed-by: Guenter Roeck