From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/5] ARM: shmobile: r8a7790: add IIC0-2 clock macros
Date: Thu, 10 Apr 2014 08:58:21 +0000 [thread overview]
Message-ID: <20140410085821.GD16758@verge.net.au> (raw)
In-Reply-To: <1395773789-17249-4-git-send-email-wsa@the-dreams.de>
On Tue, Mar 25, 2014 at 07:56:27PM +0100, Wolfram Sang wrote:
> From: Wolfram Sang <wsa@sang-engineering.com>
>
> Signed-off-by: Wolfram Sang <wsa@sang-engineering.com>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Thanks, I have queued this up.
> ---
> Change since V1:
>
> * added Ack
>
> include/dt-bindings/clock/r8a7790-clock.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/dt-bindings/clock/r8a7790-clock.h b/include/dt-bindings/clock/r8a7790-clock.h
> index 6548a5fbcf4a..4d3e935b3f1b 100644
> --- a/include/dt-bindings/clock/r8a7790-clock.h
> +++ b/include/dt-bindings/clock/r8a7790-clock.h
> @@ -50,6 +50,7 @@
> #define R8A7790_CLK_SYS_DMAC0 19
>
> /* MSTP3 */
> +#define R8A7790_CLK_IIC2 0
> #define R8A7790_CLK_TPU0 4
> #define R8A7790_CLK_MMCIF1 5
> #define R8A7790_CLK_SDHI3 11
> @@ -57,6 +58,8 @@
> #define R8A7790_CLK_SDHI1 13
> #define R8A7790_CLK_SDHI0 14
> #define R8A7790_CLK_MMCIF0 15
> +#define R8A7790_CLK_IIC0 18
> +#define R8A7790_CLK_IIC1 23
> #define R8A7790_CLK_SSUSB 28
> #define R8A7790_CLK_CMT1 29
> #define R8A7790_CLK_USBDMAC0 30
> --
> 1.9.0
>
> --
> 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
>
WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/5] ARM: shmobile: r8a7790: add IIC0-2 clock macros
Date: Thu, 10 Apr 2014 17:58:21 +0900 [thread overview]
Message-ID: <20140410085821.GD16758@verge.net.au> (raw)
In-Reply-To: <1395773789-17249-4-git-send-email-wsa@the-dreams.de>
On Tue, Mar 25, 2014 at 07:56:27PM +0100, Wolfram Sang wrote:
> From: Wolfram Sang <wsa@sang-engineering.com>
>
> Signed-off-by: Wolfram Sang <wsa@sang-engineering.com>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Thanks, I have queued this up.
> ---
> Change since V1:
>
> * added Ack
>
> include/dt-bindings/clock/r8a7790-clock.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/dt-bindings/clock/r8a7790-clock.h b/include/dt-bindings/clock/r8a7790-clock.h
> index 6548a5fbcf4a..4d3e935b3f1b 100644
> --- a/include/dt-bindings/clock/r8a7790-clock.h
> +++ b/include/dt-bindings/clock/r8a7790-clock.h
> @@ -50,6 +50,7 @@
> #define R8A7790_CLK_SYS_DMAC0 19
>
> /* MSTP3 */
> +#define R8A7790_CLK_IIC2 0
> #define R8A7790_CLK_TPU0 4
> #define R8A7790_CLK_MMCIF1 5
> #define R8A7790_CLK_SDHI3 11
> @@ -57,6 +58,8 @@
> #define R8A7790_CLK_SDHI1 13
> #define R8A7790_CLK_SDHI0 14
> #define R8A7790_CLK_MMCIF0 15
> +#define R8A7790_CLK_IIC0 18
> +#define R8A7790_CLK_IIC1 23
> #define R8A7790_CLK_SSUSB 28
> #define R8A7790_CLK_CMT1 29
> #define R8A7790_CLK_USBDMAC0 30
> --
> 1.9.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2014-04-10 8:58 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-25 18:56 [PATCH v2 0/5] ARM: shmobile: r8a7790: enable IIC(B) cores Wolfram Sang
2014-03-25 18:56 ` Wolfram Sang
2014-03-25 18:56 ` [PATCH v2 1/5] pinctrl: pfc: r8a7790: add i2c0 muxing Wolfram Sang
2014-03-25 18:56 ` Wolfram Sang
2014-03-26 13:58 ` Laurent Pinchart
2014-03-26 14:00 ` Laurent Pinchart
2014-04-14 7:13 ` Wolfram Sang
2014-04-14 7:13 ` Wolfram Sang
2014-04-22 13:39 ` Linus Walleij
2014-04-22 13:39 ` Linus Walleij
2014-03-25 18:56 ` [PATCH v2 2/5] pinctrl: pfc: r8a7790: add mux data for IIC(B) cores Wolfram Sang
2014-03-25 18:56 ` Wolfram Sang
2014-03-26 14:02 ` Laurent Pinchart
2014-03-26 14:02 ` Laurent Pinchart
2014-04-14 7:14 ` Wolfram Sang
2014-04-14 7:14 ` Wolfram Sang
2014-04-22 13:40 ` Linus Walleij
2014-04-22 13:40 ` Linus Walleij
2014-03-25 18:56 ` [PATCH v2 3/5] ARM: shmobile: r8a7790: add IIC0-2 clock macros Wolfram Sang
2014-03-25 18:56 ` Wolfram Sang
2014-04-10 8:58 ` Simon Horman [this message]
2014-04-10 8:58 ` Simon Horman
2014-03-25 18:56 ` [PATCH v2 4/5] ARM: shmobile: r8a7790: add IIC(B) clocks to dtsi Wolfram Sang
2014-03-25 18:56 ` Wolfram Sang
2014-03-26 14:04 ` Laurent Pinchart
2014-03-26 14:04 ` Laurent Pinchart
2014-04-10 8:57 ` Simon Horman
2014-04-10 8:57 ` Simon Horman
2014-04-10 9:03 ` Wolfram Sang
2014-04-10 9:03 ` Wolfram Sang
2014-04-10 9:06 ` Laurent Pinchart
2014-04-10 9:06 ` Laurent Pinchart
2014-03-25 18:56 ` [PATCH v2 5/5] ARM: shmobile: r8a7790: add IIC(B) cores " Wolfram Sang
2014-03-25 18:56 ` Wolfram Sang
2014-03-26 14:05 ` Laurent Pinchart
2014-03-26 14:05 ` Laurent Pinchart
2014-04-10 8:36 ` Simon Horman
2014-04-10 8:36 ` Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140410085821.GD16758@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.