From: Thierry Reding <thierry.reding@gmail.com>
To: Marcel Ziswiler <marcel@ziswiler.com>
Cc: devicetree@vger.kernel.org, linux-tegra@vger.kernel.org,
linux-kernel@vger.kernel.org,
Jonathan Hunter <jonathanh@nvidia.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>
Subject: Re: [PATCH v2 00/34] ARM: dts: tegra: colibri_t30: major revamp
Date: Wed, 26 Sep 2018 16:48:46 +0200 [thread overview]
Message-ID: <20180926144846.GE12980@ulmo> (raw)
In-Reply-To: <20180901081248.22639-1-marcel@ziswiler.com>
[-- Attachment #1: Type: text/plain, Size: 3235 bytes --]
On Sat, Sep 01, 2018 at 10:12:14AM +0200, Marcel Ziswiler wrote:
> This series is a major overhaul for the Toradex Colibri T30 system on
> module.
>
> Changes in v2:
> - Also move serial UART "nvidia,tegra30-hsuart" compatible to module
> level device trees.
> - Also replace underscores in node names with dashes.
> - Also replace underscores in UART annotations with dashes.
> - When running some more tests I realized that the reg-addr should
> really be 0x3f. Fix this.
> - Get rid of fake clocks simple bus as suggested by Rob.
> - Drop "[PATCH 01/26] ARM: tegra: colibri_t30: enable broken-hpi on
> emmc" which should already be handled by the broken-hpi quirk as
> pointed out by Dmitry. If I would find more eMMC parts which exhibit
> the issue I will add them to the quirk as a separate patch.
> - New patch as suggested by Rob.
> - New patch.
>
> Marcel Ziswiler (34):
> ARM: tegra: colibri_t30: add local-mac-address property
> ARM: tegra: colibri_t30: reorder host1x/hdmi properties
> ARM: tegra: colibri_t30: regulator clean-up
> ARM: tegra: colibri_t30: add missing regulators
> ARM: tegra: colibri_t30: annotate uarts and move compatible to board
> ARM: tegra: colibri_t30: white-space clean-up
> ARM: tegra: colibri_t30: move dr_mode property from phy to controller
> ARM: tegra: colibri_t30: reorder backlight properties
> ARM: tegra: colibri_t30: drop pwmleds
> ARM: tegra: colibri_t30: pinmux clean-up
> ARM: tegra: colibri_t30: add missing pinmux
> ARM: tegra: colibri_t30: use proper irq-gpio for stmpe811
> ARM: tegra: colibri_t30: further lm95245 temperature sensor annotation
> ARM: tegra: colibri_t30: add i2c-thermtrip
> ARM: tegra: colibri_t30: add proper emmc vmmc and vqmmc supplies
> ARM: tegra: colibri_t30: enable emmc ddr52 mode
> ARM: tegra: colibri_t30: get rid of fake clocks simple bus
> ARM: tegra: colibri_t30: line break long compatible property line
> ARM: tegra: colibri_t30: move input include to carrier board
> ARM: tegra: colibri_t30: remove unused nvidia,is-wired property
> ARM: tegra: colibri_t30: add gpio hog to unreset usb ethernet chip
> ARM: tegra: colibri_t30: enable hda over hdmi
> ARM: tegra: colibri_t30: annotate sd card detect
> ARM: tegra: colibri_t30: annotate ehci instance 1
> ARM: tegra: colibri_t30: update compatibility comment
> ARM: tegra: colibri_t30: drop module level model and compatible
> ARM: tegra: colibri_t30: drop obsolete spidev node
> ARM: tegra: colibri_t30: rename hdmiddc to hdmi_ddc
> ARM: tegra: colibri_t30: rename tps65911@2d, stmpe811@41 and
> tps62362@60
> ARM: tegra: colibri_t30: fix mcp2515 can controller interrupt polarity
> ARM: tegra: colibri_t30: remove unused mcp2515 can0 label
> ARM: tegra: colibri_t30: add mcp2515 vdd and xceiver supplies
> ARM: tegra: colibri_t30: annotate unused i2c busses
> ARM: tegra: colibri_t30: annotate power I2C being on-module
>
> arch/arm/boot/dts/tegra30-colibri-eval-v3.dts | 130 ++---
> arch/arm/boot/dts/tegra30-colibri.dtsi | 780 +++++++++++++++++++++-----
> 2 files changed, 706 insertions(+), 204 deletions(-)
Applied, thanks.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2018-09-26 14:48 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-01 8:12 [PATCH v2 00/34] ARM: dts: tegra: colibri_t30: major revamp Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 01/34] ARM: tegra: colibri_t30: add local-mac-address property Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 02/34] ARM: tegra: colibri_t30: reorder host1x/hdmi properties Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 03/34] ARM: tegra: colibri_t30: regulator clean-up Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 04/34] ARM: tegra: colibri_t30: add missing regulators Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 05/34] ARM: tegra: colibri_t30: annotate uarts and move compatible to board Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 06/34] ARM: tegra: colibri_t30: white-space clean-up Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 07/34] ARM: tegra: colibri_t30: move dr_mode property from phy to controller Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 08/34] ARM: tegra: colibri_t30: reorder backlight properties Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 09/34] ARM: tegra: colibri_t30: drop pwmleds Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 10/34] ARM: tegra: colibri_t30: pinmux clean-up Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 11/34] ARM: tegra: colibri_t30: add missing pinmux Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 12/34] ARM: tegra: colibri_t30: use proper irq-gpio for stmpe811 Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 13/34] ARM: tegra: colibri_t30: further lm95245 temperature sensor annotation Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 14/34] ARM: tegra: colibri_t30: add i2c-thermtrip Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 15/34] ARM: tegra: colibri_t30: add proper emmc vmmc and vqmmc supplies Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 16/34] ARM: tegra: colibri_t30: enable emmc ddr52 mode Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 17/34] ARM: tegra: colibri_t30: get rid of fake clocks simple bus Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 18/34] ARM: tegra: colibri_t30: line break long compatible property line Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 19/34] ARM: tegra: colibri_t30: move input include to carrier board Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 20/34] ARM: tegra: colibri_t30: remove unused nvidia,is-wired property Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 21/34] ARM: tegra: colibri_t30: add gpio hog to unreset usb ethernet chip Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 22/34] ARM: tegra: colibri_t30: enable hda over hdmi Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 23/34] ARM: tegra: colibri_t30: annotate sd card detect Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 24/34] ARM: tegra: colibri_t30: annotate ehci instance 1 Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 25/34] ARM: tegra: colibri_t30: update compatibility comment Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 26/34] ARM: tegra: colibri_t30: drop module level model and compatible Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 27/34] ARM: tegra: colibri_t30: drop obsolete spidev node Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 28/34] ARM: tegra: colibri_t30: rename hdmiddc to hdmi_ddc Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 29/34] ARM: tegra: colibri_t30: rename tps65911@2d, stmpe811@41 and tps62362@60 Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 30/34] ARM: tegra: colibri_t30: fix mcp2515 can controller interrupt polarity Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 31/34] ARM: tegra: colibri_t30: remove unused mcp2515 can0 label Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 32/34] ARM: tegra: colibri_t30: add mcp2515 vdd and xceiver supplies Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 33/34] ARM: tegra: colibri_t30: annotate unused i2c busses Marcel Ziswiler
2018-09-01 8:12 ` [PATCH v2 34/34] ARM: tegra: colibri_t30: annotate power I2C being on-module Marcel Ziswiler
2018-09-26 14:48 ` Thierry Reding [this message]
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=20180926144846.GE12980@ulmo \
--to=thierry.reding@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=marcel@ziswiler.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@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).