diff mbox

[V2,1/5] ARM: shmobile: r8a7791: add IIC0/1 clock macros

Message ID 1394450820-8158-1-git-send-email-wsa@the-dreams.de (mailing list archive)
State New, archived
Headers show

Commit Message

Wolfram Sang March 10, 2014, 11:26 a.m. UTC
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(+)

Comments

Laurent Pinchart March 10, 2014, 11:36 a.m. UTC | #1
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
Magnus Damm March 26, 2014, 5:09 a.m. UTC | #2
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
Wolfram Sang March 26, 2014, 6:29 a.m. UTC | #3
> 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.
Simon Horman March 26, 2014, 5:15 p.m. UTC | #4
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.
diff mbox

Patch

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