mbox series

[v7,0/4] Add CPU identification support for RZ/G2 SoC's

Message ID 20201127145300.7359-1-biju.das.jz@bp.renesas.com
Headers show
Series Add CPU identification support for RZ/G2 SoC's | expand

Message

Biju Das Nov. 27, 2020, 2:52 p.m. UTC
This patch series aims to add CPU identification support for RZ/G2 SoC's
and adding SDHI quirks using SoC identification driver.

This patch series depend on SoC identification driver[1]
[1] https://patchwork.ozlabs.org/project/uboot/list/?series=214706

Biju Das (4):
  arm: rmobile: Add RZ/G2[HMNE] SoC support
  mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-W and RZ/G2M
  mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-N and RZ/G2N
  mmc: renesas-sdhi: Add SDHI quirks for R-Car H3 and RZ/G2H

 arch/arm/mach-rmobile/cpu_info-rcar.c        |  22 ++-
 arch/arm/mach-rmobile/cpu_info.c             |  10 +-
 arch/arm/mach-rmobile/include/mach/rmobile.h |  60 +++++--
 drivers/mmc/renesas-sdhi.c                   | 160 +++++++++++++++++++
 4 files changed, 233 insertions(+), 19 deletions(-)