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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html