Message ID | 1448892840-8195-1-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
On Mon, Nov 30, 2015 at 03:14:00PM +0100, Geert Uytterhoeven wrote: > MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Rob Herring <robh@kernel.org> > --- > Documentation/devicetree/bindings/spi/sh-msiof.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt > index 705075da2f10156e..aa005c1d10d95756 100644 > --- a/Documentation/devicetree/bindings/spi/sh-msiof.txt > +++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt > @@ -10,6 +10,7 @@ Required properties: > "renesas,msiof-r8a7792" (R-Car V2H) > "renesas,msiof-r8a7793" (R-Car M2-N) > "renesas,msiof-r8a7794" (R-Car E2) > + "renesas,msiof-sh73a0" (SH-Mobile AG5) > - reg : A list of offsets and lengths of the register sets for > the device. > If only one register set is present, it is to be used > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" 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, Nov 30, 2015 at 03:14:00PM +0100, Geert Uytterhoeven wrote: > MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Applied, thanks. Rob Applied, thanks. Rob > --- > Documentation/devicetree/bindings/spi/sh-msiof.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt > index 705075da2f10156e..aa005c1d10d95756 100644 > --- a/Documentation/devicetree/bindings/spi/sh-msiof.txt > +++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt > @@ -10,6 +10,7 @@ Required properties: > "renesas,msiof-r8a7792" (R-Car V2H) > "renesas,msiof-r8a7793" (R-Car M2-N) > "renesas,msiof-r8a7794" (R-Car E2) > + "renesas,msiof-sh73a0" (SH-Mobile AG5) > - reg : A list of offsets and lengths of the register sets for > the device. > If only one register set is present, it is to be used > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" 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 Fri, Dec 04, 2015 at 12:56:08PM -0600, Rob Herring wrote: > On Mon, Nov 30, 2015 at 03:14:00PM +0100, Geert Uytterhoeven wrote: > > MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > Applied, thanks. I've already applied this to the SPI tree?
On Sat, Dec 5, 2015 at 10:49 AM, Mark Brown <broonie@kernel.org> wrote: > On Fri, Dec 04, 2015 at 12:56:08PM -0600, Rob Herring wrote: >> On Mon, Nov 30, 2015 at 03:14:00PM +0100, Geert Uytterhoeven wrote: >> > MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver. > >> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > >> Applied, thanks. > > I've already applied this to the SPI tree? Okay, I'll drop it. Rob -- 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/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt index 705075da2f10156e..aa005c1d10d95756 100644 --- a/Documentation/devicetree/bindings/spi/sh-msiof.txt +++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt @@ -10,6 +10,7 @@ Required properties: "renesas,msiof-r8a7792" (R-Car V2H) "renesas,msiof-r8a7793" (R-Car M2-N) "renesas,msiof-r8a7794" (R-Car E2) + "renesas,msiof-sh73a0" (SH-Mobile AG5) - reg : A list of offsets and lengths of the register sets for the device. If only one register set is present, it is to be used
MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/spi/sh-msiof.txt | 1 + 1 file changed, 1 insertion(+)