From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH/RFC 1/6] ARM: shmobile: r8a7778: add SCI clock support for DT
Date: Wed, 02 Jul 2014 10:06:39 +0200 [thread overview]
Message-ID: <3035210.jDL17MeFr8@avalon> (raw)
In-Reply-To: <1404275322-26514-2-git-send-email-horms+renesas@verge.net.au>
Hi Simon,
Thank you for the patch.
On Wednesday 02 July 2014 06:28:37 Simon Horman wrote:
> This will be used when initialising SCI devices using DT
> until common clock framework support is added.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> arch/arm/mach-shmobile/clock-r8a7778.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/mach-shmobile/clock-r8a7778.c
> b/arch/arm/mach-shmobile/clock-r8a7778.c index 16bbc94..9557907 100644
> --- a/arch/arm/mach-shmobile/clock-r8a7778.c
> +++ b/arch/arm/mach-shmobile/clock-r8a7778.c
> @@ -202,11 +202,17 @@ static struct clk_lookup lookups[] = {
> CLKDEV_DEV_ID("i2c-rcar.3", &mstp_clks[MSTP027]), /* I2C3 */
> CLKDEV_DEV_ID("ffc73000.i2c", &mstp_clks[MSTP027]), /* I2C3 */
> CLKDEV_DEV_ID("sh-sci.0", &mstp_clks[MSTP026]), /* SCIF0 */
> + CLKDEV_DEV_ID("ffe40000.serial", &mstp_clks[MSTP026]), /* SCIF0 */
> CLKDEV_DEV_ID("sh-sci.1", &mstp_clks[MSTP025]), /* SCIF1 */
> + CLKDEV_DEV_ID("ffe41000.serial", &mstp_clks[MSTP025]), /* SCIF1 */
> CLKDEV_DEV_ID("sh-sci.2", &mstp_clks[MSTP024]), /* SCIF2 */
> + CLKDEV_DEV_ID("ffe42000.serial", &mstp_clks[MSTP024]), /* SCIF2 */
> CLKDEV_DEV_ID("sh-sci.3", &mstp_clks[MSTP023]), /* SCIF3 */
> + CLKDEV_DEV_ID("ffe43000.serial", &mstp_clks[MSTP023]), /* SCIF3 */
> CLKDEV_DEV_ID("sh-sci.4", &mstp_clks[MSTP022]), /* SCIF4 */
> + CLKDEV_DEV_ID("ffe44000.serial", &mstp_clks[MSTP022]), /* SCIF4 */
> CLKDEV_DEV_ID("sh-sci.5", &mstp_clks[MSTP021]), /* SCIF6 */
> + CLKDEV_DEV_ID("ffe45000.serial", &mstp_clks[MSTP021]), /* SCIF5 */
> CLKDEV_DEV_ID("sh-hspi.0", &mstp_clks[MSTP007]), /* HSPI0 */
> CLKDEV_DEV_ID("fffc7000.spi", &mstp_clks[MSTP007]), /* HSPI0 */
> CLKDEV_DEV_ID("sh-hspi.1", &mstp_clks[MSTP007]), /* HSPI1 */
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-07-02 8:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-02 4:28 [PATCH/RFC 0/6] ARM: shmobile: bockw: Enable SCI and TMU using DT Simon Horman
2014-07-02 4:28 ` [PATCH/RFC 1/6] ARM: shmobile: r8a7778: add SCI clock support for DT Simon Horman
2014-07-02 8:06 ` Laurent Pinchart [this message]
2014-07-02 4:28 ` [PATCH/RFC 2/6] ARM: shmobile: r8a7778: Add SCIF nodes Simon Horman
2014-07-02 8:09 ` Laurent Pinchart
2014-07-02 12:03 ` Sergei Shtylyov
2014-07-02 4:28 ` [PATCH/RFC 3/6] ARM: shmobile: bockw: Initialise SCIF device using DT Simon Horman
2014-07-02 8:45 ` Laurent Pinchart
2014-07-02 4:28 ` [PATCH/RFC 4/6] ARM: shmobile: r8a7778: add TMU clock support for DT Simon Horman
2014-07-02 9:07 ` Laurent Pinchart
2014-07-02 4:28 ` [PATCH/RFC 5/6] ARM: shmobile: r8a7778: Add TMU nodes Simon Horman
2014-07-02 9:06 ` Laurent Pinchart
2014-07-02 4:28 ` [PATCH/RFC 6/6] ARM: shmobile: bockw: Initialise TMU device using DT Simon Horman
2014-07-02 9:06 ` Laurent Pinchart
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=3035210.jDL17MeFr8@avalon \
--to=laurent.pinchart@ideasonboard.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).