From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755243AbcIAU7c (ORCPT ); Thu, 1 Sep 2016 16:59:32 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:35616 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752100AbcIAU7b (ORCPT ); Thu, 1 Sep 2016 16:59:31 -0400 Subject: Re: [PATCH v4 0/3] nvmem: rockchip-efuse: support more rockchip SoCs To: Finley Xiao , maxime.ripard@free-electrons.com, robh+dt@kernel.org, mark.rutland@arm.com, heiko@sntech.de, linux@armlinux.org.uk, catalin.marinas@arm.com, will.deacon@arm.com, dianders@chromium.org References: <1472464210-30252-1-git-send-email-finley.xiao@rock-chips.com> Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, wxt@rock-chips.com, jay.xu@rock-chips.com, huangtao@rock-chips.com, cl@rock-chips.com, tony.xie@rock-chips.com From: Srinivas Kandagatla Message-ID: Date: Thu, 1 Sep 2016 21:02:23 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1472464210-30252-1-git-send-email-finley.xiao@rock-chips.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 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(-) >