Re: [PATCH v2] bcm2835: Add Broadcom BCM2835 RNG to the device tree

From: Stephen Warren
Date: Tue Mar 26 2013 - 22:55:46 EST


On 03/24/2013 08:31 AM, Lubomir Rintel wrote:
> This adds a device tree binding for random number generator present on Broadcom
> BCM2835 SoC, used in Raspberry Pi and Roku 2 devices.
>
> Signed-off-by: Lubomir Rintel <lkundrak@xxxxx>
> Cc: Stephen Warren <swarren@xxxxxxxxxxxxx>
> Cc: linux-rpi-kernel@xxxxxxxxxxxxxxxxxxx
> ---
> Changes for v2:
> - Split out from the driver changeset
> - Added documentation
>
> .../devicetree/bindings/rng/brcm,bcm2835.txt | 13 +++++++++++++
> arch/arm/boot/dts/bcm2835.dtsi | 5 +++++
> 2 files changed, 18 insertions(+), 0 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/rng/brcm,bcm2835.txt

I think it's more typical to include the binding document with the
driver patch, so that one patch both defines and implements the binding.
A separate patch then instantiates the binding (i.e. adds entries to *.dts).

Patches that create new DT bindings should be posted to
devicetree-discuss@xxxxxxxxxxxxxxxx, although this one is so simple that
I doubt it will generate any discussion.

Patches that affect ARM files should be posted to
linux-arm-kernel@xxxxxxxxxxxxxxxxxxxx I typically post there instead of
the main linux-kernel@ mailing list.

I assume you're going to repost this anyway once you've addressed the
authorship issue, so you'll have an opportunity to correct all this.

The actual content of this patch seems fine.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/