public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
From: ben.hutchings@codethink.co.uk (Ben Hutchings)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [PATCH 00/15] Add GPIO, EthernetAVB and MMC support for iWave G20D-Q7 board
Date: Wed, 04 Oct 2017 17:38:34 +0100	[thread overview]
Message-ID: <1507135114.26687.18.camel@codethink.co.uk> (raw)
In-Reply-To: <1506706097-29770-1-git-send-email-chris.paterson2@renesas.com>

On Fri, 2017-09-29 at 18:28 +0100, Chris Paterson wrote:
> This patch series adds support for a number of interfaces to the iWave iwg20d-q7 
> (CIP reference) board which is based on the Renesas r8a7743 SoC.
> 
> Support is added for GPIO, EthernetAVB and MMC. In addition there is a patch to 
> add low-level debug support.
> 
> This series completes the basic platform support for the Renesas CIP reference 
> platform allowing users to get the platform up and running.
> 
> This patch series applies cleanly to and is tested on linux-4.4.y-cip 1e2ef7cc8.

This all looks good.  I've applied these patches locally and will push
out soon.

I booted it on my board and confirm that Ethernet and eMMC are now
working.  However, I had to enable EXT4_FS because shmobile_defconfig
doesn't.  That seems like an (upstream) bug.

Ben.

> 
> 
> Biju Das (7):
>   ARM: dts: iwg20d-q7: Add pinctl support for scif0
>   gpio: rcar: Add R8A7743 (RZ/G1M) support
>   ARM: dts: r8a7743: Add GPIO support
>   dt-bindings: net: ravb : Add support for r8a7743 SoC
>   ARM: shmobile: defconfig: Enable Ethernet AVB
>   ARM: dts: r8a7743: Add Ethernet AVB support
>   ARM: dts: iwg20d-q7: Add Ethernet AVB support
> 
> Chris Paterson (4):
>   dt-bindings: mmc: sh_mmcif: Document r8a7743 DT bindings
>   ARM: dts: r8a7743: Add MMCIF0 support
>   ARM: dts: iwg20m: Add MMCIF0 support
>   ARM: debug-ll: Add support for r8a7743
> 
> Geert Uytterhoeven (2):
>   pinctrl: sh-pfc: r8a7791: Add missing mmc_data8_b pin group
>   ARM: dts: iwg20m: Correct indentation of mmcif0 properties
> 
> Sergei Shtylyov (1):
>   ARM: dts: r8a7743: add PFC support
> 
> Simon Horman (1):
>   ravb: add fallback compatibility strings
> 
>  .../devicetree/bindings/gpio/renesas,gpio-rcar.txt |   1 +
>  .../devicetree/bindings/mmc/renesas,mmcif.txt      |   1 +
>  .../devicetree/bindings/net/renesas,ravb.txt       |  20 ++-
>  arch/arm/Kconfig.debug                             |   8 +-
>  arch/arm/boot/dts/r8a7743-iwg20d-q7.dts            |  31 +++++
>  arch/arm/boot/dts/r8a7743-iwg20m.dtsi              |  26 ++++
>  arch/arm/boot/dts/r8a7743.dtsi                     | 146 ++++++++++++++++++++-
>  arch/arm/configs/shmobile_defconfig                |   1 +
>  drivers/gpio/gpio-rcar.c                           |   4 +
>  drivers/net/ethernet/renesas/ravb_main.c           |   2 +
>  drivers/pinctrl/sh-pfc/pfc-r8a7791.c               |  15 ++-
>  11 files changed, 245 insertions(+), 10 deletions(-)
> 

-- 
Ben Hutchings
Software Developer, Codethink Ltd.

  parent reply	other threads:[~2017-10-04 16:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-29 17:28 [cip-dev] [PATCH 00/15] Add GPIO, EthernetAVB and MMC support for iWave G20D-Q7 board Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 01/15] ARM: dts: r8a7743: add PFC support Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 02/15] ARM: dts: iwg20d-q7: Add pinctl support for scif0 Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 03/15] gpio: rcar: Add R8A7743 (RZ/G1M) support Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 04/15] ARM: dts: r8a7743: Add GPIO support Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 05/15] ravb: add fallback compatibility strings Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 06/15] dt-bindings: net: ravb : Add support for r8a7743 SoC Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 07/15] ARM: shmobile: defconfig: Enable Ethernet AVB Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 08/15] ARM: dts: r8a7743: Add Ethernet AVB support Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 09/15] ARM: dts: iwg20d-q7: " Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 10/15] pinctrl: sh-pfc: r8a7791: Add missing mmc_data8_b pin group Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 11/15] dt-bindings: mmc: sh_mmcif: Document r8a7743 DT bindings Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 12/15] ARM: dts: r8a7743: Add MMCIF0 support Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 13/15] ARM: dts: iwg20m: " Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 14/15] ARM: dts: iwg20m: Correct indentation of mmcif0 properties Chris Paterson
2017-09-29 17:28 ` [cip-dev] [PATCH 15/15] ARM: debug-ll: Add support for r8a7743 Chris Paterson
2017-10-04 16:38 ` Ben Hutchings [this message]
2017-10-05 20:37   ` [cip-dev] [PATCH 00/15] Add GPIO, EthernetAVB and MMC support for iWave G20D-Q7 board Chris Paterson

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=1507135114.26687.18.camel@codethink.co.uk \
    --to=ben.hutchings@codethink.co.uk \
    --cc=cip-dev@lists.cip-project.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox