public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 00/15] Add GPIO, EthernetAVB and MMC support for iWave G20D-Q7 board
@ 2017-09-29 17:28 Chris Paterson
  2017-09-29 17:28 ` [cip-dev] [PATCH 01/15] ARM: dts: r8a7743: add PFC support Chris Paterson
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Chris Paterson @ 2017-09-29 17:28 UTC (permalink / raw)
  To: cip-dev

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.



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(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-10-05 20:37 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [cip-dev] [PATCH 00/15] Add GPIO, EthernetAVB and MMC support for iWave G20D-Q7 board Ben Hutchings
2017-10-05 20:37   ` Chris Paterson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox