mbox series

[v2,0/2] Add support for JZ4775

Message ID 1623329930-14387-1-git-send-email-zhouyanjie@wanyeetech.com
Headers show
Series Add support for JZ4775 | expand

Message

Zhou Yanjie June 10, 2021, 12:58 p.m. UTC
v1->v2:
1.Add support for probing mmc driver on the JZ4775 SoC from Ingenic.
2.The drive clock selection and sample clock selection have been
  supported since JZ4775, not X1000. So support for these two
  functions has been added for JZ4775 and JZ4780.

周琰杰 (Zhou Yanjie) (2):
  dt-bindings: mmc: JZ4740: Add bindings for JZ4775.
  mmc: JZ4740: Add support for JZ4775.

 Documentation/devicetree/bindings/mmc/ingenic,mmc.yaml | 1 +
 drivers/mmc/host/jz4740_mmc.c                          | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

Ulf Hansson June 11, 2021, 7:40 a.m. UTC | #1
On Thu, 10 Jun 2021 at 14:59, 周琰杰 (Zhou Yanjie)
<zhouyanjie@wanyeetech.com> wrote:
>
> v1->v2:
> 1.Add support for probing mmc driver on the JZ4775 SoC from Ingenic.
> 2.The drive clock selection and sample clock selection have been
>   supported since JZ4775, not X1000. So support for these two
>   functions has been added for JZ4775 and JZ4780.
>
> 周琰杰 (Zhou Yanjie) (2):
>   dt-bindings: mmc: JZ4740: Add bindings for JZ4775.
>   mmc: JZ4740: Add support for JZ4775.
>
>  Documentation/devicetree/bindings/mmc/ingenic,mmc.yaml | 1 +
>  drivers/mmc/host/jz4740_mmc.c                          | 5 +++--
>  2 files changed, 4 insertions(+), 2 deletions(-)
>

Applied for next, thanks!

Kind regards
Uffe