All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
To: Simon Horman <horms@verge.net.au>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: Fabrizio Castro <fabrizio.castro@bp.renesas.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Magnus Damm <magnus.damm@gmail.com>,
	devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	linux-clk@vger.kernel.org,
	Chris Paterson <Chris.Paterson2@renesas.com>,
	Biju Das <biju.das@bp.renesas.com>,
	linux-kernel@vger.kernel.org, xu_shunji@hoperun.com
Subject: [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M
Date: Tue, 11 Jun 2019 14:06:35 +0100	[thread overview]
Message-ID: <1560258401-9517-1-git-send-email-fabrizio.castro@bp.renesas.com> (raw)

Dear All,

this series adds USB2.0/CMT/TMU support to the HiHope RZ/G2M.

Thanks,
Fab

Fabrizio Castro (6):
  arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks
  arm64: dts: renesas: hihope-common: Add USB 2.0 support
  arm64: dts: renesas: r8a774a1: Add CMT device nodes
  clk: renesas: r8a774a1: Add TMU clock
  dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
  arm64: dts: renesas: r8a774a1: Add TMU device nodes

 .../devicetree/bindings/timer/renesas,tmu.txt      |   1 +
 arch/arm64/boot/dts/renesas/hihope-common.dtsi     |  76 +++++++++++
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          | 151 +++++++++++++++++++--
 drivers/clk/renesas/r8a774a1-cpg-mssr.c            |   5 +
 4 files changed, 225 insertions(+), 8 deletions(-)

-- 
2.7.4


             reply	other threads:[~2019-06-11 13:07 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-11 13:06 Fabrizio Castro [this message]
2019-06-11 13:06 ` [PATCH 1/6] arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks Fabrizio Castro
2019-06-17  8:05   ` Simon Horman
2019-06-11 13:06 ` [PATCH 2/6] arm64: dts: renesas: hihope-common: Add USB 2.0 support Fabrizio Castro
2019-06-17  8:06   ` Simon Horman
2019-06-11 13:06 ` [PATCH 3/6] arm64: dts: renesas: r8a774a1: Add CMT device nodes Fabrizio Castro
2019-06-12  7:02   ` Geert Uytterhoeven
2019-06-12  7:02     ` Geert Uytterhoeven
2019-06-12 12:27     ` Simon Horman
2019-06-12 12:27       ` Simon Horman
2019-06-11 13:06 ` [PATCH 4/6] clk: renesas: r8a774a1: Add TMU clock Fabrizio Castro
2019-06-12  6:51   ` Geert Uytterhoeven
2019-06-12 12:25   ` Simon Horman
2019-06-11 13:06 ` [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Fabrizio Castro
2019-06-12  6:52   ` Geert Uytterhoeven
2019-06-12  6:52     ` Geert Uytterhoeven
2019-06-12 12:21   ` Simon Horman
2019-07-09  2:34   ` Rob Herring
2019-07-09  2:34     ` Rob Herring
2019-08-30 10:37   ` Fabrizio Castro
2019-08-30 10:37     ` Fabrizio Castro
2019-09-02  8:32     ` Simon Horman
2019-09-02  8:32       ` Simon Horman
2019-09-02  8:39       ` Geert Uytterhoeven
2019-09-02  8:39         ` Geert Uytterhoeven
2019-09-02  8:42         ` Daniel Lezcano
2019-09-02  8:42           ` Daniel Lezcano
2019-09-03 12:10           ` Geert Uytterhoeven
2019-09-03 12:10             ` Geert Uytterhoeven
2019-06-11 13:06 ` [PATCH 6/6] arm64: dts: renesas: r8a774a1: Add TMU device nodes Fabrizio Castro
2019-06-12  6:56   ` Geert Uytterhoeven
2019-06-12  6:56     ` Geert Uytterhoeven
2019-06-12 12:29     ` Simon Horman
2019-06-12 12:29       ` Simon Horman
2019-06-11 13:12 ` [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro
2019-06-11 13:12   ` Fabrizio Castro

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=1560258401-9517-1-git-send-email-fabrizio.castro@bp.renesas.com \
    --to=fabrizio.castro@bp.renesas.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=xu_shunji@hoperun.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.