From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752059AbbKKHfB (ORCPT ); Wed, 11 Nov 2015 02:35:01 -0500 Received: from mail-pa0-f65.google.com ([209.85.220.65]:33750 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750881AbbKKHe7 (ORCPT ); Wed, 11 Nov 2015 02:34:59 -0500 From: Caesar Wang To: Heiko Stuebner , Srinivas Kandagatla Cc: linux-rockchip@lists.infradead.org, Caesar Wang , Russell King , linux-kernel@vger.kernel.org, Kumar Gala , Ian Campbell , devicetree@vger.kernel.org, Jiri Kosina , Pawel Moll , Rob Herring , Mark Rutland , Chen-Yu Tsai , Maxime Ripard , linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem. Date: Wed, 11 Nov 2015 15:34:27 +0800 Message-Id: <1447227272-1728-1-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset to support reading the efuse info for more SoCs. (Note: support 32 bits SoCs). Meanwhile, cleanup sunxi/rockchip drivers for more readability. You can easy to test for following: cd /sys/bus/nvmem/devices/rockchip-efuse0 localhost rockchip-efuse0 # busybox hexdump -C nvmem Caesar Wang (4): nvmem: sunxi: trivial: fix code style nvmem: rockchip: trivial: Make the driver more readability ARM: dts: rockchip: add eFuse node for rk3066a SoCs ARM: dts: rockchip: add eFuse node for rk3188 SoCs arch/arm/boot/dts/rk3066a.dtsi | 13 ++++++ arch/arm/boot/dts/rk3188.dtsi | 13 ++++++ drivers/nvmem/rockchip-efuse.c | 90 ++++++++++++++++++++---------------------- drivers/nvmem/sunxi_sid.c | 9 ++--- 4 files changed, 71 insertions(+), 54 deletions(-) -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Caesar Wang Subject: [PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem. Date: Wed, 11 Nov 2015 15:34:27 +0800 Message-ID: <1447227272-1728-1-git-send-email-wxt@rock-chips.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Heiko Stuebner , Srinivas Kandagatla Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Caesar Wang , Russell King , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kumar Gala , Ian Campbell , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jiri Kosina , Pawel Moll , Rob Herring , Mark Rutland , Chen-Yu Tsai , Maxime Ripard , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org This patchset to support reading the efuse info for more SoCs. (Note: support 32 bits SoCs). Meanwhile, cleanup sunxi/rockchip drivers for more readability. You can easy to test for following: cd /sys/bus/nvmem/devices/rockchip-efuse0 localhost rockchip-efuse0 # busybox hexdump -C nvmem Caesar Wang (4): nvmem: sunxi: trivial: fix code style nvmem: rockchip: trivial: Make the driver more readability ARM: dts: rockchip: add eFuse node for rk3066a SoCs ARM: dts: rockchip: add eFuse node for rk3188 SoCs arch/arm/boot/dts/rk3066a.dtsi | 13 ++++++ arch/arm/boot/dts/rk3188.dtsi | 13 ++++++ drivers/nvmem/rockchip-efuse.c | 90 ++++++++++++++++++++---------------------- drivers/nvmem/sunxi_sid.c | 9 ++--- 4 files changed, 71 insertions(+), 54 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: wxt@rock-chips.com (Caesar Wang) Date: Wed, 11 Nov 2015 15:34:27 +0800 Subject: [PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem. Message-ID: <1447227272-1728-1-git-send-email-wxt@rock-chips.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patchset to support reading the efuse info for more SoCs. (Note: support 32 bits SoCs). Meanwhile, cleanup sunxi/rockchip drivers for more readability. You can easy to test for following: cd /sys/bus/nvmem/devices/rockchip-efuse0 localhost rockchip-efuse0 # busybox hexdump -C nvmem Caesar Wang (4): nvmem: sunxi: trivial: fix code style nvmem: rockchip: trivial: Make the driver more readability ARM: dts: rockchip: add eFuse node for rk3066a SoCs ARM: dts: rockchip: add eFuse node for rk3188 SoCs arch/arm/boot/dts/rk3066a.dtsi | 13 ++++++ arch/arm/boot/dts/rk3188.dtsi | 13 ++++++ drivers/nvmem/rockchip-efuse.c | 90 ++++++++++++++++++++---------------------- drivers/nvmem/sunxi_sid.c | 9 ++--- 4 files changed, 71 insertions(+), 54 deletions(-) -- 1.9.1