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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 87F9EC433DF for ; Mon, 6 Jul 2020 14:49:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 611762070C for ; Mon, 6 Jul 2020 14:49:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="prFOwogC" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729420AbgGFOth (ORCPT ); Mon, 6 Jul 2020 10:49:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729409AbgGFOtf (ORCPT ); Mon, 6 Jul 2020 10:49:35 -0400 Received: from mail-vs1-xe44.google.com (mail-vs1-xe44.google.com [IPv6:2607:f8b0:4864:20::e44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6A10AC08C5DF for ; Mon, 6 Jul 2020 07:49:35 -0700 (PDT) Received: by mail-vs1-xe44.google.com with SMTP id o15so20697808vsp.12 for ; Mon, 06 Jul 2020 07:49:35 -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=HyMqFb7tzBuwiN7KkfvbwKvQf9DKp/quj/oeR7HiAvA=; b=prFOwogC8BpJ+Dwcz5Rx7XOchM4UmKtnLdv+riLgr4pBLN1VKufGmD+KSXpdMSy23H AmVR0x9sQwVq/9mb9dCKhJcrVAXdoaE7jTI6PgO9Iowgq3o1+Eon7aM43Byp9jF5mUUT opFprijxueAsN99Oh0q1nbhcO+41DmBj1ovyuPKl7vEWz6nt77FClZ/xJ6xOSDPIiZSt UTXETn85MQi171A/ipDu6HZnmnlBNxHxevl+oiXhkh/S/w7mQV1sKJ+TCxFiC9wfCqWa PQoJUgk7fZY9GxcFmV72Je9UNcZxehw/Aqqo342szVSyk6whKUNnXIq+iB8dEN1Dqele rF/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=HyMqFb7tzBuwiN7KkfvbwKvQf9DKp/quj/oeR7HiAvA=; b=RxW8a2kL7F4/TLM59EcTKRNVf5HCNj5mAxfBeswTnaP54c8yCBAY2UhwAPspCk953U 4l2Hlmd46cfDjX9/tgxm57mHKbmHWBWL5pRK9lN9zgP9gYzt+w8HcnjYyau88OT4dX15 OUh+pZwXBy+WqC66ge00W9KeWPc/41zRAxmJUrrdpLb+dag3GBoaZZcW+dI6jUy7oyms WoD6KOczQ/TPVnKPqNxzZggot5yW8eT7IlJeI7Yxb7c4TBcWdpOgGnnLqKCNMdAXThPJ UPEvAjS3DYnD/zCpR+GaGytkb2TJIsiwO4KKWkGV5I9NX8groSZAmWku9L+UKGnRNOTI mIIg== X-Gm-Message-State: AOAM530WaJuY5AyxBaxr7OA/o/qoH9SeuhsgHCNYuShDuwEUAsnulV2a AyxTBrqEc1su7DIrGvVjET/9VsV6itINxIMziP9RXQ== X-Google-Smtp-Source: ABdhPJyRXkNySVdhTSpyDekSoW0nF2LRzTf/2mQXstc8RpWalN5j4CARY/ALlPCDhFkYl3FouP2gH8j7N6FaQBSom1Q= X-Received: by 2002:a67:ca03:: with SMTP id z3mr29170488vsk.34.1594046974669; Mon, 06 Jul 2020 07:49:34 -0700 (PDT) MIME-Version: 1.0 References: <20200619125801.9530-1-faiz_abbas@ti.com> In-Reply-To: <20200619125801.9530-1-faiz_abbas@ti.com> From: Ulf Hansson Date: Mon, 6 Jul 2020 16:48:57 +0200 Message-ID: Subject: Re: [PATCH 0/7] Add support for SD card in AM654x-evm To: Faiz Abbas Cc: Linux ARM , Linux Kernel Mailing List , DTML , "linux-mmc@vger.kernel.org" , Adrian Hunter , Will Deacon , Catalin Marinas , Rob Herring Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 19 Jun 2020 at 14:58, Faiz Abbas wrote: > > The following patches add driver support for SD card on the > am654x-evm. It only enables high speed mode with UHS mode > support coming in a future series. > > DTS support will be added in another series as well. > > Faiz Abbas (7): > dt-bindings: mmc: sdhci-am654: Add ti,clkbuf-sel binding > mmc: sdhci_am654: Add flag for PHY calibration > mmc: sdhci_am654: Add Support for SR2.0 > mmc: sdhci_am654: Fix conditions for enabling dll > mmc: sdhci_am654: Update delay chain configuration > mmc: sdhci_am654: Add support for clkbuf_sel property > arm64: defconfig: Enable AM654x SDHCI controller > > .../devicetree/bindings/mmc/sdhci-am654.txt | 1 + > arch/arm64/configs/defconfig | 1 + > drivers/mmc/host/sdhci_am654.c | 86 ++++++++++++++----- > 3 files changed, 65 insertions(+), 23 deletions(-) > > -- > 2.17.1 > Patch 1 to 6, applied for next, thanks! Kind regards Uffe 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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 F3C18C433E2 for ; Mon, 6 Jul 2020 14:51:01 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C2D6D206E6 for ; Mon, 6 Jul 2020 14:51:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qwjZfn3m"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="prFOwogC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C2D6D206E6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=h5NRXS/VKaQ5sodc5VilA1wnKiIKJeIx0zYyYG4ZFF8=; b=qwjZfn3mVUvlMVWHGC6pIxMvh SDZwXTkFUTXyevgV5E1rJ12wgzHC/cURN6FInxEAYxh61WOJ2m433le8i5Sox86nrM7vyjKjcnR38 0vmo4QQMvMaZUNKHBydUnh45dk2luaJS/UHh26LGc76dqOr/4Oedx3SYwDJGRdeeOd0Cdk2BbHaxS 7yKm2oYahwPlKgWl6dPCmO6JyK7XUB/MRb2JhIC7ly+I9vVm3Cjqf+5L9lOMzHP15LP+IVXY/HjwE j7lZc6gSg+zdKvNo+0lqsGuc2CThe5Q+KeixoSxwTIWl1Hd2KzvqoZFCnjoHnRet1w/pvR12lzWxM 01ukbMvYw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsSR9-0000uJ-Dg; Mon, 06 Jul 2020 14:49:39 +0000 Received: from mail-vs1-xe42.google.com ([2607:f8b0:4864:20::e42]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsSR6-0000t1-Tf for linux-arm-kernel@lists.infradead.org; Mon, 06 Jul 2020 14:49:37 +0000 Received: by mail-vs1-xe42.google.com with SMTP id m25so20689409vsp.8 for ; Mon, 06 Jul 2020 07:49:35 -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=HyMqFb7tzBuwiN7KkfvbwKvQf9DKp/quj/oeR7HiAvA=; b=prFOwogC8BpJ+Dwcz5Rx7XOchM4UmKtnLdv+riLgr4pBLN1VKufGmD+KSXpdMSy23H AmVR0x9sQwVq/9mb9dCKhJcrVAXdoaE7jTI6PgO9Iowgq3o1+Eon7aM43Byp9jF5mUUT opFprijxueAsN99Oh0q1nbhcO+41DmBj1ovyuPKl7vEWz6nt77FClZ/xJ6xOSDPIiZSt UTXETn85MQi171A/ipDu6HZnmnlBNxHxevl+oiXhkh/S/w7mQV1sKJ+TCxFiC9wfCqWa PQoJUgk7fZY9GxcFmV72Je9UNcZxehw/Aqqo342szVSyk6whKUNnXIq+iB8dEN1Dqele rF/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=HyMqFb7tzBuwiN7KkfvbwKvQf9DKp/quj/oeR7HiAvA=; b=MxY1wkAzUGaC5FCpidk253zL9pPK8jXQVLzy3XofiqRTYuHEHpzX3TYZmgLGbmprAD t3WOCfGO2kEZgyDjYd3BfUy4AyA2H5Ln4CLnKv4JZat0/bZh9lyjll5ao8GTqWQil0QC yKO/4T8Blp2mmwZJC3adbi/97JeETNL+ESRQs8u3vrQgYRGmucDY3BLmyZr6ARgK1Wii Bt/z4yoix0BmiH0p0cuPOa0TBQCfn+U0cKXGTNrddGTCBkQUhDYSkxhYsYCWiWRR8AhK Ro3gp9VVs/S8fFP+AdvJhSbTzuu55EXZxaClSyxvdl3uMN86nEdi9Km6fQcv/38jbGpn /E8A== X-Gm-Message-State: AOAM530SA3y+1G8u7oSd7MGJEO9uhBudbI4xezfR2SUV177BLDs+ty9E 4v2PKkSRDyVzCfoagJ/40zBAPtDgVi69ISqh01KNiw== X-Google-Smtp-Source: ABdhPJyRXkNySVdhTSpyDekSoW0nF2LRzTf/2mQXstc8RpWalN5j4CARY/ALlPCDhFkYl3FouP2gH8j7N6FaQBSom1Q= X-Received: by 2002:a67:ca03:: with SMTP id z3mr29170488vsk.34.1594046974669; Mon, 06 Jul 2020 07:49:34 -0700 (PDT) MIME-Version: 1.0 References: <20200619125801.9530-1-faiz_abbas@ti.com> In-Reply-To: <20200619125801.9530-1-faiz_abbas@ti.com> From: Ulf Hansson Date: Mon, 6 Jul 2020 16:48:57 +0200 Message-ID: Subject: Re: [PATCH 0/7] Add support for SD card in AM654x-evm To: Faiz Abbas X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200706_104936_994434_DBC3AE4B X-CRM114-Status: GOOD ( 13.68 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: DTML , Catalin Marinas , "linux-mmc@vger.kernel.org" , Linux Kernel Mailing List , Adrian Hunter , Rob Herring , Will Deacon , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 19 Jun 2020 at 14:58, Faiz Abbas wrote: > > The following patches add driver support for SD card on the > am654x-evm. It only enables high speed mode with UHS mode > support coming in a future series. > > DTS support will be added in another series as well. > > Faiz Abbas (7): > dt-bindings: mmc: sdhci-am654: Add ti,clkbuf-sel binding > mmc: sdhci_am654: Add flag for PHY calibration > mmc: sdhci_am654: Add Support for SR2.0 > mmc: sdhci_am654: Fix conditions for enabling dll > mmc: sdhci_am654: Update delay chain configuration > mmc: sdhci_am654: Add support for clkbuf_sel property > arm64: defconfig: Enable AM654x SDHCI controller > > .../devicetree/bindings/mmc/sdhci-am654.txt | 1 + > arch/arm64/configs/defconfig | 1 + > drivers/mmc/host/sdhci_am654.c | 86 ++++++++++++++----- > 3 files changed, 65 insertions(+), 23 deletions(-) > > -- > 2.17.1 > Patch 1 to 6, applied for next, thanks! Kind regards Uffe _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel