devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add support for Broadcom OTP controller
@ 2016-10-24 19:12 Jonathan Richardson
  2016-10-24 19:12 ` [PATCH v1 1/3] dt-bindings: Document Broadcom OTP controller driver Jonathan Richardson
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Jonathan Richardson @ 2016-10-24 19:12 UTC (permalink / raw)
  To: Srinivas Kandagatla, Maxime Ripard
  Cc: linux-arm-kernel, linux-kernel, devicetree, Mark Rutland,
	Rob Herring, Scott Branden, Ray Jui, bcm-kernel-feedback-list,
	Jonathan Richardson

This patch set adds support for Broadcom's OTP controller found on chips such
as Cygnus and Stingray. A node has been added to the Cygnus dts.


Jonathan Richardson (3):
  dt-bindings: Document Broadcom OTP controller driver
  nvmem: Add the Broadcom OTP controller driver
  ARM: dts: Add node for Broadcom OTP controller driver

 .../devicetree/bindings/nvmem/brcm,ocotp.txt       |  17 ++
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |   7 +
 drivers/nvmem/Kconfig                              |  12 +
 drivers/nvmem/Makefile                             |   2 +
 drivers/nvmem/bcm-ocotp.c                          | 335 +++++++++++++++++++++
 5 files changed, 373 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/brcm,ocotp.txt
 create mode 100644 drivers/nvmem/bcm-ocotp.c

-- 
1.9.1

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

end of thread, other threads:[~2016-11-16 20:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24 19:12 [PATCH v1 0/3] Add support for Broadcom OTP controller Jonathan Richardson
2016-10-24 19:12 ` [PATCH v1 1/3] dt-bindings: Document Broadcom OTP controller driver Jonathan Richardson
2016-10-31  1:38   ` Rob Herring
2016-10-31 20:12     ` Jonathan Richardson
2016-10-24 19:12 ` [PATCH v1 2/3] nvmem: Add the " Jonathan Richardson
     [not found]   ` <1477336324-10543-3-git-send-email-jonathan.richardson-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-10-31 14:23     ` Srinivas Kandagatla
2016-10-31 19:55       ` Scott Branden
     [not found]         ` <a85d1574-8d4b-e0bf-7340-7eab30deef37-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-10-31 20:38           ` Florian Fainelli
     [not found] ` <1477336324-10543-1-git-send-email-jonathan.richardson-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-10-24 19:12   ` [PATCH v1 3/3] ARM: dts: Add node for " Jonathan Richardson
     [not found]     ` <1477336324-10543-4-git-send-email-jonathan.richardson-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-11-16 20:51       ` Florian Fainelli
2016-10-24 19:39   ` [PATCH v1 0/3] Add support for Broadcom OTP controller Linus Torvalds
2016-10-24 19:54     ` Florian Fainelli
     [not found]       ` <e34f01b6-a059-9988-0f93-e5adb82a5436-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-10-24 20:14         ` Linus Torvalds
     [not found]           ` <CA+55aFwAZPJ+o0qkYjJziHofYvvsocHuWr1YUmVnzj6VTv_sgA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-10-24 21:27             ` Florian Fainelli
     [not found]               ` <82ad10b1-32ab-3962-d5ab-e787e2c70130-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-10-24 21:52                 ` Linus Torvalds
2016-10-24 22:45                   ` Markus Mayer

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