From mboxrd@z Thu Jan 1 00:00:00 1970 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,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 57F0CC4332F for ; Tue, 21 Sep 2021 11:16:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 421AE61186 for ; Tue, 21 Sep 2021 11:16:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232342AbhIULRj (ORCPT ); Tue, 21 Sep 2021 07:17:39 -0400 Received: from muru.com ([72.249.23.125]:35684 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232272AbhIULRh (ORCPT ); Tue, 21 Sep 2021 07:17:37 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 2714280A8; Tue, 21 Sep 2021 11:16:32 +0000 (UTC) From: Tony Lindgren To: Ulf Hansson Cc: Adrian Hunter , Chunyan Zhang , Faiz Abbas , Kishon Vijay Abraham I , Santosh Shilimkar , linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org Subject: [PATCH 0/5] More SoCs for sdhci-omap to deprecate omap_hsmmc Date: Tue, 21 Sep 2021 14:15:55 +0300 Message-Id: <20210921111600.24577-1-tony@atomide.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, This series of changes adds support to sdhci-omap for earlier SoCs so we can start deprecating the old omap_hsmmc driver. For most part these changes can be tested just by changing the old hsmmc devicetree compatible value for the SoC as described in the first binding patch. There are few old quirks I have not yet handled, like the wl1251 quirk f6498b922e57 ("mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pandora_wl1251_init_card"). But those can be added later once we figure out how to best handle them :) These patches are against v5.15-rc1, and depend on patch series "[PATCH 0/5] Prepare sdhci-omap to support more SoCs". Regards, Tony Tony Lindgren (5): dt-bindings: sdhci-omap: Update binding for legacy SoCs mmc: sdhci-omap: Handle voltages to add support omap4 mmc: sdhci-omap: Add omap_offset to support omap3 and earlier mmc: sdhci-omap: Implement PM runtime functions mmc: sdhci-omap: Configure optional wakeirq .../devicetree/bindings/mmc/sdhci-omap.txt | 6 +- drivers/mmc/host/sdhci-omap.c | 270 ++++++++++++++---- 2 files changed, 221 insertions(+), 55 deletions(-) -- 2.33.0