Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933045AbbGUPMZ (ORCPT ); Tue, 21 Jul 2015 11:12:25 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:34147 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753415AbbGUPMY (ORCPT ); Tue, 21 Jul 2015 11:12:24 -0400 Date: Tue, 21 Jul 2015 16:12:19 +0100 From: Lee Jones To: Vaibhav Hiremath Cc: linux-arm-kernel@lists.infradead.org, broonie@kernel.org, lgirdwood@gmail.com, sameo@linux.intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH-v3] mfd: 88pm80x: Add 88pm860 chip type support Message-ID: <20150721151219.GL3061@x1> References: <1437393151-5362-1-git-send-email-vaibhav.hiremath@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1437393151-5362-1-git-send-email-vaibhav.hiremath@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 Content-Length: 1492 Lines: 50 On Mon, 20 Jul 2015, Vaibhav Hiremath wrote: > Add chip identification support for 88PM860 device > to the pm80x_chip_mapping table. > > Signed-off-by: Vaibhav Hiremath > Reviewed-by: Krzysztof Kozlowski > --- > drivers/mfd/88pm80x.c | 2 ++ > include/linux/mfd/88pm80x.h | 1 + > 2 files changed, 3 insertions(+) Acked-by: Lee Jones > diff --git a/drivers/mfd/88pm80x.c b/drivers/mfd/88pm80x.c > index 5e72f65..63445ea 100644 > --- a/drivers/mfd/88pm80x.c > +++ b/drivers/mfd/88pm80x.c > @@ -33,6 +33,8 @@ static struct pm80x_chip_mapping chip_mapping[] = { > {0x3, CHIP_PM800}, > /* 88PM805 chip id number */ > {0x0, CHIP_PM805}, > + /* 88PM860 chip id number */ > + {0x4, CHIP_PM860}, > }; > > /* > diff --git a/include/linux/mfd/88pm80x.h b/include/linux/mfd/88pm80x.h > index 9c5773b..2e25fb1 100644 > --- a/include/linux/mfd/88pm80x.h > +++ b/include/linux/mfd/88pm80x.h > @@ -21,6 +21,7 @@ enum { > CHIP_INVALID = 0, > CHIP_PM800, > CHIP_PM805, > + CHIP_PM860, > CHIP_MAX, > }; > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- 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/