Re: [PATCH 1/4] i2c: acpi: Add an i2c_acpi_client_count() helper function
From: Mika Westerberg <mika.westerberg@linux.intel.com>
Date: 2021-08-03 16:50:36
Also in:
linux-acpi, platform-driver-x86
From: Mika Westerberg <mika.westerberg@linux.intel.com>
Date: 2021-08-03 16:50:36
Also in:
linux-acpi, platform-driver-x86
On Tue, Aug 03, 2021 at 06:00:41PM +0200, Hans de Goede wrote:
We have 3 files now which have the need to count the number of I2cSerialBus resources in an ACPI-device's resource-list. Currently all implement their own helper function for this, add a generic helper function to replace the 3 implementations. Signed-off-by: Hans de Goede <redacted>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>