Re: [PATCH v1 08/18] driver core: Add fwnode link support

2020-11-20 Thread Saravana Kannan
On Mon, Nov 16, 2020 at 7:51 AM Rafael J. Wysocki wrote: > > On Thu, Nov 5, 2020 at 12:24 AM Saravana Kannan wrote: > > > > This patch adds support for creating supplier-consumer links between > > Generally speaking the "This patch" part is redundant. It is > sufficient to simply say "Add ...".

Re: [PATCH v1 08/18] driver core: Add fwnode link support

2020-11-16 Thread Rafael J. Wysocki
On Thu, Nov 5, 2020 at 12:24 AM Saravana Kannan wrote: > > This patch adds support for creating supplier-consumer links between Generally speaking the "This patch" part is redundant. It is sufficient to simply say "Add ...". > fwnode. fwnodes (plural)? > It is intentionally kept simple and

[PATCH v1 08/18] driver core: Add fwnode link support

2020-11-04 Thread Saravana Kannan
This patch adds support for creating supplier-consumer links between fwnode. It is intentionally kept simple and with limited APIs as it is meant to be used only by driver core and firmware code (Eg: device tree, ACPI, etc). We can expand the APIs later if there is ever a need for