Message ID | 20230817075234.1075736-1-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
Headers | show |
Series | Improve tc358767 debugging | expand |
Hi, is there any feedback on this series? Thanks Alexander Am Donnerstag, 17. August 2023, 09:52:32 CET schrieb Alexander Stein: > this small series improves debugging the tc358767 driver by using > dev_err_probe for additional information (patch 1) and print IRQ debug > output only if hotplug status actually changed. > > Best regards, > Alexander > > Alexander Stein (2): > drm/bridge: tc358767: Use dev_err_probe > drm: bridge: tc358767: Only print GPIO debug output if they actually > occur > > drivers/gpu/drm/bridge/tc358767.c | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-)