On 2024/10/31 20:31, Neil Armstrong wrote:
On 30/10/2024 15:49, Sui Jingfeng wrote:
Hi,
On 2024/10/21 21:08, Neil Armstrong wrote:
Hi,
On Fri, 18 Oct 2024 15:49:34 +0300, Abel Vesa wrote:
The assignment of the of_node to the aux bridge needs to mark the
of_node as reused as well, otherwise resource providers like
pinctrl will
report a gpio as already requested by a different device when both
pinconf
and gpios property are present.
Fix that by using the device_set_of_node_from_dev() helper instead.
[...]
Thanks, Applied to
https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-fixes)
It's quite impolite to force push patches that still under reviewing,
this prevent us to know what exactly its solves.
It's quite explicit.
Auxiliary bus emphasis on *compartmentalize*, layer, and distribute
domain-specific concerns via *Linux device-driver model*.
Reusing(or sharing) of_node by multiple devices proved that the two
subsystems are still tangled together somehow. Which is fundamentally
violate the philosophy of compartmentalization.
The way that driver operated is not via Linux device-driver model either,
lots of those kind things happens quite implicitly.
But I think beautiful things associated behind this might also be voided,
that's it.
This also prevent us from finding a better solution.
Better solution of ? This needed to be fixed and backported to stable,
if there's desire to redesign the driver, then it should be discussed
in a separate thread.
[1/1] drm/bridge: Fix assignment of the of_node of the parent to aux
bridge
https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/85e444a68126a631221ae32c63fce882bb18a262
--
Best regards,
Sui