Re: [PATCH] platform/chrome: cros_ec_spi: Always add of_match_table

2019-05-15 Thread Enric Balletbo i Serra
Hi, On 10/5/19 23:46, Benson Leung wrote: > Hi Evan, > > On Thu, May 09, 2019 at 11:17:50AM -0700, Evan Green wrote: >> The Chrome OS EC driver attaches to devices using the of_match_table >> even when ACPI is the underlying firmware. It does this using the >> magic PRP0001 ACPI HID, which tells

Re: [PATCH] platform/chrome: cros_ec_spi: Always add of_match_table

2019-05-10 Thread Benson Leung
Hi Evan, On Thu, May 09, 2019 at 11:17:50AM -0700, Evan Green wrote: > The Chrome OS EC driver attaches to devices using the of_match_table > even when ACPI is the underlying firmware. It does this using the > magic PRP0001 ACPI HID, which tells ACPI to go find an OF compatible > string under the

[PATCH] platform/chrome: cros_ec_spi: Always add of_match_table

2019-05-09 Thread Evan Green
The Chrome OS EC driver attaches to devices using the of_match_table even when ACPI is the underlying firmware. It does this using the magic PRP0001 ACPI HID, which tells ACPI to go find an OF compatible string under the hood and match on that. The cros_ec_spi driver needs to provide the