On Tue, Feb 1, 2022 at 7:17 AM Ben Widawsky <ben.widawsky@xxxxxxxxx> wrote: > > On 22-01-23 16:30:52, Dan Williams wrote: > > Now that dport and decoder enumeration is centralized in the port > > driver, the @host argument for these helpers can be made implicit. For > > the root port the host is the port's uport device (ACPI0017 for > > cxl_acpi), and for all other descendant ports the devm context is the > > parent of @port. > > > > Signed-off-by: Dan Williams <dan.j.williams@xxxxxxxxx> > > I really like removing @host as much as possible everywhere. It's only possible where the parent device is the host. > Reviewed-by: Ben Widawsky <ben.widawsky@xxxxxxxxx>