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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DD9CC77B72 for ; Thu, 20 Apr 2023 08:08:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234324AbjDTIIC (ORCPT ); Thu, 20 Apr 2023 04:08:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233822AbjDTIH7 (ORCPT ); Thu, 20 Apr 2023 04:07:59 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9666430E8; Thu, 20 Apr 2023 01:07:58 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 32A9D645CB; Thu, 20 Apr 2023 08:07:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3291C433EF; Thu, 20 Apr 2023 08:07:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681978077; bh=NuiCfwAC6tMz7jWBrBvLf45vkDlVaqOK7W0qEp70idE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G62TCUgDovvCWqZndYPAb45lUB0477MQCqrCzEz1+xQl2iv6Jy0naO7bGMq7lFt6w Hgig0oJd1TGz9zKuhvTTP5+B/fnYSbYo6tBaPKgaC/wLlnbPKIOTKoIDNvuzMa+FS/ CNf0Xh5xZc4cohnOb4omp/hswqGtIPNO+Siaf1aI= Date: Thu, 20 Apr 2023 10:07:49 +0200 From: Greg Kroah-Hartman To: Chunfeng Yun Cc: Rob Herring , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Mathias Nyman , linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Tianping Fang , Krzysztof Kozlowski Subject: Re: [PATCH v3 1/2] dt-bindings: usb: mtk-xhci: add an optional frame count clock Message-ID: References: <20230417024213.17973-1-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230417024213.17973-1-chunfeng.yun@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 17, 2023 at 10:42:12AM +0800, Chunfeng Yun wrote: > Add optional clock 'frmcnt_ck' used on 4nm or advanced process SoC > > Acked-by: Krzysztof Kozlowski > Reviewed-by: AngeloGioacchino Del Regno > Signed-off-by: Chunfeng Yun > --- > v3: add acked-by and Reviewed-by tags There's never a need to do this as our tools pick them up automatically. This resend did nothing but move it later in the queue to review :( thanks, greg k-h