From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v6 1/3] Documentation: devicetree: add Freescale RNGC binding Date: Wed, 26 Jul 2017 17:55:47 -0500 Message-ID: References: <1457705200-16951-1-git-send-email-s.trumtrar@pengutronix.de> <1500832146-8660-1-git-send-email-martin@kaiser.cx> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Steffen Trumtrar , Shawn Guo , Herbert Xu , PrasannaKumar Muralidharan , Mark Rutland , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , linux-crypto-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org" , Fabio Estevam , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" To: Martin Kaiser Return-path: In-Reply-To: <1500832146-8660-1-git-send-email-martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-crypto.vger.kernel.org On Sun, Jul 23, 2017 at 12:49 PM, Martin Kaiser wrote: > From: Steffen Trumtrar > > Add binding documentation for the Freescale RNGC found on > some i.MX2/3 SoCs. > > Signed-off-by: Steffen Trumtrar > Signed-off-by: Martin Kaiser > --- > Changes in v6: > - be more precise about rngc and rngb > - get rid of mxc, rename the file to imx-rngc.txt > - reformat the compatible strings > - use RNGC instead of RNG > - clarify that clock is not optional (remove "should contain") > > Changes in v5: > none > > Changes in v4: > none > > Changes in v3: > - add compatible string for imx35 > - remove imx5 from the commit message, > I couldn't find an i.MX SOC that has RNGC > > Changes in v2: > none > > Documentation/devicetree/bindings/rng/imx-rngc.txt | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rng/imx-rngc.txt Reviewed-by: Rob Herring -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751465AbdGZW4M (ORCPT ); Wed, 26 Jul 2017 18:56:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:33116 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751103AbdGZW4K (ORCPT ); Wed, 26 Jul 2017 18:56:10 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6AC6822BC7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=robh+dt@kernel.org MIME-Version: 1.0 In-Reply-To: <1500832146-8660-1-git-send-email-martin@kaiser.cx> References: <1457705200-16951-1-git-send-email-s.trumtrar@pengutronix.de> <1500832146-8660-1-git-send-email-martin@kaiser.cx> From: Rob Herring Date: Wed, 26 Jul 2017 17:55:47 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v6 1/3] Documentation: devicetree: add Freescale RNGC binding To: Martin Kaiser Cc: Steffen Trumtrar , Shawn Guo , Herbert Xu , PrasannaKumar Muralidharan , Mark Rutland , "devicetree@vger.kernel.org" , linux-crypto@vger.kernel.org, "kernel@pengutronix.de" , Fabio Estevam , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 23, 2017 at 12:49 PM, Martin Kaiser wrote: > From: Steffen Trumtrar > > Add binding documentation for the Freescale RNGC found on > some i.MX2/3 SoCs. > > Signed-off-by: Steffen Trumtrar > Signed-off-by: Martin Kaiser > --- > Changes in v6: > - be more precise about rngc and rngb > - get rid of mxc, rename the file to imx-rngc.txt > - reformat the compatible strings > - use RNGC instead of RNG > - clarify that clock is not optional (remove "should contain") > > Changes in v5: > none > > Changes in v4: > none > > Changes in v3: > - add compatible string for imx35 > - remove imx5 from the commit message, > I couldn't find an i.MX SOC that has RNGC > > Changes in v2: > none > > Documentation/devicetree/bindings/rng/imx-rngc.txt | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rng/imx-rngc.txt Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh+dt@kernel.org (Rob Herring) Date: Wed, 26 Jul 2017 17:55:47 -0500 Subject: [PATCH v6 1/3] Documentation: devicetree: add Freescale RNGC binding In-Reply-To: <1500832146-8660-1-git-send-email-martin@kaiser.cx> References: <1457705200-16951-1-git-send-email-s.trumtrar@pengutronix.de> <1500832146-8660-1-git-send-email-martin@kaiser.cx> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Jul 23, 2017 at 12:49 PM, Martin Kaiser wrote: > From: Steffen Trumtrar > > Add binding documentation for the Freescale RNGC found on > some i.MX2/3 SoCs. > > Signed-off-by: Steffen Trumtrar > Signed-off-by: Martin Kaiser > --- > Changes in v6: > - be more precise about rngc and rngb > - get rid of mxc, rename the file to imx-rngc.txt > - reformat the compatible strings > - use RNGC instead of RNG > - clarify that clock is not optional (remove "should contain") > > Changes in v5: > none > > Changes in v4: > none > > Changes in v3: > - add compatible string for imx35 > - remove imx5 from the commit message, > I couldn't find an i.MX SOC that has RNGC > > Changes in v2: > none > > Documentation/devicetree/bindings/rng/imx-rngc.txt | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rng/imx-rngc.txt Reviewed-by: Rob Herring