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

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

 .../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(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-09-02 14:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-29  9:50 [PATCH v4 0/3] nvmem: rockchip-efuse: support more rockchip SoCs Finley Xiao
2016-08-29  9:50 ` Finley Xiao
2016-08-29  9:50 ` [PATCH v4 1/3] nvmem: rockchip-efuse: update compatible strings for Rockchip efuse Finley Xiao
2016-08-29  9:50   ` Finley Xiao
     [not found]   ` <1472464210-30252-2-git-send-email-finley.xiao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-09-02 14:16     ` Rob Herring
2016-09-02 14:16       ` Rob Herring
2016-09-02 14:16       ` Rob Herring
2016-08-29  9:50 ` [PATCH v4 2/3] ARM: dts: rockchip: " Finley Xiao
2016-08-29  9:50   ` Finley Xiao
2016-08-29  9:50 ` [PATCH v4 3/3] nvmem: rockchip-efuse: add rk3399-efuse support Finley Xiao
2016-08-29  9:50   ` Finley Xiao
     [not found]   ` <1472464210-30252-4-git-send-email-finley.xiao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-09-01 17:58     ` Doug Anderson
2016-09-01 17:58       ` Doug Anderson
2016-09-01 17:58       ` Doug Anderson
     [not found] ` <1472464210-30252-1-git-send-email-finley.xiao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-09-01 20:02   ` [PATCH v4 0/3] nvmem: rockchip-efuse: support more rockchip SoCs Srinivas Kandagatla
2016-09-01 20:02     ` Srinivas Kandagatla
2016-09-01 20:02     ` Srinivas Kandagatla
     [not found]     ` <f9c6e53e-ae5f-d67a-3464-e10a3dee808c-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-09-01 20:43       ` Heiko Stübner
2016-09-01 20:43         ` Heiko Stübner
2016-09-01 20:43         ` 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.