]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'net-ravb-soc-specific-configuration'
authorJakub Kicinski <kuba@kernel.org>
Sat, 25 Oct 2025 02:04:36 +0000 (19:04 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 25 Oct 2025 02:05:57 +0000 (19:05 -0700)
Lad Prabhakar says:

====================
net: ravb: SoC-specific configuration

This series addresses several issues in the Renesas Ethernet AVB (ravb)
driver related to SoC-specific resource configuration.

The series includes the following changes:

- Make DBAT entry count configurable per SoC
The number of descriptor base address table (DBAT) entries is not uniform
across all SoCs. Pass this information via the hardware info structure and
allocate resources accordingly.

- Allocate correct number of queues based on SoC support
Use the per-SoC configuration to determine whether a network control queue
is available, and allocate queues dynamically to match the SoC's
capability.

v2: https://lore.kernel.org/20251017151830.171062-1-prabhakar.mahadev-lad.rj@bp.renesas.com
====================

Link: https://patch.msgid.link/20251023112111.215198-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge