Re: [PATCH v1 1/1] serial: 8250_exar: Group CTI EEPROM offsets by device
From: Parker Newman
Date: Fri Sep 20 2024 - 12:01:05 EST
On Fri, 20 Sep 2024 18:49:18 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
> On Fri, Sep 20, 2024 at 06:43:24PM +0300, Andy Shevchenko wrote:
> > It's not obvious from the first glance that the list of the CTI EEPROM
> > offsets covers three different models, let's group them accordingly for
> > better readability.
> >
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> > ---
> >
> > Parker, feel free to append this one to your v3 as a last patch.
>
Will do.
> A bit more hints for usage of `b4`. As I described earlier you may use b4
> to gather the tags, but also to inject / append other patches to the series.
>
> Like with this one, after you collected yours, just run
>
> b4 am -s $<message ID of this email thread>
>
> followed by
>
> git am ...
>
> as the tool hints you. It will take care about everything you need.
>
Thanks again for the tips!
-Parker