All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] nvmem: rockchip-efuse: support more rockchip SoCs
@ 2016-08-11  1:13 ` Finlye Xiao
  0 siblings, 0 replies; 20+ messages in thread
From: Finlye Xiao @ 2016-08-11  1:13 UTC (permalink / raw)
  To: srinivas.kandagatla, maxime.ripard, robh+dt, mark.rutland, heiko,
	linux, catalin.marinas, will.deacon, dianders
  Cc: huangtao, linux-rockchip, tony.xie, Finley Xiao, cl, jay.xu,
	linux-arm-kernel, wxt

From: Finley Xiao <finley.xiao@rock-chips.com>

As the timing and organization of efuse may be different
between rockchip SoCs, so their read function mya be different.
We add different device tree compatible string for rockchip SoCs
to match their own read function.

V1->V2:
- 1/4 add a "Deprecated properties" section
- 4/4 keep the rockchip,rockchip-efuse around and restore the order of
  initcall

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                     | 130 ++++++++++++++++++---
 6 files changed, 154 insertions(+), 24 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-09-01 17:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11  1:13 [PATCH v2 0/4] nvmem: rockchip-efuse: support more rockchip SoCs Finlye Xiao
2016-08-11  1:13 ` Finlye Xiao
2016-08-11  1:13 ` [PATCH v2 1/4] nvmem: rockchip-efuse: update compatible strings for Rockchip efuse Finlye Xiao
2016-08-11  1:13   ` Finlye Xiao
2016-08-11  8:14   ` Heiko Stübner
2016-08-11  8:14     ` Heiko Stübner
2016-08-11  1:13 ` [PATCH v2 2/4] ARM: dts: rockchip: " Finlye Xiao
2016-08-11  1:13   ` Finlye Xiao
     [not found]   ` <1470878029-11878-3-git-send-email-finley.xiao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-08-11  8:18     ` Heiko Stübner
2016-08-11  8:18       ` Heiko Stübner
     [not found] ` <1470878029-11878-1-git-send-email-finley.xiao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-08-11  1:13   ` [PATCH v2 3/4] arm64: dts: rockchip: add efuse0 device node for rk3399 Finlye Xiao
2016-08-11  1:13     ` Finlye Xiao
     [not found]     ` <1470878029-11878-4-git-send-email-finley.xiao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-08-11  8:19       ` Heiko Stübner
2016-08-11  8:19         ` Heiko Stübner
2016-09-01 17:57       ` Doug Anderson
2016-09-01 17:57         ` Doug Anderson
2016-08-11  1:13   ` [PATCH v2 4/4] nvmem: rockchip-efuse: add rk3399-efuse support Finlye Xiao
2016-08-11  1:13     ` Finlye Xiao
     [not found]     ` <1470878029-11878-5-git-send-email-finley.xiao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-08-11  8:21       ` Heiko Stübner
2016-08-11  8:21         ` Heiko Stübner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.