Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752354AbaBLJeJ (ORCPT ); Wed, 12 Feb 2014 04:34:09 -0500 Received: from mail-pd0-f169.google.com ([209.85.192.169]:63550 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751894AbaBLJeH (ORCPT ); Wed, 12 Feb 2014 04:34:07 -0500 MIME-Version: 1.0 In-Reply-To: <20140212083110.GL15081@lee--X1> References: <1392188969-18486-1-git-send-email-lpapp@kde.org> <20140212083110.GL15081@lee--X1> Date: Wed, 12 Feb 2014 09:34:05 +0000 X-Google-Sender-Auth: K9tc7WgsezbsxwrdJNBl4La85p4 Message-ID: Subject: Re: [PATCH v7] mfd: MAX6650/6651 support From: Laszlo Papp To: Lee Jones Cc: Sachin Kamat , Linus Walleij , LKML , Krzysztof Kozlowski , Jean Delvare , Guenter Roeck Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 12, 2014 at 8:31 AM, Lee Jones wrote: >> MAX6650/MAX6651 chip is a multi-function device with I2C busses. The >> chip includes fan-speed regulators and monitors, GPIO, and alarm. >> >> This patch is an initial release of a MAX6650/6651 MFD driver that >> supports to enable the chip with its primary I2C bus that will connect >> the hwmon, and then the gpio devices for now. >> >> Signed-off-by: Laszlo Papp >> --- >> drivers/mfd/Kconfig | 11 +++++ >> drivers/mfd/Makefile | 1 + >> drivers/mfd/max665x.c | 93 +++++++++++++++++++++++++++++++++++++ >> include/linux/mfd/max665x-private.h | 34 ++++++++++++++ >> 4 files changed, 139 insertions(+) >> create mode 100644 drivers/mfd/max665x.c >> create mode 100644 include/linux/mfd/max665x-private.h > > Applied, thanks. Thanks (partial celebration time). -- 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/