mbox series

[0/2] Add support for JZ4775 and rename unreasonable array name.

Message ID 1623002884-57244-1-git-send-email-zhouyanjie@wanyeetech.com
Headers show
Series Add support for JZ4775 and rename unreasonable array name. | expand

Message

Zhou Yanjie June 6, 2021, 6:08 p.m. UTC
1.Add the MMC bindings for the JZ4775 SoC from Ingenic.
2.Add support for probing mmc driver on the JZ4775 SoC from Ingenic.
3.When the support for JZ4775 SoC is added, there will be six compatible
  strings, so renaming "jz4740_mmc_of_match[]" to "jz4740_mmc_of_matches[]"
  is more reasonable.

周琰杰 (Zhou Yanjie) (2):
  dt-bindings: mmc: JZ4740: Add bindings for JZ4775.
  mmc: JZ4740: Add support for JZ4775 and rename unreasonable array
    name.

 .../devicetree/bindings/mmc/ingenic,mmc.yaml       |  1 +
 drivers/mmc/host/jz4740_mmc.c                      | 25 ++++++++++++----------
 2 files changed, 15 insertions(+), 11 deletions(-)