Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281424
| From | Caesar Wang <wxt@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem. |
| Date | 2015-12-02 03:50 +0100 |
| Message-ID | <qB5Eu-1am-11@gated-at.bofh.it> (permalink) |
| References | <qtyaC-8ct-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Srinivas, What's the think of this series patches? Let me know if you have any suggestions or ideas.:-) Thanks! 在 2015年11月11日 15:34, Caesar Wang 写道: > 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(-) > -- caesar wang | software engineer | wxt@rock-chip.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem. Caesar Wang <wxt@rock-chips.com> - 2015-12-02 03:50 +0100
csiph-web