Re: [PATCH v2 24/60] drm/omap: dsi: Simplify debugfs implementation

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:42PM +0300, Laurent Pinchart wrote: > The DSI debugfs regs and irqs show handlers received a pointer to the > DSI private data. There's no need to look it up from the list of DSS > outputs. Use the pointer directly, this allows simplifying the > implementation of

[PATCH v2 24/60] drm/omap: dsi: Simplify debugfs implementation

2018-05-26 Thread Laurent Pinchart
The DSI debugfs regs and irqs show handlers received a pointer to the DSI private data. There's no need to look it up from the list of DSS outputs. Use the pointer directly, this allows simplifying the implementation of the handlers. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/ds