public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: Simon Horman <horms+renesas@verge.net.au>
Cc: Arnd Bergmann <arnd@arndb.de>, Kevin Hilman <khilman@kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-renesas-soc@vger.kernel.org, arm@kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.21
Date: Fri, 30 Nov 2018 15:08:26 -0800	[thread overview]
Message-ID: <20181130230826.5kjtfyq2wdr73iwl@localhost> (raw)
In-Reply-To: <cover.1543409901.git.horms+renesas@verge.net.au>

On Wed, Nov 28, 2018 at 02:02:12PM +0100, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC DT updates for v4.21.
> 
> I am sending out this pull-request at this time as there are a number
> of patches queued up in my arm (32) DT branch and I hope that this
> will ease the burden later on in the development cycle. I expect to
> send a follow-up pull-request for this branch at the usual pre-rc6 timing.
> 
> Changes since v1:
> * Correct garbled Reviewed-by tag in
>   "[PATCH 01/16] ARM: dts: r9a06g032: Add pinctrl node"
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-dt-for-v4.21
> 
> for you to fetch changes up to 673df60a880f060e3e94920c7b5f7a9ed8aa65f2:
>   ARM: dts: r9a06g032: Correct the GIC DT node name (2018-11-28 13:55:30 +0100)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC DT Updates for v4.21
> 
> * RZ/N1D (r9a06g032) SoC:
>   - Correct GIC DT node name
>   - Enable pin controller
> 
> * RZ/G1C (r8a77470) iWave g23S single board computer
>   - Add QSPI flash support
>   - Add pinctl support for EtherAVB
>   - Enable CMT0 (Renesas R-Car Compare Match Timer)
>   - Enable RWDT (Renesas Watchdog Timer)
>   - Enable uSD and eMMC support
> 
> * RZ/G1C (r8a77470) SoC:
>   - Describe USB-DMAC and I2C devices in DT
> 
> * R-Mobile A1 (r8a7740), Emma Mobile EV2 (emev2) and
>   SH-Mobile AG5 (sh72a0) SoCs:
>   - Include SoC name in DTSI
> 
> * R-Car H2 (r8a7790) based lager, and
>   R-Car M2-W (r8a7791) based koelsch and porter boards:
>   - Disable unconnected LVDS encoders

Hi,

If you revise a previous pull request, please do it as a new tag (and
delete the old one so our pull will fail), or at least please reply to
it so I see a "please don't pull this, I've respun a v2" threaded reply.

No harm done in this case, since you rewrote with the previous tag,
but it made me scratch my head when I saw the previous one and the hash
didn't match the email. ;)


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2018-12-01  0:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-28 13:02 [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.21 Simon Horman
2018-11-28 13:03 ` [PATCH 01/16] ARM: dts: r9a06g032: Add pinctrl node Simon Horman
2018-11-28 13:03 ` [PATCH 02/16] ARM: dts: r8a77470: Add I2C[0123] support Simon Horman
2018-11-28 13:03 ` [PATCH 03/16] ARM: dts: r8a77470: Add SDHI0 support Simon Horman
2018-11-28 13:03 ` [PATCH 04/16] ARM: dts: r8a77470: Add SDHI1 support Simon Horman
2018-11-28 13:03 ` [PATCH 05/16] ARM: dts: iwg23s-sbc: Add uSD and eMMC support Simon Horman
2018-11-28 13:03 ` [PATCH 06/16] ARM: dts: r8a779[01]: Disable unconnected LVDS encoders Simon Horman
2018-11-28 13:03 ` [PATCH 07/16] ARM: dts: r8a7740, emev2, sh73a0: Include SoC name in DTSI Simon Horman
2018-11-28 13:03 ` [PATCH 08/16] ARM: dts: r8a77470: Add watchdog support to SoC dtsi Simon Horman
2018-11-28 13:03 ` [PATCH 09/16] ARM: dts: iwg23s-sbc: Enable watchdog support Simon Horman
2018-11-28 13:03 ` [PATCH 10/16] ARM: dts: r8a77470: Add USB-DMAC device nodes Simon Horman
2018-11-28 13:03 ` [PATCH 11/16] ARM: dts: r8a77470: Add CMT SoC specific support Simon Horman
2018-11-28 13:03 ` [PATCH 12/16] ARM: dts: iwg23s-sbc: Enable cmt0 Simon Horman
2018-11-28 13:03 ` [PATCH 13/16] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB Simon Horman
2018-11-28 13:03 ` [PATCH 14/16] ARM: dts: r8a77470: Add QSPI support Simon Horman
2018-11-28 13:03 ` [PATCH 15/16] ARM: dts: iwg23s-sbc: Add QSPI flash support Simon Horman
2018-11-28 13:03 ` [PATCH 16/16] ARM: dts: r9a06g032: Correct the GIC DT node name Simon Horman
2018-11-30 23:08 ` Olof Johansson [this message]
2018-12-04 13:37   ` [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.21 Simon Horman

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=20181130230826.5kjtfyq2wdr73iwl@localhost \
    --to=olof@lixom.net \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=horms+renesas@verge.net.au \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox