linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/4] nvmem: rockchip-efuse: support more rockchip SoCs
@ 2016-09-02  3:16 Finley Xiao
  2016-09-02  3:16 ` [PATCH v5 1/4] nvmem: rockchip-efuse: update compatible strings for Rockchip efuse Finley Xiao
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Finley Xiao @ 2016-09-02  3:16 UTC (permalink / raw)
  To: linux-arm-kernel

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.                                         
                                                                          
V4->V5:                                                                   
- 3/4 alter the efuse node name
- 4/4 align the macro definition
  disable clk if fail to allocate memory

Finley Xiao (4):
  nvmem: rockchip-efuse: update compatible strings for Rockchip efuse
  ARM: dts: rockchip: update compatible strings for Rockchip efuse
  arm64: dts: rockchip: add efuse0 device node for rk3399
  nvmem: rockchip-efuse: add rk3399-efuse support

 .../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 +-
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |  29 +++++
 drivers/nvmem/rockchip-efuse.c                     | 133 ++++++++++++++++++---
 6 files changed, 157 insertions(+), 24 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-09-12 15:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-02  3:16 [PATCH v5 0/4] nvmem: rockchip-efuse: support more rockchip SoCs Finley Xiao
2016-09-02  3:16 ` [PATCH v5 1/4] nvmem: rockchip-efuse: update compatible strings for Rockchip efuse Finley Xiao
2016-09-02  3:54   ` Doug Anderson
2016-09-12 15:35   ` Rob Herring
2016-09-02  3:16 ` [PATCH v5 2/4] ARM: dts: rockchip: " Finley Xiao
2016-09-02  3:54   ` Doug Anderson
2016-09-02 15:48   ` Heiko Stübner
2016-09-02  3:16 ` [PATCH v5 3/4] arm64: dts: rockchip: add efuse0 device node for rk3399 Finley Xiao
2016-09-02  3:53   ` Doug Anderson
2016-09-02 15:45   ` Heiko Stübner
2016-09-02  3:16 ` [PATCH v5 4/4] nvmem: rockchip-efuse: add rk3399-efuse support Finley Xiao
2016-09-02  3:54   ` Doug Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).