From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.183]) (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 A7EE237187D; Fri, 13 Mar 2026 12:31:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773405092; cv=none; b=M5BqkDuYK/FzpsH1Cqh3noWX2YXe5CNwCEfAgPOx4pTM1+IEjETU0lEBvTfqpDyJ4hkD9N8gV9FJpU6LXwxui1zzKlVSZZrsb/gzwXzyKU9A64MOsIWlSuMV0qwTd9VXIwy8yiV8EcFD06hU+ZsxlA0ABR3ipHPM8C4EH5MoDdQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773405092; c=relaxed/simple; bh=OWsAMDbjxhTXfUK9I0PcKbj+knOjySpUdB8xI1DB8Yg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=JbkfwraZ/zfzrbdu7JHPORLRAZWeK41srSRz29QYWRYfDHGay5DQeVBcEVU/RNHzoqmeGQ5DW28pLHyS6Wom6Je7DGU64Fpfa95GjgZE/LInmJRtTK6KY9clv/4GsF8mIzgXzmQXxVUKyfuQoRIFmfooZFPZ5Iy58tM1uXafdG4= 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=dgd9n2j/; arc=none smtp.client-ip=91.218.175.183 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="dgd9n2j/" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1773405088; 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=LuLbMM2W+d0B1mK2Cs3qgA+PTOZ/KPeigPC0b/hAxWs=; b=dgd9n2j/C9HgyKQ8FXkoQ6l/tUkeVfY73ynx6TBbxj8E+W8NJY1+MEjgmku8kVomUuqXIC Fok1wXfBAIRvua5T4te4xKyU4Mig3cNH5IRS6r97D1zgL+heXuBQh6HXJ/9/uoS0ccwkF2 nHVlUeiSnEFYN9vlSZOnMGA4zSsMTgQ= Date: Fri, 13 Mar 2026 12:31:25 +0000 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v5] ptp: ocp: Add support for Xilinx-based Adva TimeCard variant 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: <20260312082009.249622-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: <20260312082009.249622-1-maimon.sagi@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 12/03/2026 08:20, Sagi Maimon wrote: > 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. > > Signed-off-by: Sagi Maimon Reviewed-by: Vadim Fedorenko