Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751762AbYLRKzt (ORCPT ); Thu, 18 Dec 2008 05:55:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750897AbYLRKzj (ORCPT ); Thu, 18 Dec 2008 05:55:39 -0500 Received: from 3a.49.1343.static.theplanet.com ([67.19.73.58]:45632 "EHLO pug.o-hand.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750968AbYLRKzi (ORCPT ); Thu, 18 Dec 2008 05:55:38 -0500 Date: Thu, 18 Dec 2008 11:58:05 +0100 From: Samuel Ortiz To: Mark Brown Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] MFD updates Message-ID: <20081218105804.GD2517@sortiz.org> Reply-To: Samuel Ortiz References: <20081218104301.GA12649@rakim.wolfsonmicro.main> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081218104301.GA12649@rakim.wolfsonmicro.main> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, On Thu, Dec 18, 2008 at 10:43:02AM +0000, Mark Brown wrote: > The following changes since commit d9f27a08919b6ea6e5266b3e32596286766715b2: > Samuel Ortiz (1): > mfd: Fix twl4030-core.c build error > > are available in the git repository at: > > git://opensource.wolfsonmicro.com/linux-2.6-audioplus for-sameo > > Mark Brown (6): > mfd: Pass driver_data onto child devices > mfd: Register WM8400 codec device I just applied those 2 from your last mail. I'll look at the remaining ones later today. Thanks for the patches. Cheers, Samuel. > mfd: Add WM8352 support > mfd: Handle missing WM8350 platform data > mfd: Support configurable numbers of DCDCs and ISINKs on WM8350 > mfd: Add WM8351 support > > drivers/mfd/Kconfig | 33 + > drivers/mfd/mfd-core.c | 1 + > drivers/mfd/wm8350-core.c | 139 ++- > drivers/mfd/wm8350-i2c.c | 2 + > drivers/mfd/wm8350-regmap.c | 2096 ++++++++++++++++++++++++++++++++++ > drivers/mfd/wm8400-core.c | 31 +- > drivers/regulator/wm8350-regulator.c | 7 + > include/linux/mfd/wm8350/core.h | 8 + > include/linux/mfd/wm8350/pmic.h | 4 + > 9 files changed, 2299 insertions(+), 22 deletions(-) -- 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/