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 7BE42C2D0CE for ; Tue, 21 Jan 2020 12:02:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4C438217F4 for ; Tue, 21 Jan 2020 12:02:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="DfQ8Yf58" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728829AbgAUMCB (ORCPT ); Tue, 21 Jan 2020 07:02:01 -0500 Received: from mail-vs1-f67.google.com ([209.85.217.67]:40754 "EHLO mail-vs1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727817AbgAUMCA (ORCPT ); Tue, 21 Jan 2020 07:02:00 -0500 Received: by mail-vs1-f67.google.com with SMTP id g23so1545523vsr.7 for ; Tue, 21 Jan 2020 04:02:00 -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=WlDPGUCXlEVeTcZhHawX07d2lxqh/Mdp7/s77E+/zJk=; b=DfQ8Yf58JeljkgTbS9a3cao8ML5+qV3DAnHkunbr6P8ZYoE8SUvNa1Rf0hVrg43uKJ kqX0jYwwVIB8lTLwl8EbNxpWl1YtOU3tCQOMd1IX7BfJ0T+LwkxMPMll8T6cmu0ah5rq NNLC5WfsRD5iyXp1L9pfxQu9gdjwVUdO1glJ1maM+uYHzZAXRpIqt4PAib1HaoDkODN0 jcm3IlJ5gksSzosGgVcDcYW16DhgnzTqWvQO9CCv9B/kcJbh91U4vGPQUeYd3qDbo2V0 xgZv0VOsjmkqWYX+6LdS0cyPzdLRxiFD5rWCijz6aSl1+wlg2PAjECRYhAiHRs0CdPBO cZkg== 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=WlDPGUCXlEVeTcZhHawX07d2lxqh/Mdp7/s77E+/zJk=; b=SZz8q+auZbhg1xbgXDniIDDC45JhIZ5swQ4s3uBrArVu6Mk/l3aoGWpiT9Vc8NHrOq TrPUVNmXHeQTdj9xryURR8LZQ0eoY91iwPevP8empdmLTzGrH/vw7ya+mpfS0bynHYFt ll4KgzEMuK7S1rLHXJdQBhq/ooNPB3H1LYevKIQL90WzuNEQxSWF6wAWbU7DG5sGu4/r CGZpSScgLpFL2xjuxUooLnYWFR9lBqjPuyTZRcUUpGYo/UVdJByiWv88+J4jIk36mUgZ WWKi2kc4tarb1Wty3jnYRMSVG2OS0OVgs92pJesA3ha12pXkQsCIbx+b4B5pInGgwkZu 7EsQ== X-Gm-Message-State: APjAAAVS33V69K6L0x8YgVsoiRJZfKXGuiFH6bhvCKE0Ze9TYchGwpe4 7VCt5dwR/SYQKTstxAr9nq6h+00YGLyY0/86fYnhSQ== X-Google-Smtp-Source: APXvYqz2LEHuJMC+X8IU73bToBskn+ELWXDHBTXmfrBQoD8n5OvOsFOieWKumRukn3ny3dcoDaCxoZahX5z/weTMUNA= X-Received: by 2002:a67:cd96:: with SMTP id r22mr2417118vsl.165.1579608119447; Tue, 21 Jan 2020 04:01:59 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Ulf Hansson Date: Tue, 21 Jan 2020 13:01:22 +0100 Message-ID: Subject: Re: [RFC PATCH v2 0/6] Add support UHS-II for GL9755 To: Ben Chuang Cc: Adrian Hunter , linux-mmc , Linux Kernel Mailing List , greg.tu@genesyslogic.com.tw, Ben Chuang 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 Tue, 21 Jan 2020 at 10:37, Ben Chuang wrote: > > Hi Uffe and Adrian, > > On Thu, Jan 9, 2020 at 5:13 PM Ben Chuang wrote: > > > > Hi Uffe and Adrian, > > > > These patches support UHS-II and fix GL9755 UHS-II compatibility. > > > > The parts of UHS-II are based on [1][2] and porting to Linux 5.5-rc5. > > I have seen that Uffe comment that splitting the UHS-II parts into smaller > > patches. Other than splitting into small patches, could you give me some > > suggestions for refactoring/splitting files? > > > > Best regards, > > Ben > > Gentle Ping, Any comments? I coming to this, but I need some additional time. In any case, thanks for posting this and for pinging! [...] Kind regards Uffe