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 C3FBBC0015E for ; Fri, 11 Aug 2023 13:23:45 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rww9o0YmLXIki2aFtngd1cRev1vbkJUCnCEIHQqaxGo=; b=b7sBq6Sc/jDtaC iR6TvDHlOqSdXwtU2gBAcKiNcacIJi4fTQImPZhIJl+BCVyiBIRRTjH9nVYKqmHjarjguodDtiNcd s2vKWOFUaUYaQ63YLHSKWVx8sD9BA4s7RBhT2FtFIM0wkU9LIpyq24Cb9hM53kGgkmUMpfFht1ca9 e7GklPsRxei696qPApLehpiO5WThrPemAOS799GxvJtGZhKy5Fdem3GusuYN4iwoc6bXxVz6NvViB EBDpLc3PTV/hBEi0yRP7WiCjYbuQV4CsKhvsERhBHonnvCQNfG7fEMf2bSR38VIlJSmXVC8UJuHSh ox23cIYs85mKUa+ASXDQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qUS6r-00AiWt-0A; Fri, 11 Aug 2023 13:23:21 +0000 Received: from out-68.mta1.migadu.com ([2001:41d0:203:375::44]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qUS6o-00AiWB-2l for linux-arm-kernel@lists.infradead.org; Fri, 11 Aug 2023 13:23:20 +0000 Message-ID: <271b76c6-a52a-0c8b-5560-8a72c4340faf@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1691760195; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SkZWE4XFj7n8PtSuWO95wRoJ9c9BRctbYRXHgzE+874=; b=q9k1tHJR1cMhrkd4lyzS4+BSxbHSM490dxoSUrrR8QHrxenoc5OqPCuV0LHLB4XLaiM0Dw N8ObBd2AOuHAaL+3bIkd10FDI6YsmHru3PRZOeZh6EbkHFkL+Pd8RPXucsT1d+yT5pTWU/ n+upeYSRMSeTp3dB4DCewzo6X1LIJiE= Date: Fri, 11 Aug 2023 14:23:08 +0100 MIME-Version: 1.0 Subject: Re: [PATCH net-next v3 6/9] ice: add admin commands to access cgu configuration Content-Language: en-US To: "Kubalewski, Arkadiusz" , Jakub Kicinski Cc: Jiri Pirko , Jonathan Lemon , Paolo Abeni , "Olech, Milena" , "Michalik, Michal" , "linux-arm-kernel@lists.infradead.org" , poros , mschmidt , "netdev@vger.kernel.org" , "linux-clk@vger.kernel.org" , Bart Van Assche , "intel-wired-lan@lists.osuosl.org" References: <20230809214027.556192-1-vadim.fedorenko@linux.dev> <20230809214027.556192-7-vadim.fedorenko@linux.dev> <20230810192102.2932d58f@kernel.org> <8d52ab61-e532-0ef8-4227-ea1ab469f4cb@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Vadim Fedorenko In-Reply-To: X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230811_062319_056463_72A94261 X-CRM114-Status: GOOD ( 10.73 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 11/08/2023 13:16, Kubalewski, Arkadiusz wrote: >> From: Vadim Fedorenko >> Sent: Friday, August 11, 2023 11:31 AM >> >> On 11/08/2023 03:21, Jakub Kicinski wrote: >>> On Wed, 9 Aug 2023 22:40:24 +0100 Vadim Fedorenko wrote: >>>> From: Arkadiusz Kubalewski >>>> >>>> Add firmware admin command to access clock generation unit >>>> configuration, it is required to enable Extended PTP and SyncE features >>>> in the driver. >>>> Add definitions of possible hardware variations of input and output pins >>>> related to clock generation unit and functions to access the data. >>> >>> Doesn't build, but hold off a little with reposting, please hopefully >>> I'll have more time tomorrow to review. >> >> Yeah, we've found the issue already and Arkadiusz has prepared a patch >> to fix it. I can do the repost once you are ok to review. > > Thanks Vadim, > > Just realized you have already replied on this.. > Ok, so I guess v4 after all. > > Thank you! > Arkadiusz Yeah, it will be v4 anyway _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel