All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-renesas-soc@vger.kernel.org, geert@linux-m68k.org
Cc: linux-pwm@vger.kernel.org, magnus.damm@gmail.com,
	thierry.reding@gmail.com,
	Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Subject: [PATCH 6/6] clk: shmobile: r8a7795: add PWM clock
Date: Wed,  9 Mar 2016 17:56:02 +0100	[thread overview]
Message-ID: <1457542562-7880-7-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
In-Reply-To: <1457542562-7880-1-git-send-email-ulrich.hecht+renesas@gmail.com>

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

diff --git a/drivers/clk/renesas/r8a7795-cpg-mssr.c b/drivers/clk/renesas/r8a7795-cpg-mssr.c
index b2198aef..9de458a 100644
--- a/drivers/clk/renesas/r8a7795-cpg-mssr.c
+++ b/drivers/clk/renesas/r8a7795-cpg-mssr.c
@@ -148,6 +148,7 @@ static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {
 	DEF_MOD("hscif2",		 518,	R8A7795_CLK_S3D1),
 	DEF_MOD("hscif1",		 519,	R8A7795_CLK_S3D1),
 	DEF_MOD("hscif0",		 520,	R8A7795_CLK_S3D1),
+	DEF_MOD("pwm",			 523,	R8A7795_CLK_S3D4),
 	DEF_MOD("fcpvd3",		 600,	R8A7795_CLK_S2D1),
 	DEF_MOD("fcpvd2",		 601,	R8A7795_CLK_S2D1),
 	DEF_MOD("fcpvd1",		 602,	R8A7795_CLK_S2D1),
-- 
2.6.4

  parent reply	other threads:[~2016-03-09 16:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-09 16:55 [PATCH 0/6] R8A7795/Salvator-X PWM support Ulrich Hecht
2016-03-09 16:55 ` [PATCH 1/6] pwm: rcar: Use ARCH_RENESAS Ulrich Hecht
2016-03-24 13:42   ` Geert Uytterhoeven
2016-03-09 16:55 ` [PATCH 2/6] arm64: defconfig : add PWM driver support Ulrich Hecht
2016-03-24 13:44   ` Geert Uytterhoeven
2016-03-09 16:55 ` [PATCH 3/6] arm64: dts: r8a7795: Add PWM device nodes Ulrich Hecht
2016-03-24 13:52   ` Geert Uytterhoeven
2016-03-29 15:49     ` Ulrich Hecht
2016-03-09 16:56 ` [PATCH 4/6] arm64: dts: salvator-x: enable PWM Ulrich Hecht
2016-03-24 14:00   ` Geert Uytterhoeven
2016-03-09 16:56 ` [PATCH 5/6] pwm: add R-Car H3 device tree bindings Ulrich Hecht
2016-03-24 13:54   ` Geert Uytterhoeven
2016-03-09 16:56 ` Ulrich Hecht [this message]
2016-03-24 13:55   ` [PATCH 6/6] clk: shmobile: r8a7795: add PWM clock Geert Uytterhoeven

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=1457542562-7880-7-git-send-email-ulrich.hecht+renesas@gmail.com \
    --to=ulrich.hecht+renesas@gmail.com \
    --cc=geert@linux-m68k.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=thierry.reding@gmail.com \
    /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.