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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 68C9BC433E0 for ; Wed, 10 Feb 2021 10:32:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F52B64DD9 for ; Wed, 10 Feb 2021 10:32:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231273AbhBJKbn (ORCPT ); Wed, 10 Feb 2021 05:31:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229547AbhBJKTe (ORCPT ); Wed, 10 Feb 2021 05:19:34 -0500 Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9626AC06178A for ; Wed, 10 Feb 2021 02:18:54 -0800 (PST) Received: by mail-qt1-x834.google.com with SMTP id v3so1117486qtw.4 for ; Wed, 10 Feb 2021 02:18:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=baxcKrCgkoScFUDNAwKsa84jVZFHv1nVp34webfNPW4=; b=FMzLIjunyqiHNiUcPvkqjDQKBNtMZFSJVGEPJfUVMDqvrc/fzg9Nb4FG7kVjduLgXB EP3sCzCQRAKuTEHztB6GWafxqQAYW53oatc5Vs+ENMIsF/z63khBAKiPab/05HGlBsm4 qNGb3KtRaLxNLMtTdC/WtCNJaK9NMwUP5bBLw= 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=baxcKrCgkoScFUDNAwKsa84jVZFHv1nVp34webfNPW4=; b=ahGfSIyhk2ePmRkv7TOYsF0WLeqIOQNndrV2uLha2qkCVBtvMCF58KUn4mqP0mmQWZ JWcU1DOS3qWYX+vlnBC4nPAj0DFlwvAIe0VjyTfgFF32YtgRXZ9kn6Smi4y6QaWRGpvQ iv7EV4YCjrAvNTpZsbaKq3+X9dh/u4p3GU/kCO6CNhYbeJQYdaOcmogJ/Yjyz2hLeDyL xEcLrPGNc0lklfXAR63UxSerRo0b//4nZciv2TkxqG2ova7lo2Ynmzmlv+2BWwAon3tu DKotevTgurHJeJt3lpIUpTSZ1bebj93GwKJcwsgx4RkpDRASYhekvznSTaM38brhJd0U rL4w== X-Gm-Message-State: AOAM532AA5At+249iP8poXnIZd2wutOSu0BddnBx13ogDJWONXjywKO5 Xmpa2zlTWJT9ZbGLm5lm+bIDMUexyFxoCEeMJXo= X-Google-Smtp-Source: ABdhPJx8EwJMSfm1WnKBn8E5s6t3mQThpXYQTyVN5sLS/BAw6cQj9PKEjrp9ONWSXAMxw7s+zOrssnSpZXkZO5vOhFM= X-Received: by 2002:ac8:5156:: with SMTP id h22mr2122208qtn.176.1612952333710; Wed, 10 Feb 2021 02:18:53 -0800 (PST) MIME-Version: 1.0 References: <20201208091748.1920-1-wangzhiqiang.bj@bytedance.com> In-Reply-To: From: Joel Stanley Date: Wed, 10 Feb 2021 10:18:40 +0000 Message-ID: Subject: Re: [PATCH v2 1/2] misc: Add clock control logic into Aspeed LPC SNOOP driver To: Arnd Bergmann Cc: Ryan Chen , John Wang , "xuxiaohan@bytedance.com" , "yulei.sh@bytedance.com" , Robert Lippert , "moderated list:ARM/ASPEED MACHINE SUPPORT" , Greg Kroah-Hartman , Vernon Mauery , open list , Jae Hyun Yoo , Patrick Venture , "moderated list:ARM/ASPEED MACHINE SUPPORT" , Joel Stanley , Andrew Jeffery Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 Feb 2021 at 01:43, Arnd Bergmann wrote: > > On Sat, Jan 16, 2021 at 2:03 AM Ryan Chen wrote: > > > > > > Sorry it did not make it into the merge window. The patch is still in patchwork. > > > I could just pick it up directly for v5.12, or wait for a combined pull request > > > with other work. > > > > Hello Arnd, > > Thanks your update. > > > > >Joel, please let me know what you prefer. > > > > > Hello Joel, > > Could you help check on this patch? > > https://patchwork.ozlabs.org/project/linux-aspeed/patch/20200928070108.14040-2-ryan_chen@aspeedtech.com/ Sure, I'll respond to that thread separately. > Hi Joel, > > I see there has been no new pull request for mach-aspeed in > v5.12. If you have any material at all, please send it as soon > as you can so I can pick it up this time. There are some patches that I have queued up. As you can see I have been a bit behind this cycle. I'll get a pull request to you today. Thanks for the reminder. Cheers, Joel > > As a reminder, the patch here has still not been merged, as I > never heard back from you. > > Arnd