]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Merge branch 'limit-devicetree-parameters-to-hardware-capability'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 28 Jan 2025 11:44:47 +0000 (12:44 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 28 Jan 2025 11:44:47 +0000 (12:44 +0100)
Kunihiko Hayashi says:

====================
Limit devicetree parameters to hardware capability

This series includes patches that checks the devicetree properties,
the number of MTL queues and FIFO size values, and if these specified
values exceed the value contained in hardware capabilities, limit to
the values from the capabilities. Do nothing if the capabilities don't
have any specified values.

And this sets hardware capability values if FIFO sizes are not specified
and removes redundant lines.
====================

Link: https://patch.msgid.link/20250127013820.2941044-1-hayashi.kunihiko@socionext.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge