]> www.infradead.org Git - users/dwmw2/linux.git/commit
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)
commit740a3e71567195427495cb4d68bdee1eb1482ba4
tree857f3b6b975a29b85e1aa28cd85130e8d99c889b
parent4f5a52adeb1ad675ca33f1e1eacd9c0bbaf393d4
parent8865d22656b442b8d0fb019e6acb2292b99a9c3c
Merge branch 'limit-devicetree-parameters-to-hardware-capability'

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>