From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Kandagatla Subject: Re: [PATCH v4 0/3] nvmem: rockchip-efuse: support more rockchip SoCs Date: Thu, 1 Sep 2016 21:02:23 +0100 Message-ID: References: <1472464210-30252-1-git-send-email-finley.xiao@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1472464210-30252-1-git-send-email-finley.xiao-TNX95d0MmH7DzftRWevZcw@public.gmane.org> 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: Finley Xiao , maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org, linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org, catalin.marinas-5wv7dgnIgG8@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org Cc: huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, tony.xie-TNX95d0MmH7DzftRWevZcw@public.gmane.org, cl-TNX95d0MmH7DzftRWevZcw@public.gmane.org, jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Finley, On 29/08/16 10:50, Finley Xiao wrote: > As the timing and organization of efuse may be different > between rockchip SoCs, so their read function may be different. > We add different device tree compatible string for rockchip SoCs > to match their own read function. > > V3->V4: > - 3/3 change the type of out_value into u32 and buf into u8, their values > come from register, use u32 and u8 may be more readable. > > Finley Xiao (3): > nvmem: rockchip-efuse: update compatible strings for Rockchip efuse > ARM: dts: rockchip: update compatible strings for Rockchip efuse > nvmem: rockchip-efuse: add rk3399-efuse support > I can take patch 1 and 3, but dts has to go via arm soc tree. thanks, srini > .../devicetree/bindings/nvmem/rockchip-efuse.txt | 13 +- > arch/arm/boot/dts/rk3066a.dtsi | 2 +- > arch/arm/boot/dts/rk3188.dtsi | 2 +- > arch/arm/boot/dts/rk3288.dtsi | 2 +- > drivers/nvmem/rockchip-efuse.c | 131 ++++++++++++++++++--- > 5 files changed, 126 insertions(+), 24 deletions(-) >