Re: [PATCH v5 3/3] ARM: bcm2835: Add DT for the firmware clocks driver.

2015-08-27 Thread Lee Jones
On Fri, 14 Aug 2015, Stephen Warren wrote: > On 08/13/2015 05:05 PM, Eric Anholt wrote: > > Signed-off-by: Eric Anholt > > Acked-by: Lee Jones > > A patch description might be nice, although admittedly the subject seems > clear enough. Agreed that the subject is clear enough on this occasion.

Re: [PATCH v5 3/3] ARM: bcm2835: Add DT for the firmware clocks driver.

2015-08-14 Thread Stephen Warren
On 08/13/2015 05:05 PM, Eric Anholt wrote: > Signed-off-by: Eric Anholt > Acked-by: Lee Jones A patch description might be nice, although admittedly the subject seems clear enough. > diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi > b/arch/arm/boot/dts/bcm2835-rpi.dtsi > + firmwar

[PATCH v5 3/3] ARM: bcm2835: Add DT for the firmware clocks driver.

2015-08-13 Thread Eric Anholt
Signed-off-by: Eric Anholt Acked-by: Lee Jones --- v2: Rename our compat string to mention bcm2835, and make our firmware phandle be under a vendor-namespaced property. v3: Squashed in the patches to reference the other clocks, to avoid regressions now that we register all clocks at boo