Re: [PATCH v5 13/15] ACPI / bus: Add acpi_dev_get_next_match_dev() and helper macro

2021-01-12 Thread Rafael J. Wysocki
Hi, On Sat, Jan 9, 2021 at 2:55 AM Laurent Pinchart wrote: > > Hi Rafael, > > Could you please review this patch, and let us know (see question in the > cover letter) Done, sorry for the delay. > if it can be merged through the linux-media tree for v5.12 > ? Yes, it can. Thanks!

Re: [PATCH v5 13/15] ACPI / bus: Add acpi_dev_get_next_match_dev() and helper macro

2021-01-12 Thread Rafael J. Wysocki
On Thu, Jan 7, 2021 at 2:31 PM Daniel Scally wrote: > > To ensure we handle situations in which multiple sensors of the same > model (and therefore _HID) are present in a system, we need to be able > to iterate over devices matching a known _HID but unknown _UID and _HRV > - add acpi_dev_get_next

Re: [PATCH v5 13/15] ACPI / bus: Add acpi_dev_get_next_match_dev() and helper macro

2021-01-08 Thread Laurent Pinchart
Hi Rafael, Could you please review this patch, and let us know (see question in the cover letter) if it can be merged through the linux-media tree for v5.12 ? On Thu, Jan 07, 2021 at 01:28:36PM +, Daniel Scally wrote: > To ensure we handle situations in which multiple sensors of the same > mo

[PATCH v5 13/15] ACPI / bus: Add acpi_dev_get_next_match_dev() and helper macro

2021-01-07 Thread Daniel Scally
To ensure we handle situations in which multiple sensors of the same model (and therefore _HID) are present in a system, we need to be able to iterate over devices matching a known _HID but unknown _UID and _HRV - add acpi_dev_get_next_match_dev() to accommodate that possibility and change acpi_de