All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Magnus Damm <magnus.damm@gmail.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 0/2] ARM: dts: r8a7779: Add PWM support
Date: Mon, 20 Mar 2023 17:30:04 +0100	[thread overview]
Message-ID: <cover.1679329211.git.geert+renesas@glider.be> (raw)

	Hi all,

This patch series adds support for the seven PWM Timers on the Renesas
R-Car H1 SoC.

For proper operation, this depends on [1].  PWM0 (b/d), PWM2, and PWM5
have been tested with PWM sysfs and a logic analyzer on the Marzen
development board using DT overlays available from [2].

I plan to queue this series in renesas-devel-for-v6.4.

Thanks for your comments!

[1] [PATCH] pinctrl: renesas: r8a7779: Add PWM pins, groups, and functions
    https://lore.kernel.org/r/cea9723e9c3df4b1408750caa38886aac1fab5f7.1679329090.git.geert+renesas@glider.be
[2] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/renesas-overlays

Geert Uytterhoeven (2):
  dt-bindings: clock: r8a7779: Add PWM module clock
  ARM: dts: r8a7779: Add PWM support

 arch/arm/boot/dts/r8a7779.dtsi            | 91 +++++++++++++++++++----
 include/dt-bindings/clock/r8a7779-clock.h |  1 +
 2 files changed, 79 insertions(+), 13 deletions(-)

-- 
2.34.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Magnus Damm <magnus.damm@gmail.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 0/2] ARM: dts: r8a7779: Add PWM support
Date: Mon, 20 Mar 2023 17:30:04 +0100	[thread overview]
Message-ID: <cover.1679329211.git.geert+renesas@glider.be> (raw)

	Hi all,

This patch series adds support for the seven PWM Timers on the Renesas
R-Car H1 SoC.

For proper operation, this depends on [1].  PWM0 (b/d), PWM2, and PWM5
have been tested with PWM sysfs and a logic analyzer on the Marzen
development board using DT overlays available from [2].

I plan to queue this series in renesas-devel-for-v6.4.

Thanks for your comments!

[1] [PATCH] pinctrl: renesas: r8a7779: Add PWM pins, groups, and functions
    https://lore.kernel.org/r/cea9723e9c3df4b1408750caa38886aac1fab5f7.1679329090.git.geert+renesas@glider.be
[2] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/renesas-overlays

Geert Uytterhoeven (2):
  dt-bindings: clock: r8a7779: Add PWM module clock
  ARM: dts: r8a7779: Add PWM support

 arch/arm/boot/dts/r8a7779.dtsi            | 91 +++++++++++++++++++----
 include/dt-bindings/clock/r8a7779-clock.h |  1 +
 2 files changed, 79 insertions(+), 13 deletions(-)

-- 
2.34.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

             reply	other threads:[~2023-03-20 16:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20 16:30 Geert Uytterhoeven [this message]
2023-03-20 16:30 ` [PATCH 0/2] ARM: dts: r8a7779: Add PWM support Geert Uytterhoeven
2023-03-20 16:30 ` [PATCH 1/2] dt-bindings: clock: r8a7779: Add PWM module clock Geert Uytterhoeven
2023-03-20 16:30   ` Geert Uytterhoeven
2023-03-20 16:30 ` [PATCH 2/2] ARM: dts: r8a7779: Add PWM support Geert Uytterhoeven
2023-03-20 16:30   ` 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=cover.1679329211.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.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.