[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
<DU2PR01MB80345FD736DD9957D4CD6F6AF990A@DU2PR01MB8034.eurprd01.prod.exchangelabs.com>
Date: Mon, 18 Dec 2023 07:58:45 +0000
From: Flavio Suligoi <f.suligoi@...m.it>
To: Daniel Thompson <daniel.thompson@...aro.org>, Andy Shevchenko
<andriy.shevchenko@...ux.intel.com>
CC: "dri-devel@...ts.freedesktop.org" <dri-devel@...ts.freedesktop.org>,
"linux-fbdev@...r.kernel.org" <linux-fbdev@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, Lee Jones
<lee@...nel.org>, Jingoo Han <jingoohan1@...il.com>, Helge Deller
<deller@....de>
Subject: RE: [PATCH v1 1/2] backlight: mp3309c: Make use of device properties
Hi Daniel,
...
> Subject: Re: [PATCH v1 1/2] backlight: mp3309c: Make use of device
> properties
> > +++ b/drivers/video/backlight/mp3309c.c
> > @@ -15,6 +15,8 @@
> > #include <linux/delay.h>
> > #include <linux/gpio/consumer.h>
> > #include <linux/i2c.h>
> > +#include <linux/mod_devicetable.h>
> > +#include <linux/property.h>
> > #include <linux/pwm.h>
> > #include <linux/regmap.h>
> >
> > @@ -202,15 +204,12 @@ static const struct backlight_ops mp3309c_bl_ops
> = {
> > static int pm3309c_parse_dt_node(struct mp3309c_chip *chip,
>
> Pretty minor... but I wonder if it should be renamed:
> mp3309c_parse_fwnode().
Right! It was my oversight!
Thanks!
>
>
> Daniel.
Flavio
Powered by blists - more mailing lists