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.9 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 01690C33CB1 for ; Thu, 16 Jan 2020 15:38:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CCE1F2077B for ; Thu, 16 Jan 2020 15:38:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="FXRNGX/w" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726975AbgAPPiH (ORCPT ); Thu, 16 Jan 2020 10:38:07 -0500 Received: from mail-vs1-f67.google.com ([209.85.217.67]:37203 "EHLO mail-vs1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726688AbgAPPiH (ORCPT ); Thu, 16 Jan 2020 10:38:07 -0500 Received: by mail-vs1-f67.google.com with SMTP id x18so12947543vsq.4 for ; Thu, 16 Jan 2020 07:38:06 -0800 (PST) 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=jCvTIS4tQ0YDMzCJhY2iGF9SQox/7L34IA0xGsxARiE=; b=FXRNGX/w/8s6ukiHZP+xAG9Zk17IzHamP/KeDDJ5CfUSWDGk2795kT8yFUVPZMk7lh h6QrLucI0RcrkGe43+uE0PqL5kSYpl64RcGrRdOs8yo8UkWbvPFSELFaQgs0RrMaR7Qo 0Q88CpZJuQVF1b0k/oD5FuoDd3CUSfD3aLPcZ1XWlyGa3tS4n2E0GR6X3zZzxmReAIJv mtTIwyjXDAJUpMIGJFjbandsyp6h98X3Z4AFspkLd0By4AUghD84n1BTek4uVT7ARcu4 8ISc43o/dSN8TA0Vqal/6FyfhS188tePVRJXMI8M5wObPdEBXAuy09rU5KbArtkM0Zsw emAA== 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=jCvTIS4tQ0YDMzCJhY2iGF9SQox/7L34IA0xGsxARiE=; b=E15ji6OK47/H/rjv+xZa5q9ErbS/0lKYYuzZrrwvDaBaFu1F3x6Cqv08gGMgXz2cUt OEBo+jWzcb7l6aftNwTjQmcCdxq1EeWzqWpcQpiizeccN/pn4kZK8WstWhGdViI7zCPt ZB7ZjOsBHntQxbLR0s0UbGGRG1gX2wHZPyjmn1xW98v7lIHA8NnMhEEvtzJpBkkPhxYe RViw9iQx/m7c8c83YQ3alwzOVRaby55zMKXmC4MYqQIeoCQQa2Wv+e21maNXtAAY4ku/ sQnpqrYdWvvyCAJHIhzyTHxw2UPOJpzRz08MRy661VrLYdV3ZNnY58akwlP3XUTkyUSS Taeg== X-Gm-Message-State: APjAAAVNf7CYE07hwPfcGX/rh31mUCeDMWvgp1CZcWBhMs4LWOXscOs0 CGBWt9yMiC2p1mtt3B43ohT2QU+wrwOwyDonUkgg2Q== X-Google-Smtp-Source: APXvYqy2V8F3EIjtcs1c9fMRvkA1J11vpDWvxXSJ1z8tJfNzatLNryfS4NCA8fn+jw7VSK908AVNNVcnzvPLNa3iRwU= X-Received: by 2002:a67:e9da:: with SMTP id q26mr1949156vso.34.1579189086215; Thu, 16 Jan 2020 07:38:06 -0800 (PST) MIME-Version: 1.0 References: <20200116105154.7685-1-faiz_abbas@ti.com> In-Reply-To: <20200116105154.7685-1-faiz_abbas@ti.com> From: Ulf Hansson Date: Thu, 16 Jan 2020 16:37:30 +0100 Message-ID: Subject: Re: [PATCH v5 00/10] Port am335x and am437x devices to sdhci-omap To: Faiz Abbas Cc: linux-omap , Linux Kernel Mailing List , DTML , "linux-mmc@vger.kernel.org" , Adrian Hunter , Kishon , Mark Rutland , Rob Herring , Tony Lindgren Content-Type: text/plain; charset="UTF-8" Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org On Thu, 16 Jan 2020 at 11:50, Faiz Abbas wrote: > > The following add driver patches for porting TI's am335x and am437x devices to > the sdhci-omap driver. > > Patches 1-4 Add Support for external DMA to the sdhci driver. > > Patches 5-7 refactor the sdhci_set_timeout() function and use it disable > data timeout interrupt for erase commands > > Patches 8-9 add new compatibles for am335x and am43xx devices to the > sdhci-omap driver. > > Patch 10 implements special reset required for am335x and am437x > devices. > > DT changes will be posted as a separate series. > > Tested on: am335x-evm, am335x-boneblack, am335x-bonegreen-wireless, > am335x-sk, am335x-bone, am437x-idk, am43xx-gp-evm, am43xx-epos-evm. > > v5: > 1. Patch 3 now uses the dma_submit_error() API instead of checking the > cookie on its own. > 2. Dropped the patch adding ti,needs-special-reset property to > sdhci-omap. Using a flag in the driver instead. > 3. Minor spacing changes. Applied for next, thanks! [...] Kind regards Uffe