[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YFC2rnje4KLtjfFQ@smile.fi.intel.com>
Date: Tue, 16 Mar 2021 15:46:22 +0200
From: Andy Shevchenko <andriy.shevchenko@...el.com>
To: Henning Schild <henning.schild@...mens.com>
Cc: Claudius Heine <ch@...x.de>,
johannes hahn <johannes-hahn@...mens.com>,
Alessandro Zummo <a.zummo@...ertech.it>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
"open list:REAL TIME CLOCK (RTC) SUBSYSTEM"
<linux-rtc@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>,
werner zeh <werner.zeh@...mens.com>,
martin mantel <martin.mantel@...mens.com>,
val krutov <val.krutov@....epson.com>
Subject: Re: [PATCH v3 1/1] rtc: rx6110: add ACPI bindings to I2C
On Tue, Mar 16, 2021 at 12:52:51PM +0100, Henning Schild wrote:
> Am Tue, 16 Mar 2021 13:30:36 +0200
> schrieb Andy Shevchenko <andriy.shevchenko@...el.com>:
>
> > On Tue, Mar 16, 2021 at 11:08:05AM +0100, Claudius Heine wrote:
> > > From: Johannes Hahn <johannes-hahn@...mens.com>
> > >
> > > This allows the RX6110 driver to be automatically assigned to the
> > > right device on the I2C bus.
> >
> > Thanks for all effort!
> > Reviewed-by: Andy Shevchenko <andriy.shevchenko@...el.com>
> > after addressing the below comments.
> >
> > > Signed-off-by: Johannes Hahn <johannes-hahn@...mens.com>
> > > Signed-off-by: Claudius Heine <ch@...x.de>
> >
> > > Signed-off-by: Henning Schild <henning.schild@...mens.com>
>
> Claudius, just remove that. I guess just add yours and mention authors
> in the code if they should receive some recognition.
> > > +#ifdef CONFIG_ACPI
> > > +static const struct acpi_device_id rx6110_i2c_acpi_match[] = {
> > > + { "SECC6110", },
> > > + { },
Missed one thing, remove comma here. Terminator lines do not need a comma (and
it's theoretically may confuse people or scripts while adding a new record to
the array).
> > > +};
> > > +MODULE_DEVICE_TABLE(acpi, rx6110_i2c_acpi_match);
> > > +#endif
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists