From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: [PATCH RESEND v2 0/4] hwrng: atmel: add DT support Date: Thu, 20 Nov 2014 10:43:21 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q@public.gmane.org Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, mpm-VDJrAJ4Gl5ZBDgjK7y7TUQ@public.gmane.org, Boris BREZILLON , Alexandre Belloni , Jean-Christophe PLAGNIOL-VILLARD , robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-crypto-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, peter-+2lRwdCCLRT2eFz/2MeuCQ@public.gmane.org, Nicolas Ferre List-Id: devicetree@vger.kernel.org This is the patch series that Boris sent yesterday. I've just collected "Acked-by" tags and resend it with updated cover letter. This series adds DT support for the TRNG (True Random Generator) block and adds missing trng nodes to at91sam9g45 dtsi files. Herbert, As you said that you can take this series, here is the latest vertion ready for you to pick it up. Thanks for your help. Bye, Boris Brezillon (4): hwrng: atmel: use clk_prepapre_enable/_disable_unprepare hwrng: atmel: add DT support hwrng: atmel: Add TRNG DT binding doc ARM: at91/dt: add trng node to at91sam9g45 Documentation/devicetree/bindings/hwrng/atmel-trng.txt | 16 ++++++++++++++++ arch/arm/boot/dts/at91sam9g45.dtsi | 7 +++++++ drivers/char/hw_random/Kconfig | 2 +- drivers/char/hw_random/atmel-rng.c | 15 +++++++++++---- 4 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 Documentation/devicetree/bindings/hwrng/atmel-trng.txt -- 2.1.3 -- 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