From patchwork Sun Jun 6 18:08:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Zhou Yanjie X-Patchwork-Id: 455174 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DA8DC47096 for ; Sun, 6 Jun 2021 18:08:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5000061377 for ; Sun, 6 Jun 2021 18:08:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229956AbhFFSKS (ORCPT ); Sun, 6 Jun 2021 14:10:18 -0400 Received: from out28-100.mail.aliyun.com ([115.124.28.100]:45152 "EHLO out28-100.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229474AbhFFSKR (ORCPT ); Sun, 6 Jun 2021 14:10:17 -0400 X-Alimail-AntiSpam: AC=CONTINUE; BC=0.249555|-1; CH=green; DM=|CONTINUE|false|; DS=CONTINUE|ham_system_inform|0.0109502-0.00284589-0.986204; FP=0|0|0|0|0|-1|-1|-1; HT=ay29a033018047208; MF=zhouyanjie@wanyeetech.com; NM=1; PH=DS; RN=13; RT=13; SR=0; TI=SMTPD_---.KOTSOnf_1623002885; Received: from zhouyanjie-virtual-machine.localdomain(mailfrom:zhouyanjie@wanyeetech.com fp:SMTPD_---.KOTSOnf_1623002885) by smtp.aliyun-inc.com(10.147.40.2); Mon, 07 Jun 2021 02:08:23 +0800 From: =?utf-8?b?5ZGo55Cw5p2wIChaaG91IFlhbmppZSk=?= To: ulf.hansson@linaro.org, robh+dt@kernel.org Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, dongsheng.qiu@ingenic.com, aric.pzqi@ingenic.com, rick.tyliu@ingenic.com, sihui.liu@ingenic.com, jun.jiang@ingenic.com, sernia.zhou@foxmail.com, paul@crapouillou.net Subject: [PATCH 0/2] Add support for JZ4775 and rename unreasonable array name. Date: Mon, 7 Jun 2021 02:08:02 +0800 Message-Id: <1623002884-57244-1-git-send-email-zhouyanjie@wanyeetech.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org 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(-)