devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] add UniPhier efuse support
@ 2017-10-06  5:02 Keiji Hayashibara
  2017-10-06  5:02 ` [PATCH v2 1/3] dt-bindings: nvmem: add description for UniPhier eFuse Keiji Hayashibara
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Keiji Hayashibara @ 2017-10-06  5:02 UTC (permalink / raw)
  To: srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	masami.hiramatsu-QSEj5FYQhm4dnm+yROfE0A,
	jaswinder.singh-QSEj5FYQhm4dnm+yROfE0A,
	yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A,
	hayashi.kunihiko-uWyLwvC0a2jby3iVrkZq2A,
	owada.kiyoshi-uWyLwvC0a2jby3iVrkZq2A, Keiji Hayashibara

This series adds support for eFuse implemented on UniPhier LD20 SoCs.
The eFuse device is under soc-glue and this register implements as read only.

patch V1
https://lkml.org/lkml/2017/8/31/880

Changes between V2 and V1
=========================
1. Fix sparse warnings
2. Changed to implement without regmap
3. Convert devm_kzalloc to stack
4. Divide efuse into two areas in devicetree
5. Remove .owner settings of struct nvmem_config
6. Remove enable of CONFIG_UNIPHIER_EFUSE in defconfig
7. Other minor fixes

Keiji Hayashibara (3):
  dt-bindings: nvmem: add description for UniPhier eFuse
  nvmem: uniphier: add UniPhier eFuse driver
  arm64: dts: uniphier: add efuse node for LD20

 .../devicetree/bindings/nvmem/uniphier-efuse.txt   | 49 +++++++++++
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   | 18 ++++
 drivers/nvmem/Kconfig                              | 11 +++
 drivers/nvmem/Makefile                             |  2 +
 drivers/nvmem/uniphier-efuse.c                     | 97 ++++++++++++++++++++++
 5 files changed, 177 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/uniphier-efuse.txt
 create mode 100644 drivers/nvmem/uniphier-efuse.c

-- 
2.7.4

--
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

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

end of thread, other threads:[~2017-10-17  1:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-06  5:02 [PATCH v2 0/3] add UniPhier efuse support Keiji Hayashibara
2017-10-06  5:02 ` [PATCH v2 1/3] dt-bindings: nvmem: add description for UniPhier eFuse Keiji Hayashibara
     [not found]   ` <1507266180-11840-2-git-send-email-hayashibara.keiji-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2017-10-13 13:49     ` Rob Herring
2017-10-13 16:04       ` Masahiro Yamada
     [not found]         ` <CAK7LNARg6G152joHq06RkPab=NoWEkFArvF+Ccc1behdXFokmg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-10-13 18:42           ` Rob Herring
     [not found]             ` <CAL_JsqJdbLFHqEU8+1e_hvA3Hd1MLJHETWAkd2pcsXpDKwONog-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-10-15  8:04               ` Masahiro Yamada
2017-10-16  9:12                 ` Srinivas Kandagatla
     [not found]                   ` <370eba21-1da8-9994-65c1-b51f564343fb-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-10-17  1:10                     ` Keiji Hayashibara
2017-10-06  5:02 ` [PATCH v2 2/3] nvmem: uniphier: add UniPhier eFuse driver Keiji Hayashibara
     [not found] ` <1507266180-11840-1-git-send-email-hayashibara.keiji-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2017-10-06  5:03   ` [PATCH v2 3/3] arm64: dts: uniphier: add efuse node for LD20 Keiji Hayashibara
     [not found]     ` <1507266180-11840-4-git-send-email-hayashibara.keiji-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2017-10-09 14:07       ` Masahiro Yamada

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