Re: [PATCH v2 16/21] gpio: Unify style of acpi_device_id arrays
Andy Shevchenko <[email protected]>
| Newsgroups | org.kernel.vger.linux-tegra,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Wed, Jul 15, 2026 at 06:55:21PM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> Update the various acpi_device_id arrays to conform to the most used and
> generally recommended coding style. That is:
...
> static const struct acpi_device_id dwapb_acpi_match[] = {
> - { .id = "HISI0181", .driver_data = GPIO_REG_OFFSET_V1 },
> { .id = "APMC0D07", .driver_data = GPIO_REG_OFFSET_V1 },
> { .id = "APMC0D81", .driver_data = GPIO_REG_OFFSET_V2 },
> { .id = "FUJI200A", .driver_data = GPIO_REG_OFFSET_V1 },
> + { .id = "HISI0181", .driver_data = GPIO_REG_OFFSET_V1 },
> { .id = "LECA0001", .driver_data = GPIO_REG_OFFSET_V1 },
> { }
Why this churn? It simply should be folded to the previous patch.
--
With Best Regards,
Andy Shevchenko