All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-renesas-soc@vger.kernel.org
Cc: Magnus Damm <magnus.damm@gmail.com>
Subject: [PATCH 00/03] v4.16 backports of M3-N PFC, Stout and RAVB
Date: Wed, 18 Apr 2018 17:32:55 +0900	[thread overview]
Message-ID: <152404037580.7843.5140455339218102749.sendpatchset@little-apple> (raw)

v4.16 backports of M3-N PFC, Stout and RAVB

[PATCH 01/03] pinctrl: sh-pfc: r8a77965: Initial support including SCIF
[PATCH 02/03] ravb: MTU support and minor fix
[PATCH 03/03] ARM: shmobile: stout: Initial support and regulator quirk

This series contain various backports useful for testing on v4.16 in case
latest upstream kernel remains unstable.

The series contains support for:
- R-Car M3-N PFC support (Initial support and SCIF device support)
- Ethernet AVB updates (MTU support and fix)
- Stout board support (Initial support and regulator quirk)

Thanks to Niklas, Jacopo and Marek for their efforts with the upstreaming.

Not-Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Fits on top of v4.16 mainline

 Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt |    1 
 arch/arm/boot/dts/Makefile                                        |    1 
 arch/arm/boot/dts/r8a7790-stout.dts                               |  363 +
 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c                |   23 
 drivers/net/ethernet/renesas/ravb.h                               |    1 
 drivers/net/ethernet/renesas/ravb_main.c                          |   33 
 drivers/pinctrl/sh-pfc/Kconfig                                    |    5 
 drivers/pinctrl/sh-pfc/Makefile                                   |    1 
 drivers/pinctrl/sh-pfc/core.c                                     |    6 
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c                             | 3022 ++++++++++
 drivers/pinctrl/sh-pfc/sh_pfc.h                                   |    1 
 11 files changed, 3443 insertions(+), 14 deletions(-)

             reply	other threads:[~2018-04-18  8:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-18  8:32 Magnus Damm [this message]
2018-04-18  8:33 ` [PATCH 02/03] ravb: MTU support and minor fix Magnus Damm
2018-04-18  8:33 ` [PATCH 03/03] ARM: shmobile: stout: Initial support and regulator quirk Magnus Damm
2018-04-18  8:55   ` Geert Uytterhoeven
2018-04-18  9:02     ` Magnus Damm

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=152404037580.7843.5140455339218102749.sendpatchset@little-apple \
    --to=magnus.damm@gmail.com \
    --cc=linux-renesas-soc@vger.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 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.