[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250414194549.4786338a@jic23-huawei>
Date: Mon, 14 Apr 2025 19:45:49 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Andy Shevchenko <andy@...nel.org>
Cc: jean-baptiste.maneyrol@....com, Lars-Peter Clausen <lars@...afoo.de>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, David Lechner <dlechner@...libre.com>,
Nuno Sá <nuno.sa@...log.com>, linux-iio@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 2/2] iio: imu: inv_icm42600: switch to use generic
name irq get
On Mon, 14 Apr 2025 11:14:10 +0300
Andy Shevchenko <andy@...nel.org> wrote:
> On Thu, Apr 10, 2025 at 05:39:41PM +0200, Jean-Baptiste Maneyrol via B4 Relay wrote:
> > From: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@....com>
> >
> > Use generic fwnode_irq_get_byname() for getting interrupt pin using
> > interrupt name. Only INT1 is supported by the driver currently.
> >
> > If not found fallback to first defined interrupt to keep compatibility.
>
> ...
>
> > - return inv_icm42600_core_probe(regmap, chip, client->irq,
> > + return inv_icm42600_core_probe(regmap, chip,
> > inv_icm42600_i2c_bus_setup);
>
> It's only 81 character, I doubt it will be a problem to have it on one line.
>
> ...
>
> > - return inv_icm42600_core_probe(regmap, chip, spi->irq,
> > + return inv_icm42600_core_probe(regmap, chip,
> > inv_icm42600_spi_bus_setup);
>
> Ditto.
>
tweaked and pushed out.
Powered by blists - more mailing lists