From: Olof Johansson <olof@lixom.net>
To: Simon Horman <horms+renesas@verge.net.au>
Cc: arm@kernel.org, linux-renesas-soc@vger.kernel.org,
Kevin Hilman <khilman@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
linux-arm-kernel@lists.infradead.org,
Magnus Damm <magnus.damm@gmail.com>
Subject: Re: [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.13
Date: Sun, 18 Jun 2017 22:49:13 -0700 [thread overview]
Message-ID: <20170619054913.GI7703@localhost> (raw)
In-Reply-To: <cover.1497617480.git.horms+renesas@verge.net.au>
On Fri, Jun 16, 2017 at 03:30:30PM +0200, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC drivers updates for v4.13.
>
> This pull request is based on
> "[GIT PULL] Renesas ARM Based SoC Fixes for v4.12",
> tagged as renesas-fixes-for-v4.12,
> which you have already pulled and is present in v4.12-rc2.
>
> This base was used to supply a dependency. It is one patch away from
> v4.11-rc1. I could also have based the series on v4.12-rc2 but I wanted to
> avoid basing (any of my branches for v4.13) on something more recent than
> v4.12-rc1 unless strictly necessary. Nonetheless I'm happy to rebase if you
> prefer.
>
>
> The following changes since commit 7b4ccb3c466f62bbf2f4dd5d6a143d945a6f3051:
>
> soc: renesas: Provide dummy rcar_rst_read_mode_pins() for compile-testing (2017-04-28 10:07:36 +0200)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v4.13
>
> for you to fetch changes up to 8be381a131c29c4737aed44e7e5f90cb77bb4a7e:
>
> soc: renesas: Rework Kconfig and Makefile logic (2017-06-12 11:31:07 +0200)
>
> ----------------------------------------------------------------
> Renesas ARM Based SoC Drivers Updates for v4.13
>
> * Rework Kconfig and Makefile logic
There's little point it just enumerating the patches in this pull request:
That's obvious from the shortlog. Instead, please provide context and the
"why".
Why is Kconfig and Makefile logic reworked here? Geert wrote a great commit
message about it that you could distill to a shorter tag description.
(I've commented on the patch on the list just now, but I've also merged this so
see that as room for incremental improvement).
-Olof
WARNING: multiple messages have this Message-ID (diff)
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.13
Date: Sun, 18 Jun 2017 22:49:13 -0700 [thread overview]
Message-ID: <20170619054913.GI7703@localhost> (raw)
In-Reply-To: <cover.1497617480.git.horms+renesas@verge.net.au>
On Fri, Jun 16, 2017 at 03:30:30PM +0200, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC drivers updates for v4.13.
>
> This pull request is based on
> "[GIT PULL] Renesas ARM Based SoC Fixes for v4.12",
> tagged as renesas-fixes-for-v4.12,
> which you have already pulled and is present in v4.12-rc2.
>
> This base was used to supply a dependency. It is one patch away from
> v4.11-rc1. I could also have based the series on v4.12-rc2 but I wanted to
> avoid basing (any of my branches for v4.13) on something more recent than
> v4.12-rc1 unless strictly necessary. Nonetheless I'm happy to rebase if you
> prefer.
>
>
> The following changes since commit 7b4ccb3c466f62bbf2f4dd5d6a143d945a6f3051:
>
> soc: renesas: Provide dummy rcar_rst_read_mode_pins() for compile-testing (2017-04-28 10:07:36 +0200)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v4.13
>
> for you to fetch changes up to 8be381a131c29c4737aed44e7e5f90cb77bb4a7e:
>
> soc: renesas: Rework Kconfig and Makefile logic (2017-06-12 11:31:07 +0200)
>
> ----------------------------------------------------------------
> Renesas ARM Based SoC Drivers Updates for v4.13
>
> * Rework Kconfig and Makefile logic
There's little point it just enumerating the patches in this pull request:
That's obvious from the shortlog. Instead, please provide context and the
"why".
Why is Kconfig and Makefile logic reworked here? Geert wrote a great commit
message about it that you could distill to a shorter tag description.
(I've commented on the patch on the list just now, but I've also merged this so
see that as room for incremental improvement).
-Olof
next prev parent reply other threads:[~2017-06-19 6:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-16 13:30 [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.13 Simon Horman
2017-06-16 13:30 ` Simon Horman
2017-06-16 13:30 ` [PATCH] soc: renesas: Rework Kconfig and Makefile logic Simon Horman
2017-06-16 13:30 ` Simon Horman
2017-06-19 5:49 ` Olof Johansson [this message]
2017-06-19 5:49 ` [GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.13 Olof Johansson
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=20170619054913.GI7703@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 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.