mbox series

[PULL,2/5] Renesas ARM SoC updates for v5.4

Message ID 20190823123643.18799-3-geert+renesas@glider.be (mailing list archive)
State New, archived
Headers show
Series Renesas SoC updates for v5.4 (take two) | expand

Pull-request

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

Message

Geert Uytterhoeven Aug. 23, 2019, 12:36 p.m. UTC
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e9670ccb39dbcfc934ae9533163e81a769d2cb82:

  ARM: debug-ll: Add support for r7s9210 (2019-08-21 11:15:26 +0200)

----------------------------------------------------------------
Renesas ARM SoC updates for v5.4

  - Low-level debugging support for RZ/A2M.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: debug-ll: Add support for r7s9210

 arch/arm/Kconfig.debug                | 20 +++++++++++++++++++-
 arch/arm/include/debug/renesas-scif.S |  6 +++++-
 2 files changed, 24 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Sept. 3, 2019, 9:14 p.m. UTC | #1
On Fri, Aug 23, 2019 at 2:36 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> Renesas ARM SoC updates for v5.4
>
>   - Low-level debugging support for RZ/A2M.
>

Pulled into arm/soc, thanks!

This should be the last of your pull requests for the moment. Can you check that
everything is there once it hits linux-next (probably Wednesday, I may have just
missed today).

       Arnd
Geert Uytterhoeven Sept. 4, 2019, 7:15 a.m. UTC | #2
Hi Arnd,

On Tue, Sep 3, 2019 at 11:15 PM Arnd Bergmann <arnd@arndb.de> wrote:
> On Fri, Aug 23, 2019 at 2:36 PM Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
> > Renesas ARM SoC updates for v5.4
> >
> >   - Low-level debugging support for RZ/A2M.
> >
>
> Pulled into arm/soc, thanks!
>
> This should be the last of your pull requests for the moment. Can you check that
> everything is there once it hits linux-next (probably Wednesday, I may have just
> missed today).

$ for i in $(git tag | grep renesas-.*-for-v5.4); do echo --- $i ---;
git cherry -v arm-soc/for-next $i; done
--- renesas-arm-dt-for-v5.4-tag1 ---
--- renesas-arm-soc-for-v5.4-tag1 ---
--- renesas-arm64-dt-for-v5.4-tag1 ---
--- renesas-arm64-dt-for-v5.4-tag2 ---
--- renesas-drivers-for-v5.4-tag1 ---
--- renesas-drivers-for-v5.4-tag2 ---
--- renesas-dt-bindings-for-v5.4-tag1 ---
--- renesas-dt-bindings-for-v5.4-tag2 ---

Yep, all included.

Thanks a lot!

Gr{oetje,eeting}s,

                        Geert