All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] clk: shmobile: r8a7795: Add SATA0 clock
Date: Mon, 14 Dec 2015 15:42:33 +0000	[thread overview]
Message-ID: <1450107758-2544-2-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
In-Reply-To: <1450107758-2544-1-git-send-email-ulrich.hecht+renesas@gmail.com>

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 drivers/clk/shmobile/r8a7795-cpg-mssr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/shmobile/r8a7795-cpg-mssr.c b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
index 05479e6..ad4d9fd 100644
--- a/drivers/clk/shmobile/r8a7795-cpg-mssr.c
+++ b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
@@ -159,6 +159,7 @@ static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {
 	DEF_MOD("gpio2",		 910,	R8A7795_CLK_CP),
 	DEF_MOD("gpio1",		 911,	R8A7795_CLK_CP),
 	DEF_MOD("gpio0",		 912,	R8A7795_CLK_CP),
+	DEF_MOD("sata0",		 915,	R8A7795_CLK_S3D2),
 	DEF_MOD("i2c6",			 918,	R8A7795_CLK_S3D2),
 	DEF_MOD("i2c5",			 919,	R8A7795_CLK_S3D2),
 	DEF_MOD("i2c4",			 927,	R8A7795_CLK_S3D2),
-- 
2.6.3


WARNING: multiple messages have this Message-ID (diff)
From: ulrich.hecht+renesas@gmail.com (Ulrich Hecht)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] clk: shmobile: r8a7795: Add SATA0 clock
Date: Mon, 14 Dec 2015 16:42:33 +0100	[thread overview]
Message-ID: <1450107758-2544-2-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
In-Reply-To: <1450107758-2544-1-git-send-email-ulrich.hecht+renesas@gmail.com>

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 drivers/clk/shmobile/r8a7795-cpg-mssr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/shmobile/r8a7795-cpg-mssr.c b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
index 05479e6..ad4d9fd 100644
--- a/drivers/clk/shmobile/r8a7795-cpg-mssr.c
+++ b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
@@ -159,6 +159,7 @@ static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {
 	DEF_MOD("gpio2",		 910,	R8A7795_CLK_CP),
 	DEF_MOD("gpio1",		 911,	R8A7795_CLK_CP),
 	DEF_MOD("gpio0",		 912,	R8A7795_CLK_CP),
+	DEF_MOD("sata0",		 915,	R8A7795_CLK_S3D2),
 	DEF_MOD("i2c6",			 918,	R8A7795_CLK_S3D2),
 	DEF_MOD("i2c5",			 919,	R8A7795_CLK_S3D2),
 	DEF_MOD("i2c4",			 927,	R8A7795_CLK_S3D2),
-- 
2.6.3

  reply	other threads:[~2015-12-14 15:42 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14 15:42 [PATCH 0/6] SATA for r8a7795, Salvator-X Ulrich Hecht
2015-12-14 15:42 ` Ulrich Hecht
2015-12-14 15:42 ` Ulrich Hecht [this message]
2015-12-14 15:42   ` [PATCH 1/6] clk: shmobile: r8a7795: Add SATA0 clock Ulrich Hecht
2015-12-15 10:41   ` Geert Uytterhoeven
2015-12-15 10:41     ` Geert Uytterhoeven
2015-12-14 15:42 ` [PATCH 2/6] arm64: dts: r8a7795: Add SATA controller node Ulrich Hecht
2015-12-14 15:42   ` Ulrich Hecht
2015-12-15 10:44   ` Geert Uytterhoeven
2015-12-15 10:44     ` Geert Uytterhoeven
2015-12-15 11:21     ` Ulrich Hecht
2015-12-15 11:21       ` Ulrich Hecht
2015-12-16  4:39       ` Simon Horman
2015-12-16  4:39         ` Simon Horman
2015-12-14 15:42 ` [PATCH 3/6] arm64: dts: salvator-x: Enable SATA controller Ulrich Hecht
2015-12-14 15:42   ` Ulrich Hecht
2015-12-14 15:42 ` [PATCH 4/6] pinctrl: sh-pfc: r8a7795: Add SATA support Ulrich Hecht
2015-12-14 15:42   ` Ulrich Hecht
2015-12-16  9:55   ` Geert Uytterhoeven
2015-12-16  9:55     ` Geert Uytterhoeven
2015-12-14 15:42 ` [PATCH 5/6] pinctrl: sh-pfc: r8a7795: add SATA0 pin conf to DT Ulrich Hecht
2015-12-14 15:42   ` Ulrich Hecht
2015-12-16 10:11   ` Geert Uytterhoeven
2015-12-16 10:11     ` Geert Uytterhoeven
2015-12-16 10:23     ` Ulrich Hecht
2015-12-16 10:23       ` Ulrich Hecht
2015-12-14 15:42 ` [PATCH 6/6] arm64: defconfig: Add Renesas R-Car SATA driver for R-Car Gen3 SoCs Ulrich Hecht
2015-12-14 15:42   ` Ulrich Hecht
2015-12-15  4:22 ` [PATCH 0/6] SATA for r8a7795, Salvator-X Simon Horman
2015-12-15  4:22   ` 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=1450107758-2544-2-git-send-email-ulrich.hecht+renesas@gmail.com \
    --to=ulrich.hecht+renesas@gmail.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 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.