From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751243AbbJBTVc (ORCPT ); Fri, 2 Oct 2015 15:21:32 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:54838 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911AbbJBTVa (ORCPT ); Fri, 2 Oct 2015 15:21:30 -0400 Subject: Re: [PATCH v4 4/5] regulator: tps65912: Add regulator driver for the TPS65912 PMIC To: "Andrew F. Davis" , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Lee Jones , Mark Brown , Alexandre Courbot References: <1443731874-21362-1-git-send-email-afd@ti.com> <1443731874-21362-5-git-send-email-afd@ti.com> CC: , From: Grygorii Strashko Message-ID: <560ED92B.30803@ti.com> Date: Fri, 2 Oct 2015 14:21:15 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1443731874-21362-5-git-send-email-afd@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/01/2015 03:37 PM, Andrew F. Davis wrote: > This patch adds support for TPS65912 PMIC regulators. > > The regulators set consists of 4 DCDCs and 10 LDOs. The output > voltages are configurable and are meant to supply power to the > main processor and other components. > > Signed-off-by: Andrew F. Davis > --- > drivers/regulator/Kconfig | 6 ++ > drivers/regulator/Makefile | 1 + > drivers/regulator/tps65912-regulator.c | 171 +++++++++++++++++++++++++++++++++ > 3 files changed, 178 insertions(+) > create mode 100644 drivers/regulator/tps65912-regulator.c Looks good for me: Reviewed-by: Grygorii Strashko [...] -- regards, -grygorii