Paul Kocialkowski paul.kocialkowski@bootlin.com writes:
Hi,
Le mercredi 20 février 2019 à 13:03 -0800, Eric Anholt a écrit :
The debugfs_regset32 is nice to use for reducing boilerplate in dumping a bunch of regs in debugfs, but we also want to be able to print to dmesg them at runtime for driver debugging. drm_printer lets us format debugfs and the printk the same way.
Looks good to me!
Reviewed-by: Paul Kocialkowski paul.kocialkowski@bootlin.com
Thanks! Merged all but patch 3 (unreviewed) and patch 5 (needs patch 3 to avoid oopsing). Sending out a rebased version shortly.