mbox series

[PULL,4/5] Renesas driver updates for v5.4 (take two)

Message ID 20190823123643.18799-5-geert+renesas@glider.be (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
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-drivers-for-v5.4-tag2

Message

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

  soc: renesas: rcar-sysc: Use [] to denote a flexible array member (2019-07-29 15:36:56 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v5.4-tag2

for you to fetch changes up to 2eced4607a1e6f51f928ae3e521fe02be5cb7d23:

  soc: renesas: Enable ARM_ERRATA_754322 for affected Cortex-A9 (2019-08-23 10:33:31 +0200)

----------------------------------------------------------------
Renesas driver updates for v5.4 (take two)

  - Improve "always-on" PM Domain handling on SH/R-Mobile SoCs,
  - Automatic errata selection for Cortex-A7/A9,
  - Small fixes and improvements.

----------------------------------------------------------------
Geert Uytterhoeven (4):
      soc: renesas: rcar-sysc: Eliminate local variable gov
      soc: renesas: rmobile-sysc: Set GENPD_FLAG_ALWAYS_ON for always-on domain
      soc: renesas: Enable ARM_ERRATA_814220 for affected Cortex-A7
      soc: renesas: Enable ARM_ERRATA_754322 for affected Cortex-A9

Nishka Dasgupta (1):
      soc: renesas: rcar-sysc: Add goto to of_node_put() before return

 drivers/soc/renesas/Kconfig        | 11 +++++++++++
 drivers/soc/renesas/rcar-sysc.c    |  5 ++---
 drivers/soc/renesas/rmobile-sysc.c | 31 ++++++++++++++++---------------
 3 files changed, 29 insertions(+), 18 deletions(-)

Comments

Arnd Bergmann Sept. 3, 2019, 8:16 p.m. UTC | #1
On Fri, Aug 23, 2019 at 2:36 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> Renesas driver updates for v5.4 (take two)
>
>   - Improve "always-on" PM Domain handling on SH/R-Mobile SoCs,
>   - Automatic errata selection for Cortex-A7/A9,
>   - Small fixes and improvements.
>

Pulled into arm/drivers, thanks!

      Arnd