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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CACEDC77B72 for ; Thu, 20 Apr 2023 08:09:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/j/dtM1aHYhbkdUxragltBIJZD4clhrQmglfE1j++L0=; b=mduUIpok+Oe5Ng Q0VQkzHmjuZrLJNYaBKenT2t2KygPP6YtE3zoXR6KapVLqqbYWZtufxu4bE6U8q1shP6JvaevUkgL z5sbP9GgmDV1dSG0o08t4YcttGGxdW7E+OvX5crw1xaU3F6RBxXwxB6gNDSEMzETfKhC46Du4efrK jOjNjNG1wRSallayicXd5+uxH7HSXX43bIa6gp0SEZh/bGerf5B9l5fVYOvPqBIcNvCSR0aGgX1Zj TjykR1ybNkopAy5fDPDa6XH3PLdBaE00EoQ4Z/W7oNpbsRIxR8LCHefwLWpa/DTneYOQPQtUKMgBW Fb63P4vNeEF4ri8HGB4A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ppPKj-007Lty-29; Thu, 20 Apr 2023 08:08:01 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1ppPKh-007LtC-0w; Thu, 20 Apr 2023 08:08:00 +0000 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 32454643FD; 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-Disposition: inline In-Reply-To: <20230417024213.17973-1-chunfeng.yun@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230420_010759_382089_58BCFF1A X-CRM114-Status: GOOD ( 10.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel