From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 27807285CAD; Mon, 11 May 2026 23:50:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778543405; cv=none; b=R5HEF4Y9BHzEgydeFMcm/63Zy5oUelOlq1fmukKKHl1lSld21elltJI/tNT8RK0iZ4nIjUT58qs5cjwHzRidEtk+URQxhoZaJdso+FBLdvyHRm4Ui8i+6Y5OP8rOG1uVYUgh/hmxhqrpITxGYhULoj+i5lTAvpfssKrPJI38pqM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778543405; c=relaxed/simple; bh=rPj6SxaQ6jhCHXuTYCPE/1ioS/qiF+7562agQyPg2Zs=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=gHzZr4/zE1gROHW0fd+PhrQFcQqqQ5K/Dp/N9DBgYznRvm31eq9Y4J2HXXWF3aPxdptMokPgcOqytJluFGQ+0Rv7mp1RCwrnscyCBHdvpA2VGkJ6/1KjOqzI1z18RqODXnvpiFb6hr4s3bK91jQJEnDKzz144eVJxWdTe4xbrRI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=a8BsJar4; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="a8BsJar4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57316C2BCB0; Mon, 11 May 2026 23:50:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778543404; bh=rPj6SxaQ6jhCHXuTYCPE/1ioS/qiF+7562agQyPg2Zs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=a8BsJar4w83nRlR3PgQRWyOpiVmZKBbe7z5lPLj3egWHZ4oNULLTyd3q9cWRWFYr9 uUgIILnvzeFSiNvgihO4rLcZegMr45rJHIAigXnwVocG+XzgisdXQqiBZ3Rd1n0vx2 yXnEVsxFrIOOSXa9IjBm5QX4vwfYIYylUXxLs7FnL+yoNmJXhpou67SDXJNJOBZgx8 wCRPrCQGxq3AgmZM2DpHVhOg41zgwrNghIj1WrDDF1Q0sD1FDNyLc/dS5Es3onjUfZ DG6/iTH9GdaRmZNSCqK8z3478N7fVRwAoLU8lM/xnmlfeuDwzR5EDzFScIMfjl3K6q mUCGSqpHmwsMw== Date: Mon, 11 May 2026 16:50:03 -0700 From: Jakub Kicinski To: "Sukhdeep Soni [C]" Cc: "netdev@vger.kernel.org" , Igor Russkikh , Egor Pomozov , "richardcochran@gmail.com" , "andrew+netdev@lunn.ch" , "davem@davemloft.net" , "edumazet@google.com" , "pabeni@redhat.com" , "vadim.fedorenko@linux.dev" , "linux-kernel@vger.kernel.org" Subject: Re: [EXTERNAL] Re: [PATCH net-next v2 0/9] net: atlantic: add PTP support for AQC113 (Antigua) Message-ID: <20260511165003.3a9edc41@kernel.org> In-Reply-To: References: <20260506135706.2834-1-sukhdeeps@marvell.com> <20260508120156.3060-1-sukhdeeps@marvell.com> <20260508160656.2a318b34@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 11 May 2026 12:26:23 +0000 Sukhdeep Soni [C] wrote: > Thank you for raising this. Igor Russkikh has left Marvell and I have > taken over as the maintainer of the atlantic driver. I apologize for > the lack of responses to community patches =E2=80=94 I was not aware of = the > outstanding submissions until now. > =20 > I will: > - Review all pending patches for the atlantic driver on the mailing list > - Respond within the netdev review SLA going forward > - Submit a patch to update the MAINTAINERS file to reflect the change > =20 > I take the maintainer responsibilities seriously as described in the > documentation you referenced. Ack, thanks for reviewing the pending submission! Looking forward to the MAINTAINERS update. (We'll get to reviewing this series in due course.)