Re: [PATCH 0/1] ACPI / scan: Create platform device for BSG2150 ACPI nodes

2019-02-05 Thread Andy Shevchenko
On Thu, Dec 20, 2018 at 4:35 PM Hans de Goede wrote: > > Hi All, > > This patch adds support for another ACPI HID which describes multiple > i2c-clients in a single node. As such this applies on top of the recent > patch from Andy making a similar change for INT3515 nodes: > > Commit a3dd034a1707

[PATCH 0/1] ACPI / scan: Create platform device for BSG2150 ACPI nodes

2018-12-20 Thread Hans de Goede
Hi All, This patch adds support for another ACPI HID which describes multiple i2c-clients in a single node. As such this applies on top of the recent patch from Andy making a similar change for INT3515 nodes: Commit a3dd034a1707 ("ACPI / scan: Create platform device for INT3515 ACPI nodes"), whic