Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759785Ab2EIOiJ (ORCPT ); Wed, 9 May 2012 10:38:09 -0400 Received: from mga02.intel.com ([134.134.136.20]:40228 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759767Ab2EIOiE (ORCPT ); Wed, 9 May 2012 10:38:04 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="138661243" Date: Wed, 9 May 2012 16:47:42 +0200 From: Samuel Ortiz To: Aaron Sierra Cc: Guenter Roeck , Jean Delvare , Grant Likely , Peter Tyser , LKML Subject: Re: [PATCH] watchdog: Convert iTCO_wdt driver to mfd model Message-ID: <20120509144742.GJ1794@sortiz-mobl> References: <14a70d68-3e8a-43e8-9f8b-bfeedecac456@zimbra> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14a70d68-3e8a-43e8-9f8b-bfeedecac456@zimbra> 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 Content-Length: 1186 Lines: 31 Hi Aaron, On Fri, Apr 20, 2012 at 02:14:11PM -0500, Aaron Sierra wrote: > This patch converts the iTCO_wdt driver to use the multi-function device > driver model. It uses resources discovered by the lpc_ich driver, so that > it no longer does its own PCI scanning. > > Signed-off-by: Aaron Sierra > Signed-off-by: Guenter Roeck > --- > drivers/mfd/Kconfig | 3 +- > drivers/mfd/lpc_ich.c | 171 ++++++++++- > drivers/watchdog/Kconfig | 1 + > drivers/watchdog/iTCO_vendor.h | 6 +- > drivers/watchdog/iTCO_vendor_support.c | 43 ++-- > drivers/watchdog/iTCO_wdt.c | 529 +++++++------------------------- > include/linux/mfd/lpc_ich.h | 7 + > 7 files changed, 313 insertions(+), 447 deletions(-) Patch applied, thanks. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/