From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754416AbdCIKE0 (ORCPT ); Thu, 9 Mar 2017 05:04:26 -0500 Received: from mail.phycore.de ([217.6.246.34]:58011 "EHLO root.phytec.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753928AbdCIKDc (ORCPT ); Thu, 9 Mar 2017 05:03:32 -0500 Subject: Re: [PATCH v1 0/4] rk808: Add RK805 support To: Elaine Zhang , lee.jones@linaro.org, lgirdwood@gmail.com, broonie@kernel.org References: <1489049402-15791-1-git-send-email-zhangqing@rock-chips.com> Cc: huangtao@rock-chips.com, xxx@rock-chips.com, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, chenjh@rock-chips.com From: Wadim Egorov Message-ID: <0e08f79f-e475-ef1e-5139-4527ca352fe9@phytec.de> Date: Thu, 9 Mar 2017 11:03:24 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1489049402-15791-1-git-send-email-zhangqing@rock-chips.com> X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 09.03.2017 11:03:24, Serialize by Router on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 09.03.2017 11:03:24, Serialize complete at 09.03.2017 11:03:24 X-TNEFEvaluated: 1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=windows-1252 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Elaine, you should also add the RK805 to the device tree bindings documentation in Documentation/devicetree/bindings/mfd/rk808.txt Regards, Wadim Am 09.03.2017 um 09:49 schrieb Elaine Zhang: > Elaine Zhang (4): > mfd: rk808: fix up the chip id get failed > linux: mfd: rk808: add rk805 regs addr and ID > regulator: rk808: Add regulator driver for RK805 > mfd: rk808: Add RK805 support > > drivers/clk/Kconfig | 4 +- > drivers/mfd/Kconfig | 4 +- > drivers/mfd/rk808.c | 130 ++++++++++++++++++++++++++++++++++-- > drivers/regulator/Kconfig | 4 +- > drivers/regulator/rk808-regulator.c | 66 ++++++++++++++++++ > drivers/rtc/Kconfig | 4 +- > include/linux/mfd/rk808.h | 92 +++++++++++++++++++++++++ > 7 files changed, 290 insertions(+), 14 deletions(-) >