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 8C0F060DC5 for ; Mon, 26 Feb 2024 17:15:49 +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=1708967749; cv=none; b=fCVXpce48Tzn32khPkIAa0rrhxD+xu746WUAH2TQuoZWv9cDrnRhdYC3a1eWHAPgZqapggErOdwtcZ9VSB9FV6Ce9jU91bh8t4cG3WwF4SNXU11dm0VCUvD4ttEp6sBhxwFSLC0J90U94LBJp2USmjbYPVj9Vj12/HNfTgMLRgA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708967749; c=relaxed/simple; bh=RmVB/Zlb5l33c9Qk6cVqya9DXZ9ZWVNDDj+FxnzoIHk=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=DRm5ySfc+d0BTlQB5yebQDRclPVKsQhv127LJvsUYTXuGvoJrblr6JZyqaejenfYYCLY5OWF2ZNRKJR32Gn8y0Xz811vLUbg8OvOwxbAHYQEhrxlhbV6jO7807EwAaxDQ3B2htfsaH/4rmaMzka1q+Ibo3ar0GeL7AC8dJYP5Uw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=t9g/wYnu; 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="t9g/wYnu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6214C433C7; Mon, 26 Feb 2024 17:15:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708967749; bh=RmVB/Zlb5l33c9Qk6cVqya9DXZ9ZWVNDDj+FxnzoIHk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=t9g/wYnuUYtWISlNxMPzVFhWMVqIfJgjLeiBTuDM8F/L02CLkyTMw7IolJEKTG1qd paA1KRQRiG1d0Rc4sTiq3n3cpbUCr0wGhalysJwqcwq26IDKvzU12ero9FDNZd7PQd 2XgRIBgO9OR1wGqMXTPOMd+qSoVZS9RN358rBqfpXNmCnbg5mWNbI9QwKBcqWRsM/L VoMm4BsfnVfe0/M6aKsrDL4ZflFzN3w0JqgHe+xM2MWyynx4Dq/wewntv/Vn/EKvV5 MgT/dCLjGm/OmEpSqEWvLUhh+O1YIuUpymAAOjdaFCS7m8ghXEcp0xo9yCfB8QaijE KaJqucDwZ45zg== Message-ID: Date: Mon, 26 Feb 2024 19:15:43 +0200 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next v3 05/10] net: ti: icssg-prueth: Add SR1.0-specific description bits Content-Language: en-US To: Diogo Ivo , danishanwar@ti.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, andrew@lunn.ch, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org Cc: jan.kiszka@siemens.com References: <20240221152421.112324-1-diogo.ivo@siemens.com> <20240221152421.112324-6-diogo.ivo@siemens.com> From: Roger Quadros In-Reply-To: <20240221152421.112324-6-diogo.ivo@siemens.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 21/02/2024 17:24, Diogo Ivo wrote: > Add a field to distinguish between SR1.0 and SR2.0 in the driver > as well as the necessary structures to program SR1.0. > > Based on the work of Roger Quadros in TI's 5.10 SDK [1]. > > [1]: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/?h=ti-linux-5.10.y > > Co-developed-by: Jan Kiszka > Signed-off-by: Jan Kiszka > Signed-off-by: Diogo Ivo Reviewed-by: Roger Quadros -- cheers, -roger