From patchwork Tue Jun 4 15:15:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 10975501 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 54F964179 for ; Tue, 4 Jun 2019 15:15:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 45E7D28066 for ; Tue, 4 Jun 2019 15:15:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 43E0A27F17; Tue, 4 Jun 2019 15:15:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4B0D228066 for ; Tue, 4 Jun 2019 15:15:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728010AbfFDPPk (ORCPT ); Tue, 4 Jun 2019 11:15:40 -0400 Received: from sauhun.de ([88.99.104.3]:47218 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727866AbfFDPPk (ORCPT ); Tue, 4 Jun 2019 11:15:40 -0400 Received: from localhost (p5486CF7A.dip0.t-ipconnect.de [84.134.207.122]) by pokefinder.org (Postfix) with ESMTPSA id E0ED53E43C2; Tue, 4 Jun 2019 17:15:38 +0200 (CEST) From: Wolfram Sang To: linux-mmc@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda , =?utf-8?q?Niklas_S?= =?utf-8?q?=C3=B6derlund?= , Wolfram Sang Subject: [PATCH 0/3] mmc: sdhi: improve HS400 quirk handling Date: Tue, 4 Jun 2019 17:15:27 +0200 Message-Id: <20190604151530.7023-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP There are some more SoCs which cannot handle HS400. Add them and clean up the quirk handling a bit. So, patch 1 is suitable for stable, the rest isn't. Note that I don't have that HW, so I am relying on the provided information. Wolfram Sang (3): mmc: sdhi: disallow HS400 for M3-W ES1.2 and V3H mmc: sdhi: improve quirk descriptions mmc: sdhi: remove unneeded initialization drivers/mmc/host/renesas_sdhi_core.c | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) Reviewed-by: Niklas Söderlund