linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] R8A7795/Salvator-X PWM support
@ 2016-03-09 16:55 Ulrich Hecht
  2016-03-09 16:55 ` [PATCH 1/6] pwm: rcar: Use ARCH_RENESAS Ulrich Hecht
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Ulrich Hecht @ 2016-03-09 16:55 UTC (permalink / raw)
  To: linux-renesas-soc, geert
  Cc: linux-pwm, magnus.damm, thierry.reding, Ulrich Hecht

Hi!

This revision of the PWM for Salvator-X integration series attempts to address the
issues found in Geert's review (thanks for that).  Specifically, it

- drops the PFC driver bits that have been queued in sh-pfc-for-v4.6
- replaces ARCH_RCAR_GEN{1,2} with ARCH_RENESAS
- splits the DT patch in three
- enables only one pin group for each device
- describes what the PWM devices are used for
- adds the missing power domain entries
- adds module clock 523 to the MSSR driver

CU
Uli


Harunobu Kurokawa (1):
  arm64: defconfig : add PWM driver support

Ryo Kodama (1):
  pwm: rcar: Use ARCH_RENESAS

Ulrich Hecht (4):
  arm64: dts: r8a7795: Add PWM device nodes
  arm64: dts: salvator-x: enable PWM
  pwm: add R-Car H3 device tree bindings
  clk: shmobile: r8a7795: add PWM clock

 .../devicetree/bindings/pwm/renesas,pwm-rcar.txt   |  1 +
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 23 +++++++++
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           | 54 ++++++++++++++++++++++
 arch/arm64/configs/defconfig                       |  2 +
 drivers/clk/renesas/r8a7795-cpg-mssr.c             |  1 +
 drivers/pwm/Kconfig                                |  2 +-
 6 files changed, 82 insertions(+), 1 deletion(-)

-- 
2.6.4

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-03-29 15:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 6/6] clk: shmobile: r8a7795: add PWM clock Ulrich Hecht
2016-03-24 13:55   ` Geert Uytterhoeven

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).