Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754818Ab2KUO15 (ORCPT ); Wed, 21 Nov 2012 09:27:57 -0500 Received: from mga02.intel.com ([134.134.136.20]:16797 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754384Ab2KUO14 (ORCPT ); Wed, 21 Nov 2012 09:27:56 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.83,293,1352102400"; d="scan'208";a="222650542" Date: Wed, 21 Nov 2012 15:27:53 +0100 From: Samuel Ortiz To: Aaro Koskinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 2/4] mfd: introduce retu-mfd driver Message-ID: <20121121142753.GX18738@sortiz-mobl> References: <1353256582-12166-1-git-send-email-aaro.koskinen@iki.fi> <1353256582-12166-3-git-send-email-aaro.koskinen@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353256582-12166-3-git-send-email-aaro.koskinen@iki.fi> 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: 1239 Lines: 35 Hi Aaro, On Sun, Nov 18, 2012 at 06:36:20PM +0200, Aaro Koskinen wrote: > Retu is a multi-function device found on Nokia Internet Tablets > implementing at least watchdog, RTC, headset detection and power button > functionality. > > This patch implements minimum functionality providing register access, > IRQ handling and power off functions. > > Cc: Samuel Ortiz > Acked-by: Felipe Balbi > Acked-by: Tony Lindgren > Signed-off-by: Aaro Koskinen > --- > drivers/mfd/Kconfig | 9 ++ > drivers/mfd/Makefile | 1 + > drivers/mfd/retu-mfd.c | 264 ++++++++++++++++++++++++++++++++++++++++++++++ > include/linux/mfd/retu.h | 22 ++++ > 4 files changed, 296 insertions(+) > create mode 100644 drivers/mfd/retu-mfd.c > create mode 100644 include/linux/mfd/retu.h Thanks, I applied this one to my for-next branch. 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/