From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wadim Egorov Subject: Re: [PATCH v5 3/6] regulator: rk808: Add regulator driver for RK818 Date: Tue, 10 May 2016 16:15:23 +0200 Message-ID: <5731ECFB.2000207@phytec.de> References: <1462886340-7893-1-git-send-email-w.egorov@phytec.de> <1462886340-7893-4-git-send-email-w.egorov@phytec.de> <20160510140320.GO19473@dell> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160510140320.GO19473@dell> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Lee Jones Cc: mark.rutland-5wv7dgnIgG8@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org, rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org, sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org, linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 10.05.2016 16:03, Lee Jones wrote: > On Tue, 10 May 2016, Wadim Egorov wrote: > >> Add support for the rk818 regulator. The regulator module consists >> of 4 DCDCs, 9 LDOs, 1 switch and 1 BOOST converter which is used to >> power OTG and HDMI5V. >> >> The output voltages are configurable and are meant to supply power >> to the main processor and other components. >> >> Signed-off-by: Wadim Egorov >> --- >> drivers/regulator/Kconfig | 4 +- >> drivers/regulator/rk808-regulator.c | 143 ++++++++++++++++++++++++++++++++++-- >> 2 files changed, 138 insertions(+), 9 deletions(-) > Needs an Ack before I can take the set. > Mark acked this patch in v3. After small changes I removed the ack again. I don't know if it is ok to keep an Acked-by with small changes in the patch.