From: Arnd Bergmann <arnd@arndb.de>
To: linux-arm-kernel@lists.infradead.org
Cc: Simon Horman <horms+renesas@verge.net.au>,
arm@kernel.org, Kevin Hilman <khilman@linaro.org>,
Magnus Damm <magnus.damm@gmail.com>,
linux-renesas-soc@vger.kernel.org,
Olof Johansson <olof@lixom.net>
Subject: Re: [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.7
Date: Thu, 28 Apr 2016 16:14:15 +0200 [thread overview]
Message-ID: <1813099.gFLC2Strmj@wuerfel> (raw)
In-Reply-To: <cover.1461723181.git.horms+renesas@verge.net.au>
On Wednesday 27 April 2016 14:06:43 Simon Horman wrote:
> Second Round of Renesas ARM64 Based SoC DT Updates for v4.7
>
> * Don't disable referenced optional clocks in DT of r8a7795 SoC
> * Populate EXTALR in DT of salvator-x board
> * Enable PCIe in DT of salvator-x board
>
Pulled into next/dt64.
I briefly looked at the contents and noticed that the PCIe host
node you add has a dma-ranges property, but its parent node does
not, so you are still limited to 32-bit DMA and you should fix that.
Arnd
WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.7
Date: Thu, 28 Apr 2016 16:14:15 +0200 [thread overview]
Message-ID: <1813099.gFLC2Strmj@wuerfel> (raw)
In-Reply-To: <cover.1461723181.git.horms+renesas@verge.net.au>
On Wednesday 27 April 2016 14:06:43 Simon Horman wrote:
> Second Round of Renesas ARM64 Based SoC DT Updates for v4.7
>
> * Don't disable referenced optional clocks in DT of r8a7795 SoC
> * Populate EXTALR in DT of salvator-x board
> * Enable PCIe in DT of salvator-x board
>
Pulled into next/dt64.
I briefly looked at the contents and noticed that the PCIe host
node you add has a dma-ranges property, but its parent node does
not, so you are still limited to 32-bit DMA and you should fix that.
Arnd
next prev parent reply other threads:[~2016-04-28 14:14 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-14 16:17 [PATCH v3 0/7] Lager board HDMI input support Ulrich Hecht
2016-04-14 16:17 ` [PATCH v3 1/7] v4l: subdev: Add pad config allocator and init Ulrich Hecht
2016-04-14 16:17 ` [PATCH v3 2/7] media: adv7604: automatic "default-input" selection Ulrich Hecht
2016-04-14 16:17 ` [PATCH v3 3/7] media: rcar_vin: Use correct pad number in try_fmt Ulrich Hecht
2016-04-14 16:17 ` [PATCH v3 5/7] media: rcar-vin: add DV timings support Ulrich Hecht
2016-04-18 10:04 ` Hans Verkuil
2016-04-20 16:24 ` Ulrich Hecht
2016-04-22 12:05 ` Hans Verkuil
2016-04-22 12:37 ` Hans Verkuil
2016-04-22 14:07 ` Hans Verkuil
2016-04-14 16:17 ` [PATCH v3 6/7] media: rcar-vin: initialize EDID data Ulrich Hecht
2016-04-18 10:13 ` Hans Verkuil
2016-04-20 16:24 ` Ulrich Hecht
2016-04-27 4:06 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.7 Simon Horman
2016-04-27 4:06 ` Simon Horman
2016-04-27 4:06 ` [PATCH 1/4] arm64: dts: r8a7795: Add PCIe nodes Simon Horman
2016-04-27 4:06 ` Simon Horman
2016-04-27 4:06 ` [PATCH 2/4] arm64: dts: r8a7795: enable PCIe on Salvator-X Simon Horman
2016-04-27 4:06 ` Simon Horman
2016-04-27 4:06 ` [PATCH 3/4] arm64: dts: salvator-x: populate EXTALR Simon Horman
2016-04-27 4:06 ` Simon Horman
2016-04-27 4:06 ` [PATCH 4/4] arm64: dts: r8a7795: Don't disable referenced optional clocks Simon Horman
2016-04-27 4:06 ` Simon Horman
2016-04-14 16:17 ` [PATCH v3 4/7] media: rcar-vin: pad-aware driver initialisation, " Ulrich Hecht, Simon Horman
2016-04-14 16:17 ` [PATCH v3 4/7] media: rcar-vin: pad-aware driver initialisation Ulrich Hecht
2016-04-28 14:14 ` Arnd Bergmann [this message]
2016-04-28 14:14 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.7 Arnd Bergmann
2016-04-28 14:19 ` Arnd Bergmann
2016-04-28 14:19 ` Arnd Bergmann
2016-04-27 4:20 ` [GIT PULL] Renesas ARM64 Based SoC DT PM Domain " Simon Horman
2016-04-27 4:20 ` Simon Horman
2016-04-27 4:20 ` [PATCH 1/2] arm64: dts: r8a7795: Add SYSC PM Domains Simon Horman
2016-04-27 4:20 ` Simon Horman
2016-04-27 4:20 ` [PATCH 2/2] arm64: dts: r8a7795: Use SYSC "always-on" PM Domain Simon Horman
2016-04-27 4:20 ` Simon Horman
2016-04-14 16:17 ` [PATCH v3 7/7] ARM: dts: lager: Add entries for VIN HDMI input support, " Ulrich Hecht, Simon Horman
2016-04-14 16:17 ` [PATCH v3 7/7] ARM: dts: lager: Add entries for VIN HDMI input support Ulrich Hecht
2016-05-06 0:21 ` [GIT PULL] Renesas ARM64 Based SoC DT PM Domain Updates for v4.7 Simon Horman
2016-05-06 0:21 ` Simon Horman
2016-05-09 13:10 ` Arnd Bergmann
2016-05-09 13:10 ` Arnd Bergmann
2016-05-10 0:03 ` Simon Horman
2016-05-10 0:03 ` Simon Horman
2016-05-09 13:40 ` Arnd Bergmann
2016-05-09 13:40 ` Arnd Bergmann
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=1813099.gFLC2Strmj@wuerfel \
--to=arnd@arndb.de \
--cc=arm@kernel.org \
--cc=horms+renesas@verge.net.au \
--cc=khilman@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=olof@lixom.net \
/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.