Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-06 | pwm/tracing: Also record trace events for failed API calls | Uwe Kleine-König | 1 | -10/+10 | |
Record and report an error code for the events. This allows to report about failed calls without ambiguity and so gives a more complete picture. Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2020-01-20 | pwm: Implement tracing for .get_state() and .apply_state() | Uwe Kleine-König | 1 | -0/+58 | |
This allows to log all calls to the driver's lowlevel functions which simplifies debugging in some cases. Signed-off-by: Uwe Kleine-König <[email protected]> Reviewed-by: Steven Rostedt (VMware) <[email protected]> Signed-off-by: Thierry Reding <[email protected]> |