From patchwork Fri Sep 11 03:24:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stanley Chu X-Patchwork-Id: 257659 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=-5.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, MIME_BASE64_TEXT, SPF_HELO_NONE, SPF_PASS, UNPARSEABLE_RELAY, USER_AGENT_GIT autolearn=no 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 B686BC2D0E2 for ; Fri, 11 Sep 2020 03:25:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7511B21D81 for ; Fri, 11 Sep 2020 03:25:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mediatek.com header.i=@mediatek.com header.b="FY0/q0hf" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725840AbgIKDZF (ORCPT ); Thu, 10 Sep 2020 23:25:05 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:31211 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725812AbgIKDY5 (ORCPT ); Thu, 10 Sep 2020 23:24:57 -0400 X-UUID: 5c87b4bd350445b7bd4bf279273356d0-20200911 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=QmwsEWaxnOAFLlTyKo3ep0gcRa5p3BgYqpCcV32oTwI=; b=FY0/q0hfYGHPVT+qxJj3J8+82uDg1QSHCnbojPftesPvPJxU/rrp2i9kSeCRge2esHJMUMzM+nnkHiz9MID0CyZC80HnRMKZM7Gy/QlEKZ1mtUWJTU6ObUoJ3BrJseJMbJ5xn3JTq5exUXNkERX5u0wD9mg318ZCG3oANfnAoLA=; X-UUID: 5c87b4bd350445b7bd4bf279273356d0-20200911 Received: from mtkcas06.mediatek.inc [(172.21.101.30)] by mailgw02.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.14 Build 0819 with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 954541614; Fri, 11 Sep 2020 11:24:52 +0800 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs02n1.mediatek.inc (172.21.101.77) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 11 Sep 2020 11:24:49 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 11 Sep 2020 11:24:49 +0800 From: Stanley Chu To: , , , , , , , CC: , , , , , , , , , , , , , Stanley Chu Subject: [PATCH 0/2] scsi: ufs-mediatek: Support performance mode for inline encryption engine Date: Fri, 11 Sep 2020 11:24:47 +0800 Message-ID: <20200911032449.21577-1-stanley.chu@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Hi Martin, Rob, Avri, This series adds high-performance mode support for MediaTek UFS inline encryption engine. This feature is only required in specific platforms, i.e., MT8192 series. Please help consider this patch set in kernel v5.10. Thanks. Stanley Chu (2): scsi: ufs-mediatek: Support performance mode for inline encryption engine dt-bindings: ufs-mediatek: Add mt8192-ufshci compatible string .../devicetree/bindings/ufs/ufs-mediatek.txt | 4 +- drivers/scsi/ufs/ufs-mediatek.c | 178 +++++++++++++++++- drivers/scsi/ufs/ufs-mediatek.h | 22 +++ 3 files changed, 197 insertions(+), 7 deletions(-) -- 2.18.0