[PATCH v4] drm/panel: db7430: Add driver for Samsung DB7430

Linus Walleij linus.walleij at linaro.org
Thu Jun 10 22:04:22 UTC 2021


Hi Noralf,

thanks for the review. Doug poked me with something sharp
until I finally complied and started to use the DBI library.
Now I have to convert the other 9bpw DBI type displays
I have.

On Thu, Jun 10, 2021 at 6:15 PM Noralf Trønnes <noralf at tronnes.org> wrote:

> > +     /** @reset: reset GPIO line */
> > +     struct gpio_desc *reset;
>
> You can use dbi->reset.

I fixed all except this: it just feels weird to use the struct mipi_dbi for
storing the reset without the DBI core making any operations on it,
I think this and the regulator should possibly be moved over to
struct mipi_dbi_dev where the regulator is.

Yours,
Linus Walleij


More information about the dri-devel mailing list