Re: [PATCH v4 3/5] drivers: bus: Add Simple Power-Managed Bus DT Bindings

2015-01-28 Thread Geert Uytterhoeven
Hi Mark, On Tue, Jan 27, 2015 at 7:17 PM, Mark Rutland wrote: >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/bus/simple-pm-bus.txt >> @@ -0,0 +1,41 @@ >> +Simple Power-Managed Bus >> + >> + >> +A Simple Power-Managed Bus is a transparent bus that doesn't need

Re: [PATCH v4 3/5] drivers: bus: Add Simple Power-Managed Bus DT Bindings

2015-01-27 Thread Mark Rutland
On Mon, Jan 26, 2015 at 04:16:15PM +, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven > Tested-by: Ulrich Hecht > --- > v4: > - Replace "simple-bus" by "simple-pm-bus", > - Remove the "renesas,bsc" bindings. They will be specified in a > separate document. > > v3: > -

[PATCH v4 3/5] drivers: bus: Add Simple Power-Managed Bus DT Bindings

2015-01-26 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven Tested-by: Ulrich Hecht --- v4: - Replace "simple-bus" by "simple-pm-bus", - Remove the "renesas,bsc" bindings. They will be specified in a separate document. v3: - Add Tested-by, - Document required properties inherited from "simple-bus", - Docume