Hi, On Mon, Aug 22, 2022 at 6:35 AM Johan Hovold <johan@xxxxxxxxxx> wrote: > > On Fri, Jul 22, 2022 at 11:48:40AM +0200, Johan Hovold wrote: > > On Mon, Jul 11, 2022 at 09:52:02AM +0200, Johan Hovold wrote: > > > Add an eDP panel entry for AUO B133UAN02.1. > > > > > > Due to lack of documentation, use the delay_200_500_e50 timings like > > > some other AUO entries for now. > > > > > > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > > > > Any comments to this one? > > > > It looks like it hasn't shown up in the dri-devel patchwork and just > > want to make sure it isn't lost. > > > > Rob Clark mentioned something about a spam filter on IRC. > > This one still hasn't been picked up. > > Is this something you can do, Doug? I noticed you applied a couple of > patches to this driver recently. > > Or who is really responsible for this driver? Officially it falls within this section of maintainers: DRM PANEL DRIVERS M: Thierry Reding <thierry.reding@xxxxxxxxx> R: Sam Ravnborg <sam@xxxxxxxxxxxx> L: dri-devel@xxxxxxxxxxxxxxxxxxxxx S: Maintained T: git git://anongit.freedesktop.org/drm/drm-misc F: Documentation/devicetree/bindings/display/panel/ F: drivers/gpu/drm/drm_panel.c F: drivers/gpu/drm/panel/ F: include/drm/drm_panel.h ...and then you just have to know that if the "tree" is drm-misc that it falls under drm-misc rules. That means that anyone who is a drm-misc-next committer can commit it. I've been trying to keep an eye on panel-edp ever since I split it out from panel-simple, though. I'll post up a MAINTAINERS entry to try to make that more official. In any case, I've landed this on drm-misc-next: ee50b0024408 drm/panel-edp: add AUO B133UAN02.1 panel entry -Doug