Message ID | 1394450820-8158-1-git-send-email-wsa@the-dreams.de (mailing list archive) |
---|---|
State | Accepted |
Commit | c6e8f325e769aabd059f8ff7d29e406345f83929 |
Headers | show |
Hi Wolfram, Thank you for the patches. For the whole series, Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> On Monday 10 March 2014 12:26:56 Wolfram Sang wrote: > From: Wolfram Sang <wsa@sang-engineering.com> > > Signed-off-by: Wolfram Sang <wsa@sang-engineering.com> > --- > > Changes since V1: kept sorting intact > > include/dt-bindings/clock/r8a7791-clock.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/dt-bindings/clock/r8a7791-clock.h > b/include/dt-bindings/clock/r8a7791-clock.h index > 30f82f286e29..2df1a11faeb3 100644 > --- a/include/dt-bindings/clock/r8a7791-clock.h > +++ b/include/dt-bindings/clock/r8a7791-clock.h > @@ -51,6 +51,8 @@ > #define R8A7791_CLK_SDHI1 12 > #define R8A7791_CLK_SDHI0 14 > #define R8A7791_CLK_MMCIF0 15 > +#define R8A7791_CLK_IIC0 18 > +#define R8A7791_CLK_IIC1 23 > #define R8A7791_CLK_SSUSB 28 > #define R8A7791_CLK_CMT1 29 > #define R8A7791_CLK_USBDMAC0 30
Hi Simon, Wolfram, Laurent, everyone, On Mon, Mar 10, 2014 at 8:36 PM, Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote: > Hi Wolfram, > > Thank you for the patches. > > For the whole series, > > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> I've now given the patches in this series a spin on top of renesas-devel-v3.14-rc8-20140325v2. To clarify, I can't seem to find any cover letter for this series, so instead I will with this email reply to [1/1]. Here is also a list of the patches that I believe are part of this series, please correct me if I'm wrong: [PATCH V2 1/5] ARM: shmobile: r8a7791: add IIC0/1 clock macros [PATCH V2 2/5] ARM: shmobile: r8a7791: add IIC(B) clocks to dtsi [PATCH V2 3/5] ARM: shmobile: r8a7791: add IIC(B) cores to dtsi [PATCH V2 4/5] ARM: shmobile: koelsch: make i2c2-pfc node unique [PATCH V2 5/5] ARM: shmobile: koelsch: activate i2c6 bus They all look good to me! Acked-by: Magnus Damm <damm@opensource.se> Simon, can you please pick up these changes? I believe there are no special dependencies. Thanks, / magnus -- 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 clarify, I can't seem to find any cover letter for this series, so > instead I will with this email reply to [1/1]. Here is also a list of > the patches that I believe are part of this series, please correct me > if I'm wrong: You are absolutely right. > They all look good to me! > > Acked-by: Magnus Damm <damm@opensource.se> Thanks! > Simon, can you please pick up these changes? I believe there are no > special dependencies. The dependencies (pfc entries and new compatible for the driver) are already in linux-next.
On Wed, Mar 26, 2014 at 07:29:33AM +0100, Wolfram Sang wrote: > > > To clarify, I can't seem to find any cover letter for this series, so > > instead I will with this email reply to [1/1]. Here is also a list of > > the patches that I believe are part of this series, please correct me > > if I'm wrong: > > You are absolutely right. > > > They all look good to me! > > > > Acked-by: Magnus Damm <damm@opensource.se> > > Thanks! > > > Simon, can you please pick up these changes? I believe there are no > > special dependencies. > > The dependencies (pfc entries and new compatible for the driver) are > already in linux-next. Thanks, I have queued these up. -- 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/include/dt-bindings/clock/r8a7791-clock.h b/include/dt-bindings/clock/r8a7791-clock.h index 30f82f286e29..2df1a11faeb3 100644 --- a/include/dt-bindings/clock/r8a7791-clock.h +++ b/include/dt-bindings/clock/r8a7791-clock.h @@ -51,6 +51,8 @@ #define R8A7791_CLK_SDHI1 12 #define R8A7791_CLK_SDHI0 14 #define R8A7791_CLK_MMCIF0 15 +#define R8A7791_CLK_IIC0 18 +#define R8A7791_CLK_IIC1 23 #define R8A7791_CLK_SSUSB 28 #define R8A7791_CLK_CMT1 29 #define R8A7791_CLK_USBDMAC0 30