Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753331AbaBGNmM (ORCPT ); Fri, 7 Feb 2014 08:42:12 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:41450 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751831AbaBGNmK (ORCPT ); Fri, 7 Feb 2014 08:42:10 -0500 Message-ID: <52F4E296.1070205@ti.com> Date: Fri, 7 Feb 2014 19:11:42 +0530 From: Keerthy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Lee Jones CC: Keerthy , , , , , , , , , , , , , , Subject: Re: [PATCH v2 2/4] MFD: TPS65218: Add driver for the TPS65218 PMIC References: <1391665814-18814-1-git-send-email-j-keerthy@ti.com> <1391665814-18814-3-git-send-email-j-keerthy@ti.com> <20140207111229.GN14727@lee--X1> In-Reply-To: <20140207111229.GN14727@lee--X1> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 07 February 2014 04:42 PM, Lee Jones wrote: > On Thu, 06 Feb 2014, Keerthy wrote: > >> The TPS65218 chip is a power management IC for Portable Navigation Systems >> and Tablet Computing devices. It contains the following components: >> >> - Regulators. >> - Over Temperature warning and Shut down. >> >> This patch adds support for tps65218 mfd device. At this time only >> the regulator functionality is made available. >> >> Signed-off-by: Keerthy >> --- >> drivers/mfd/Kconfig | 15 +++ >> drivers/mfd/Makefile | 1 + >> drivers/mfd/tps65218.c | 281 +++++++++++++++++++++++++++++++++++++++++ >> include/linux/mfd/tps65218.h | 284 ++++++++++++++++++++++++++++++++++++++++++ >> 4 files changed, 581 insertions(+) >> create mode 100644 drivers/mfd/tps65218.c >> create mode 100644 include/linux/mfd/tps65218.h > Applied, thanks. > Thanks Lee Jones! -- 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/