From patchwork Tue Feb 23 10:08:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 12100123 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.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 C03ADC43381 for ; Tue, 23 Feb 2021 10:10:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9175D64E3F for ; Tue, 23 Feb 2021 10:10:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232461AbhBWKKu (ORCPT ); Tue, 23 Feb 2021 05:10:50 -0500 Received: from www.zeus03.de ([194.117.254.33]:49232 "EHLO mail.zeus03.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232445AbhBWKJ3 (ORCPT ); Tue, 23 Feb 2021 05:09:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=sang-engineering.com; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=k1; bh=X0uHiRhrChptj3xmbp7NflwH9t0 PQOAemyJn9uqKQBk=; b=vbW0fXHjnRJBj1HDu4OojKh1d1j7laMMaDYs/CGUwSb pyf6NfAEGkiwxK/6z53gtcLespnS8nkgs48TkPaCNNK/9NS/mCzml8Ur2VqIZyjN owtnAduO9qRtZumDvDongNf/cPEA431oCk4wP7n5tLpNPSK4dq+FFh7qrsk7HZfM = Received: (qmail 2594313 invoked from network); 23 Feb 2021 11:08:38 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 23 Feb 2021 11:08:38 +0100 X-UD-Smtp-Session: l3s3148p1@f4n1Gf67IoMgARa4RdeBASWYxunz7zkl From: Wolfram Sang To: linux-mmc@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda , Wolfram Sang Subject: [PATCH 0/2] mmc: tmio/sdhi: add support for custom MASK_ALL Date: Tue, 23 Feb 2021 11:08:28 +0100 Message-Id: <20210223100830.25125-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Here is a small series to ensure SDHI Gen2+ will use its custom MASK_ALL value all the time. Please let me know what you think. Happy hacking, Wolfram Wolfram Sang (2): mmc: tmio: support custom irq masks mmc: renesas_sdhi: use custom mask for TMIO_MASK_ALL drivers/mmc/host/renesas_sdhi_core.c | 3 ++- drivers/mmc/host/tmio_mmc.h | 3 ++- drivers/mmc/host/tmio_mmc_core.c | 8 +++++--- 3 files changed, 9 insertions(+), 5 deletions(-)