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=-2.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 91C86C3F2CD for ; Mon, 2 Mar 2020 19:11:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 634BE2173E for ; Mon, 2 Mar 2020 19:11:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="k25nYhd+" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727534AbgCBTLW (ORCPT ); Mon, 2 Mar 2020 14:11:22 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:34888 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727234AbgCBTLW (ORCPT ); Mon, 2 Mar 2020 14:11:22 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 022JBITB103346; Mon, 2 Mar 2020 13:11:18 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1583176278; bh=z3LjQa/lvG261qfCTQihr6ev+Qd8qiUMnEg6eeQxmsU=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=k25nYhd+7xWeA1M1Z5smp2xB+4qiEzgiU2lswKgrJOQb/8TGzJz8czFUsIACw7jbH I6L76g3DAImkDdLGg59PwDFsfW1VFh46/xE9V9DvCiSl8ZUcZrqHaUJvRFxaXy4e/5 MJOPZGl2EgR/aowt8t1YPBw6gHLQ3rP+aQ1Jdr1Q= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 022JBIoG071859 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 2 Mar 2020 13:11:18 -0600 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Mon, 2 Mar 2020 13:11:18 -0600 Received: from localhost.localdomain (10.64.41.19) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Mon, 2 Mar 2020 13:11:18 -0600 Received: from [10.250.132.245] (ileax41-snat.itg.ti.com [10.172.224.153]) by localhost.localdomain (8.15.2/8.15.2) with ESMTP id 022JBFGB065948; Mon, 2 Mar 2020 13:11:16 -0600 Subject: Re: [PATCH 0/3] Update phy configuration for AM65x To: , , CC: , , References: <20200108150920.14547-1-faiz_abbas@ti.com> From: Faiz Abbas Message-ID: <7edb2c28-11fd-e282-a8d7-e61aad8cace2@ti.com> Date: Tue, 3 Mar 2020 00:41:14 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <20200108150920.14547-1-faiz_abbas@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Uffe, On 08/01/20 8:39 pm, Faiz Abbas wrote: > The following patches update phy configurations for AM65x as given in > the latest data manual. > > The patches depend on my fixes series posted just before this: > https://patchwork.kernel.org/project/linux-mmc/list/?series=225425 > > Device tree patch updating the actual otap values will be posted > separately. > > Tested with Am65x-evm and J721e-evm. > > Faiz Abbas (3): > dt-bindings: mmc: sdhci-am654: Update Output tap delay binding > mmc: sdhci_am654: Update OTAPDLY writes > mmc: sdhci_am654: Enable DLL only for some speed modes > > .../devicetree/bindings/mmc/sdhci-am654.txt | 21 +- > drivers/mmc/host/sdhci_am654.c | 247 ++++++++++++------ > include/linux/mmc/host.h | 2 + > 3 files changed, 192 insertions(+), 78 deletions(-) > Can you help merge this? Thanks, Faiz