On 9 May 2018 at 14:38, Yoshihiro Kaneko <[email protected]> wrote:
> From: Masaharu Hayakawa <[email protected]>
>
> This patch adds r8a77965 support in SDHI.
>
> Signed-off-by: Masaharu Hayakawa <[email protected]>
> Signed-off-by: Yoshihiro Kaneko <[email protected]>
> Tested-by: Simon Horman <[email protected]>
> Tested-by: Wolfram Sang <[email protected]>
Thanks, applied for next!
Kind regards
Uffe
> ---
>
> This patch is based on the next branch of Ulf Hansson's mmc tree.
>
> v2 [Yoshihiro Kaneko]
> renesas_sdhi_internal_dmac.c
> * As suggested by Simon Horman
> Dropped .revision for r8a77965 in gen3_soc_whitelist.
> * As suggested by Wolfram Sang
> Dropped "renesas,rcar-gen3-sdhi" line in
> renesas_sdhi_internal_dmac_of_match.
>
> Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 1 +
> drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
> b/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
> index ba38252..ee978c9 100644
> --- a/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
> +++ b/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
> @@ -26,6 +26,7 @@ Required properties:
> "renesas,sdhi-r8a7794" - SDHI IP on R8A7794 SoC
> "renesas,sdhi-r8a7795" - SDHI IP on R8A7795 SoC
> "renesas,sdhi-r8a7796" - SDHI IP on R8A7796 SoC
> + "renesas,sdhi-r8a77965" - SDHI IP on R8A77965 SoC
> "renesas,sdhi-r8a77980" - SDHI IP on R8A77980 SoC
> "renesas,sdhi-r8a77995" - SDHI IP on R8A77995 SoC
> "renesas,sdhi-shmobile" - a generic sh-mobile SDHI controller
> diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c
> b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
> index a6bf123..b6edb7a 100644
> --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c
> +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
> @@ -276,6 +276,7 @@ static void
> renesas_sdhi_internal_dmac_complete_tasklet_fn(unsigned long arg)
> /* generic ones */
> { .soc_id = "r8a7795" },
> { .soc_id = "r8a7796" },
> + { .soc_id = "r8a77965" },
> { .soc_id = "r8a77980" },
> { .soc_id = "r8a77995" },
> { /* sentinel */ }
> --
> 1.9.1
>