Re: [PATCH v5 07/15] device property: Define format macros for ports and endpoints

2021-01-12 Thread Rafael J. Wysocki
On Thu, Jan 7, 2021 at 2:31 PM Daniel Scally wrote: > > OF, ACPI and software_nodes all implement graphs including nodes for ports > and endpoints. These are all intended to be named with a common schema, > as "port@n" and "endpoint@n" where n is an unsigned int representing the > index of the nod

Re: [PATCH v5 07/15] device property: Define format macros for ports and endpoints

2021-01-12 Thread Rafael J. Wysocki
On Sat, Jan 9, 2021 at 3:06 AM Laurent Pinchart wrote: > > Hi Rafael, > > Could you please let us know with an Acked-by Done, sorry for the delay. > if this patch can be merged through the linux-media tree for v5.12 ? Yes, it can. Thanks!

Re: [PATCH v5 07/15] device property: Define format macros for ports and endpoints

2021-01-08 Thread Laurent Pinchart
Hi Rafael, Could you please let us know with an Acked-by if this patch can be merged through the linux-media tree for v5.12 ? The cover letter contains additional details (in a nutshell, this is a cross-tree series and we would like to avoid topic branches). On Thu, Jan 07, 2021 at 01:28:30PM +00

Re: [PATCH v5 07/15] device property: Define format macros for ports and endpoints

2021-01-07 Thread Heikki Krogerus
On Thu, Jan 07, 2021 at 01:28:30PM +, Daniel Scally wrote: > OF, ACPI and software_nodes all implement graphs including nodes for ports > and endpoints. These are all intended to be named with a common schema, > as "port@n" and "endpoint@n" where n is an unsigned int representing the > index of

[PATCH v5 07/15] device property: Define format macros for ports and endpoints

2021-01-07 Thread Daniel Scally
OF, ACPI and software_nodes all implement graphs including nodes for ports and endpoints. These are all intended to be named with a common schema, as "port@n" and "endpoint@n" where n is an unsigned int representing the index of the node. To ensure commonality across the subsystems, provide a set o