From patchwork Mon Feb 21 04:07:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leilk Liu X-Patchwork-Id: 545206 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9266AC433FE for ; Mon, 21 Feb 2022 04:07:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245656AbiBUEH7 (ORCPT ); Sun, 20 Feb 2022 23:07:59 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:37762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245643AbiBUEH4 (ORCPT ); Sun, 20 Feb 2022 23:07:56 -0500 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 309614476D; Sun, 20 Feb 2022 20:07:29 -0800 (PST) X-UUID: bdd467bc67bc445c99947520ce18f0fd-20220221 X-UUID: bdd467bc67bc445c99947520ce18f0fd-20220221 Received: from mtkcas10.mediatek.inc [(172.21.101.39)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 32669211; Mon, 21 Feb 2022 12:07:23 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Mon, 21 Feb 2022 12:07:22 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 21 Feb 2022 12:07:21 +0800 From: Leilk Liu To: Mark Brown CC: Rob Herring , Matthias Brugger , , , , , Subject: [PATCH V2 0/6] spi: mediatek: add single/quad mode support Date: Mon, 21 Feb 2022 12:07:11 +0800 Message-ID: <20220221040717.3729-1-leilk.liu@mediatek.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org v2: 1. rebase this series on spi for-next. 2. fix Rob and Krzysztof comments in v1. Leilk Liu (6): dt-bindings: spi: Add compatible for Mediatek IPM IP with single mode spi: mediatek: add IPM single mode design support dt-bindings: spi: Add compatible for Mediatek IPM IP with quad mode spi: mediatek: add spi memory support dt-bindings: spi: support spi-hclk spi: mediatek: support spi-hclk .../bindings/spi/mediatek,spi-mt65xx.yaml | 4 + drivers/spi/spi-mt65xx.c | 496 ++++++++++++++++-- 2 files changed, 468 insertions(+), 32 deletions(-) --- 2.25.1