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 296D3C43381 for ; Thu, 4 Mar 2021 09:54:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0707B64F40 for ; Thu, 4 Mar 2021 09:54:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238077AbhCDJxh (ORCPT ); Thu, 4 Mar 2021 04:53:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238053AbhCDJxb (ORCPT ); Thu, 4 Mar 2021 04:53:31 -0500 Received: from mail-qt1-x82f.google.com (mail-qt1-x82f.google.com [IPv6:2607:f8b0:4864:20::82f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A18FFC061761; Thu, 4 Mar 2021 01:52:50 -0800 (PST) Received: by mail-qt1-x82f.google.com with SMTP id d11so19202675qtx.9; Thu, 04 Mar 2021 01:52:50 -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=OQqd7MKj8Re6kTuY9Kq2ebhYDPJcIlWVpSJHWhFglbs=; b=L3OQXVwVYJvE4QAQvwRqbrAQi7N7F2CEtCnqPbSTyx6j6JWH7K20Uv7/Mi48ZYjTkw n4sKuuR+IC0rdlKm+vbElNJtm0BVwMnlLWdE/4Rc4L7blqGSPTElVbVXqDuxcCya/uYI +hpvVSmlpCCH4DG81P0mNXvYJbt4uvqO86GYY= 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=OQqd7MKj8Re6kTuY9Kq2ebhYDPJcIlWVpSJHWhFglbs=; b=G8790XOFvLNxWvjEGWmjkENwayYkBYE8rAYeDG3AY9S6dPBKncV98Vck+QdHJKLcsq 0+WV8pPKJw3LS/iXL7KpuWomJdzfGtNeuJJJz0PO0sAhTQasrszIweiKBF7hpRNYdCzA Wnsqblpg2RK6tQ0jMfIGpw/Llw4uHjy3DgyxSipiAtAKbnHrebOgDGRIISEoBQToarU4 td0KGqznv6tW7S+sqml2xVBF284hMxwIRImXiufY6cxGsXohBJsSnsJ0Ne6qrQXk3gBR +BqV6Cbzwj2FCgI34mGz2KOaCegIpfBC4MpShw9Vsub3t3F1BooxQoeM3BVwcGJ6v39/ tYrQ== X-Gm-Message-State: AOAM530sr/3ptafdCqmhBUgU5OJcZrJH40g4+HTmpReu5UhDbG3ZidR1 OIxJ3eO9wIAiKzDvppupDHpTtLsKRT+sHfMukug= X-Google-Smtp-Source: ABdhPJzlCKXSuOs0/05oaz9/C2tl2sY0tyAx+P0+0sxxacx9TpsnGobdQSzTM8vo+MbsrebJEgGaXVSoBRkgTtpZ6Yo= X-Received: by 2002:a05:622a:143:: with SMTP id v3mr3207635qtw.363.1614851569477; Thu, 04 Mar 2021 01:52:49 -0800 (PST) MIME-Version: 1.0 References: <20210301161031.684018251@linuxfoundation.org> <20210301161034.369309830@linuxfoundation.org> In-Reply-To: From: Joel Stanley Date: Thu, 4 Mar 2021 09:52:37 +0000 Message-ID: Subject: Re: [PATCH 4.19 055/247] soc: aspeed: snoop: Add clock control logic To: Greg Kroah-Hartman Cc: "Yoo, Jae Hyun" , John Wang , Linux Kernel Mailing List , "stable@vger.kernel.org" , Vernon Mauery , Sasha Levin Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 4 Mar 2021 at 08:12, Greg Kroah-Hartman wrote: > > On Tue, Mar 02, 2021 at 12:09:21AM +0000, Yoo, Jae Hyun wrote: > > > From: Joel Stanley > > > Jae, John; with this backported do we need to also provide a corresponding > > > device tree change for the stable tree, otherwise this driver will no longer > > > probe? > > > > Right. The second patch > > https://lore.kernel.org/linux-arm-kernel/20201208091748.1920-2-wangzhiqiang.bj@bytedance.com/ > > John submitted should be applied to stable tree too to make this module be probed > > correctly. > > Now queued up, thanks. Thanks Jae and Greg.