From patchwork Tue Oct 12 10:37:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12552021 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9177FC4332F for ; Tue, 12 Oct 2021 10:37:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6722860F21 for ; Tue, 12 Oct 2021 10:37:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235961AbhJLKj5 (ORCPT ); Tue, 12 Oct 2021 06:39:57 -0400 Received: from muru.com ([72.249.23.125]:43680 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235938AbhJLKj5 (ORCPT ); Tue, 12 Oct 2021 06:39:57 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 395D680B3; Tue, 12 Oct 2021 10:38:25 +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: [PATCHv3 0/6] More SoCs for sdhci-omap to deprecate omap_hsmmc Date: Tue, 12 Oct 2021 13:37:44 +0300 Message-Id: <20211012103750.38328-1-tony@atomide.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, Here are v3 changes to add 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. Then after some testing, I'll post patches to enable sdhci-omap for all the omap variants instead of omap_hsmmc. These patches are against current Linux next. Regards, Tony Changes since v2: - Fix up runtime PM issues and enable autosuspend based on comments from Ulf Changes since v1: - Added Rob's ack for the binding changes - Fix wakeirq assignment as noted by Grygorii Tony Lindgren (6): 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 sdhci: omap: Enable aggressive PM mmc: sdhci-omap: Configure optional wakeirq .../devicetree/bindings/mmc/sdhci-omap.txt | 6 +- drivers/mmc/host/sdhci-omap.c | 290 ++++++++++++++---- 2 files changed, 236 insertions(+), 60 deletions(-)