Message ID | 1407507792-8121-2-git-send-email-ulrich.hecht+renesas@gmail.com (mailing list archive) |
---|---|
State | Awaiting Upstream |
Headers | show |
On Fri, Aug 08, 2014 at 04:23:08PM +0200, Ulrich Hecht wrote: > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Acked-by: Simon Horman <horms+renesas@verge.net.au> Mike, could you consider taking this? > --- > Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > index 8a92b5f..b3c0617 100644 > --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > @@ -11,6 +11,7 @@ Required Properties: > > - compatible: Must be one of the following > - "renesas,r7s72100-mstp-clocks" for R7S72100 (RZ) MSTP gate clocks > + - "renesas,r8a7740-mstp-clocks" for R8A7740 (R-Mobile A1) MSTP gate clocks > - "renesas,r8a7779-mstp-clocks" for R8A7779 (R-Car H1) MSTP gate clocks > - "renesas,r8a7790-mstp-clocks" for R8A7790 (R-Car H2) MSTP gate clocks > - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2) MSTP gate clocks > -- > 1.8.4.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Aug 11, 2014 at 10:12:14AM +0900, Simon Horman wrote: > On Fri, Aug 08, 2014 at 04:23:08PM +0200, Ulrich Hecht wrote: > > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> > > Acked-by: Simon Horman <horms+renesas@verge.net.au> > > Mike, could you consider taking this? Ping > > --- > > Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > > index 8a92b5f..b3c0617 100644 > > --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > > +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > > @@ -11,6 +11,7 @@ Required Properties: > > > > - compatible: Must be one of the following > > - "renesas,r7s72100-mstp-clocks" for R7S72100 (RZ) MSTP gate clocks > > + - "renesas,r8a7740-mstp-clocks" for R8A7740 (R-Mobile A1) MSTP gate clocks > > - "renesas,r8a7779-mstp-clocks" for R8A7779 (R-Car H1) MSTP gate clocks > > - "renesas,r8a7790-mstp-clocks" for R8A7790 (R-Car H2) MSTP gate clocks > > - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2) MSTP gate clocks > > -- > > 1.8.4.5 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Aug 11, 2014 at 10:12:14AM +0900, Simon Horman wrote: > On Fri, Aug 08, 2014 at 04:23:08PM +0200, Ulrich Hecht wrote: > > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> > > Acked-by: Simon Horman <horms+renesas@verge.net.au> > > Mike, could you consider taking this? Hi Mike, I'm wondering if you could take moment to consider this patch. It is a dependency for enabling ccf and in turn multiplatform on the r8a7740 SoC. > > --- > > Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > > index 8a92b5f..b3c0617 100644 > > --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > > +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > > @@ -11,6 +11,7 @@ Required Properties: > > > > - compatible: Must be one of the following > > - "renesas,r7s72100-mstp-clocks" for R7S72100 (RZ) MSTP gate clocks > > + - "renesas,r8a7740-mstp-clocks" for R8A7740 (R-Mobile A1) MSTP gate clocks > > - "renesas,r8a7779-mstp-clocks" for R8A7779 (R-Car H1) MSTP gate clocks > > - "renesas,r8a7790-mstp-clocks" for R8A7790 (R-Car H2) MSTP gate clocks > > - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2) MSTP gate clocks > > -- > > 1.8.4.5 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Simon, On Fri, Aug 22, 2014 at 3:04 AM, Simon Horman <horms@verge.net.au> wrote: > On Mon, Aug 11, 2014 at 10:12:14AM +0900, Simon Horman wrote: >> On Fri, Aug 08, 2014 at 04:23:08PM +0200, Ulrich Hecht wrote: >> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> >> >> Acked-by: Simon Horman <horms+renesas@verge.net.au> >> >> Mike, could you consider taking this? > > Hi Mike, > > I'm wondering if you could take moment to consider this patch. > It is a dependency for enabling ccf and in turn multiplatform on > the r8a7740 SoC. Sidenote: as this patch only updates the documentation, and the driver won't use the newly added value (for now), there's no hard dependency. Furthermore, adding this value is done following the spirit of the existing values, and thus I think you can just continue going forward with the parts that fall under the shmobile jurisdiction. Thanks. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Aug 22, 2014 at 09:44:09AM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Fri, Aug 22, 2014 at 3:04 AM, Simon Horman <horms@verge.net.au> wrote: > > On Mon, Aug 11, 2014 at 10:12:14AM +0900, Simon Horman wrote: > >> On Fri, Aug 08, 2014 at 04:23:08PM +0200, Ulrich Hecht wrote: > >> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> > >> > >> Acked-by: Simon Horman <horms+renesas@verge.net.au> > >> > >> Mike, could you consider taking this? > > > > Hi Mike, > > > > I'm wondering if you could take moment to consider this patch. > > It is a dependency for enabling ccf and in turn multiplatform on > > the r8a7740 SoC. > > Sidenote: as this patch only updates the documentation, and the driver > won't use the newly added value (for now), there's no hard dependency. > Furthermore, adding this value is done following the spirit of the existing > values, and thus I think you can just continue going forward with the parts > that fall under the shmobile jurisdiction. Hi Geert, I had a conversation with Magnus earlier today and I believe that all three of us are (now) in agreement on the point you have made above. I'd like to allow myself the weekend to think about this and if no issues have surfaced by then I plan to take the remaining patches of this series into the next branch of the renesas tree. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Aug 22, 2014 at 05:46:58PM +0900, Simon Horman wrote: > On Fri, Aug 22, 2014 at 09:44:09AM +0200, Geert Uytterhoeven wrote: > > Hi Simon, > > > > On Fri, Aug 22, 2014 at 3:04 AM, Simon Horman <horms@verge.net.au> wrote: > > > On Mon, Aug 11, 2014 at 10:12:14AM +0900, Simon Horman wrote: > > >> On Fri, Aug 08, 2014 at 04:23:08PM +0200, Ulrich Hecht wrote: > > >> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> > > >> > > >> Acked-by: Simon Horman <horms+renesas@verge.net.au> > > >> > > >> Mike, could you consider taking this? > > > > > > Hi Mike, > > > > > > I'm wondering if you could take moment to consider this patch. > > > It is a dependency for enabling ccf and in turn multiplatform on > > > the r8a7740 SoC. > > > > Sidenote: as this patch only updates the documentation, and the driver > > won't use the newly added value (for now), there's no hard dependency. > > Furthermore, adding this value is done following the spirit of the existing > > values, and thus I think you can just continue going forward with the parts > > that fall under the shmobile jurisdiction. > > Hi Geert, > > I had a conversation with Magnus earlier today and I believe that > all three of us are (now) in agreement on the point you have made above. > > I'd like to allow myself the weekend to think about this and > if no issues have surfaced by then I plan to take the remaining > patches of this series into the next branch of the renesas tree. I have now queued up patches 2 - 5. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt index 8a92b5f..b3c0617 100644 --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt @@ -11,6 +11,7 @@ Required Properties: - compatible: Must be one of the following - "renesas,r7s72100-mstp-clocks" for R7S72100 (RZ) MSTP gate clocks + - "renesas,r8a7740-mstp-clocks" for R8A7740 (R-Mobile A1) MSTP gate clocks - "renesas,r8a7779-mstp-clocks" for R8A7779 (R-Car H1) MSTP gate clocks - "renesas,r8a7790-mstp-clocks" for R8A7790 (R-Car H2) MSTP gate clocks - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2) MSTP gate clocks
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> --- Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 1 + 1 file changed, 1 insertion(+)