On Fri, Nov 07, 2025 at 10:51:11AM -0500, Frank Li wrote:
> On Fri, Nov 07, 2025 at 01:49:59PM +0100, Maud Spierings via B4 Relay wrote:
> > From: Maud Spierings <[email protected]>
> >
> > The Maxim MAX25014 is a 4-channel automotive grade backlight driver IC
> > with integrated boost controller.
> >
> > Signed-off-by: Maud Spierings <[email protected]>
<snip>
> > +static int max25014_probe(struct i2c_client *cl)
> > +{
> > + struct backlight_device *bl;
> > + const struct i2c_device_id *id = i2c_client_get_device_id(cl);
> > + struct max25014 *maxim;
> > + struct backlight_properties props;
> > + int ret;
> > + uint32_t initial_brightness = 50;
>
> try keep reverise christmas order
I thought reverse christmas tree order only applied to code where the
maintainers called it out in Development/process (e.g. netdev and tip).
Daniel.