From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754383AbaDOK1A (ORCPT ); Tue, 15 Apr 2014 06:27:00 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:52832 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754350AbaDOK06 (ORCPT ); Tue, 15 Apr 2014 06:26:58 -0400 Date: Tue, 15 Apr 2014 11:26:50 +0100 From: Lee Jones To: Linus Walleij Cc: Samuel Ortiz , linux-kernel@vger.kernel.org, Russell King , Dmitry Eremin-Solenikov , Alessandro Gardich , Dmitry Artamonow Subject: Re: [PATCH v3] MFD: driver for Atmel Microcontroller on iPaq h3xxx Message-ID: <20140415102649.GE27091@lee--X1> References: <1396539915-22709-1-git-send-email-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1396539915-22709-1-git-send-email-linus.walleij@linaro.org> 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 > This adds a driver for the Atmel Microcontroller found on the > iPAQ h3xxx series. This device handles some keys, the > touchscreen, and the battery monitoring. > > This is a port of a driver from handhelds.org 2.6.21 kernel, > written by Alessandro Gardich based on Andrew Christians > original HAL-driver. It has been heavily cleaned and > converted to mfd-core by Dmitry Artamonow and rewritten > again for the v3.x series kernels by Linus Walleij, > bringing back some of the functionality lost from Andrew's > original driver. > > Cc: Russell King > Cc: Dmitry Eremin-Solenikov > Acked-by: Greg Kroah-Hartman > Signed-off-by: Alessandro Gardich > Signed-off-by: Dmitry Artamonow > Signed-off-by: Linus Walleij > --- > ChangeLog v2->v3: > - Pass a NULL parameter as suspend() function instead of > passing a dummy implementation. The core won't call this > anyway. > > Lee: if you're OK with this version please merge it for v3.16 > after v3.15-rc1... > --- > drivers/mfd/Kconfig | 10 + > drivers/mfd/Makefile | 1 + > drivers/mfd/ipaq-micro.c | 482 +++++++++++++++++++++++++++++++++++++++++ > include/linux/mfd/ipaq-micro.h | 148 +++++++++++++ > 4 files changed, 641 insertions(+) > create mode 100644 drivers/mfd/ipaq-micro.c > create mode 100644 include/linux/mfd/ipaq-micro.h Applied on trust that my previous comments have been addressed. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog