Re: [PATCH v2 1/5] iio: pressure: bmp280: Use i2c_get_match_data()

From: Angel Iglesias
Date: Mon Oct 23 2023 - 10:01:11 EST


On Mon, 2023-10-23 at 14:21 +0300, Andy Shevchenko wrote:
> On Sun, Oct 22, 2023 at 07:22:17PM +0200, Angel Iglesias wrote:
> > From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
> >
> > Replace device_get_match_data() and id lookup for retrieving match data
> > by i2c_get_match_data().
> >
> > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
> > Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
>
> Hmm... What tools have you used to format/send this? It seems differs
> to what `git format-patch` does.
>

I just applied this patch from Biju's series with "git am" and then generated
this series running the following invocation:
"git format-patch -v2 -p -n --thread --cover-letter
--to=linux-iio@xxxxxxxxxxxxxxx --base=iio_upstream/togreg HEAD~5"
My work repository is publicly available here:
https://github.com/angiglesias/linux/commits/iio-bmp280-add-bmp390-support

Kind regards,
Angel