From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [91.218.175.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 87E4518A93F for ; Tue, 10 Mar 2026 14:50:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773154241; cv=none; b=p8nx+xzhVvU3FkOR958csn7KEv+KelzGprRYjWFTkQlDVHxG2+TH/98woQvRSs5kcyRkoyUfmnIvk0Ui6hb28NMK2dYTlb3XKds9PxBjdJDE9BZW/Sl4lJsbfpo8l4BzF5xLmmZr83Lh1pt4RisKUpfcr6AZu9ebpDSWAgHfhBg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773154241; c=relaxed/simple; bh=mLu8o4gLucrIvwy95G1zG1rpQUwOyhDjHL/WelH6wTY=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=kmUNVIZ6qyG0ZxPEnN39tnnM22G0S9XBobtD+WGv/WNoQTL9JtXXH+KQiBXL380D+gbT0FydaigFUtzFk06HO/S8Mbvn6rhTb0Fv5OYBQ7qnnHclRDFcKYcVpc71viYG3n+y4sQKYHvDiUlnrM+QyGJixk4KC3kF+NweqBX2w2k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=qfcVLi5M; arc=none smtp.client-ip=91.218.175.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="qfcVLi5M" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1773154226; 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=mLu8o4gLucrIvwy95G1zG1rpQUwOyhDjHL/WelH6wTY=; b=qfcVLi5M7oKahIdyVWtRwer6YsiEa1OcI1kcH3ZeaYT6a9nfXYXkYvIErpdqH6dPK3FAmp FyVtilcfxGTreFSVW2x3F0KiSL4RSD5DMEnG66XP3oobBX65vJvAurTpU0A89PP1EOC4bo 5uOBOJTvAtZDqLK7wxLhGn6l0X3tzqE= Date: Tue, 10 Mar 2026 14:50:18 +0000 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v4] ptp: ocp: Add support for Xilinx-based Adva TimeCard variant Add support for the Adva TimeCard model built on a Xilinx-based design. This patch enables detection and integration of the new hardware within the existing OCP timecard framework. The Xilinx variant relies on the shared driver infrastructure, requiring only small, targeted additions to accommodate its specific characteristics. To: Sagi Maimon , jonathan.lemon@gmail.com, richardcochran@gmail.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, kernel test robot References: <20260310093559.222360-1-maimon.sagi@gmail.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Vadim Fedorenko In-Reply-To: <20260310093559.222360-1-maimon.sagi@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 10/03/2026 09:35, Sagi Maimon wrote: > Signed-off-by: Sagi Maimon Hi Sagi! Looks like your commit message was squashed into subject line. Please, ensure you have 1 empty line between subject and commit message > --- > --- > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202603100054.UoKwTVMf-lkp@intel.com/ These are not needed as the code is not in the tree/ Please, wait for 24h before next revision - you may receive some feedback on the patch provided