linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: arm-soc <arm@kernel.org>, arm-soc <soc@kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL 2/5] Renesas ARM DT updates for v5.6
Date: Mon,  6 Jan 2020 11:48:54 +0100	[thread overview]
Message-ID: <20200106104857.8361-3-geert+renesas@glider.be> (raw)
In-Reply-To: <20200106104857.8361-1-geert+renesas@glider.be>

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-dt-for-v5.6-tag1

for you to fetch changes up to fe4a76fafdb4d072e0842d55cccfa141a1912457:

  ARM: dts: sh73a0: Add missing clock-frequency for fixed clocks (2019-12-31 10:33:41 +0100)

----------------------------------------------------------------
Renesas ARM DT updates for v5.6

  - Touch screen support for the iwg20d board,
  - ARM global timer support on Cortex-A9 MPCore SoCs,
  - Miscellaneous fixes for issues detected by "make dtbs_check".

----------------------------------------------------------------
Fabrizio Castro (1):
      ARM: dts: iwg20d-q7-common: Add LCD support

Geert Uytterhoeven (10):
      ARM: dts: sh73a0: Rename twd clock to periph clock
      ARM: dts: sh73a0: Add device node for ARM global timer
      ARM: dts: r8a7779: Add device node for ARM global timer
      ARM: dts: renesas: Group tuples in regulator-gpio states properties
      ARM: dts: renesas: Group tuples in interrupt properties
      ARM: dts: renesas: Group tuples in pci ranges and dma-ranges properties
      ARM: dts: rcar-gen2: Fix PCI high address in interrupt-map-mask
      ARM: dts: rcar-gen2: Add missing mmio-sram bus properties
      ARM: dts: r8a7778: Add missing clock-frequency for fixed clocks
      ARM: dts: sh73a0: Add missing clock-frequency for fixed clocks

 arch/arm/boot/dts/iwg20d-q7-common.dtsi       |  88 +++++++++++++-
 arch/arm/boot/dts/iwg20d-q7-dbcm-ca.dtsi      |   1 -
 arch/arm/boot/dts/r7s72100.dtsi               |  18 +--
 arch/arm/boot/dts/r8a73a4.dtsi                |  42 +++----
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts |   3 +-
 arch/arm/boot/dts/r8a7740.dtsi                | 102 ++++++++--------
 arch/arm/boot/dts/r8a7743.dtsi                | 162 +++++++++++++------------
 arch/arm/boot/dts/r8a7744.dtsi                | 162 +++++++++++++------------
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts   |   3 +-
 arch/arm/boot/dts/r8a7745.dtsi                | 122 ++++++++++---------
 arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts     |   3 +-
 arch/arm/boot/dts/r8a77470.dtsi               |  86 +++++++------
 arch/arm/boot/dts/r8a7778.dtsi                |  11 +-
 arch/arm/boot/dts/r8a7779-marzen.dts          |   3 +-
 arch/arm/boot/dts/r8a7779.dtsi                |  16 ++-
 arch/arm/boot/dts/r8a7790-lager.dts           |   6 +-
 arch/arm/boot/dts/r8a7790.dtsi                | 167 +++++++++++++-------------
 arch/arm/boot/dts/r8a7791-koelsch.dts         |   9 +-
 arch/arm/boot/dts/r8a7791-porter.dts          |   6 +-
 arch/arm/boot/dts/r8a7791.dtsi                | 159 ++++++++++++------------
 arch/arm/boot/dts/r8a7792.dtsi                |  67 ++++++-----
 arch/arm/boot/dts/r8a7793-gose.dts            |   9 +-
 arch/arm/boot/dts/r8a7793.dtsi                | 123 ++++++++++---------
 arch/arm/boot/dts/r8a7794-alt.dts             |   6 +-
 arch/arm/boot/dts/r8a7794-silk.dts            |   3 +-
 arch/arm/boot/dts/r8a7794.dtsi                | 111 ++++++++---------
 arch/arm/boot/dts/sh73a0.dtsi                 | 139 +++++++++++----------
 27 files changed, 878 insertions(+), 749 deletions(-)

  parent reply	other threads:[~2020-01-06 10:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-06 10:48 [GIT PULL 0/5] Renesas SoC updates for v5.6 Geert Uytterhoeven
2020-01-06 10:48 ` [GIT PULL 1/5] Renesas ARM defconfig " Geert Uytterhoeven
2020-01-06 10:48 ` Geert Uytterhoeven [this message]
2020-01-06 10:48 ` [GIT PULL 3/5] Renesas ARM64 DT " Geert Uytterhoeven
2020-01-06 10:48 ` [GIT PULL 4/5] Renesas driver " Geert Uytterhoeven
2020-01-06 10:48 ` [GIT PULL 5/5] Renesas DT binding " 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=20200106104857.8361-3-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=soc@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 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).