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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24D8FC433EF for ; Tue, 19 Oct 2021 11:37:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0BA3461361 for ; Tue, 19 Oct 2021 11:37:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235446AbhJSLj6 (ORCPT ); Tue, 19 Oct 2021 07:39:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235405AbhJSLjm (ORCPT ); Tue, 19 Oct 2021 07:39:42 -0400 Received: from mail-lf1-x135.google.com (mail-lf1-x135.google.com [IPv6:2a00:1450:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34697C061765 for ; Tue, 19 Oct 2021 04:37:29 -0700 (PDT) Received: by mail-lf1-x135.google.com with SMTP id g36so6804082lfv.3 for ; Tue, 19 Oct 2021 04:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CdPF+nAmej64mkR0xEgrQMTU0no804stc0osvj6kTUg=; b=lZYxFWcKseVaD8ggpOAQFkgIWWlgAO6sN+FF9jcLwlhS3lrFVB5KyR8l8ZfmHtxL47 szt5OrrZCFK2dSyV1ZKyfCDUrtrSTRT5ipWX9seSlWfav6OxroI2PTm8FQWCwhNl+uKu 4J8gVG6OArjQSom9+ixsQZWRMjCE/N+nhbgwsBjDLY6sSGLfHn9dbVrDNyjD1XYqfKuq 7dg3UbCgNhgc+O5VxwUxWCFPADhFekYCjz/IquF7jkv6Trt7+dAuzUip9z+jHPSODShn /Hl34ChP8MeQLItRCLKh/mJwHgiEI8Vo+FgGxjeYUteu0IEpSFSmZCZgork79wsabyvx 8zuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CdPF+nAmej64mkR0xEgrQMTU0no804stc0osvj6kTUg=; b=IMrIJRDfunpPwgqdDVAD3api+PnKWdxK37RDO2c2CsSPxq+OXkh/gNq/X/uFON8APm +wREVSaYzpRbaNICeUiyHCmDH1KxzIHfF0C8DbKbH6Nh5Ulf8vpqeTM6XvrIGFc8LFqO VZjw9RVBdY4AhgzelYTqsnuJSTBWYj/FujcePsKxYq4CQ2DramlnjRYY5524aVb7BJRR gxCp0jSpAeiZXYIg/WGE43DA0d1RWPY5DvU2aETe9deUEL8kiuIqF/vjZSQ5PIosvh5E 8GyFXkRoJCPvgBSXjAh6jqL83XutMypEXf4aQIo8c2C+HFYdOP/wsJGj/44T6S/s2LxB wQew== X-Gm-Message-State: AOAM532vfxYRoJNqafWqKkRS5jgj3DhPwXlLm0/2KrL8Bd919isSUym/ 6NmABR3LiZR01JJ6uvy8VraqLkTJDqxQ7//xoQKV4w== X-Google-Smtp-Source: ABdhPJxKT3O/0e6XB8E3CXnzNjzfH4t/JQnxNF+xHXvwOIFdL47cQ56BLWHm9PXUgYML55dzAFoM5Me5qL51ZGBzpb8= X-Received: by 2002:ac2:5e3c:: with SMTP id o28mr5494689lfg.184.1634643447603; Tue, 19 Oct 2021 04:37:27 -0700 (PDT) MIME-Version: 1.0 References: <20211015104720.52240-1-tony@atomide.com> In-Reply-To: <20211015104720.52240-1-tony@atomide.com> From: Ulf Hansson Date: Tue, 19 Oct 2021 13:36:51 +0200 Message-ID: Subject: Re: [PATCHv4 0/6] More SoCs for sdhci-omap to deprecate omap_hsmmc To: Tony Lindgren Cc: Adrian Hunter , Chunyan Zhang , Faiz Abbas , Kishon Vijay Abraham I , Santosh Shilimkar , linux-mmc , linux-omap , Rob Herring , DTML Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 15 Oct 2021 at 12:47, Tony Lindgren wrote: > > Hi, > > Here are v4 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 v3: > > - More runtime PM fixes and improvments as commented by Ulf > > - Use 0U instead of 0UL to fix compile warnings > > 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 > mmc: sdhci-omap: Allow SDIO card power off and enable aggressive PM > mmc: sdhci-omap: Configure optional wakeirq > > .../devicetree/bindings/mmc/sdhci-omap.txt | 6 +- > drivers/mmc/host/sdhci-omap.c | 260 ++++++++++++++---- > 2 files changed, 204 insertions(+), 62 deletions(-) > > -- > 2.33.0 Applied for next, thanks! Kind regards Uffe