Re: [PATCH v2 2/2] treewide: use bus_find_device_by_fwnode

2018-10-08 Thread Silesh C V
Hello Rob, Thanks for the review. On Mon, Oct 8, 2018 at 9:15 PM Rob Herring wrote: > > In the future, please use get_maintainers.pl and send to the right > lists and people. Perhaps the coresight, i2c, network, nvmem and spi > maintainers would like to see and be aware of this change. > Sure.

Re: [PATCH v2 2/2] treewide: use bus_find_device_by_fwnode

2018-10-08 Thread Rob Herring
In the future, please use get_maintainers.pl and send to the right lists and people. Perhaps the coresight, i2c, network, nvmem and spi maintainers would like to see and be aware of this change. On Tue, Sep 25, 2018 at 2:42 AM Silesh C V wrote: > > Use bus_find_device_by_fwnode helper to find the

Re: [PATCH v2 2/2] treewide: use bus_find_device_by_fwnode

2018-10-08 Thread Rafael J. Wysocki
On Tue, Sep 25, 2018 at 9:42 AM Silesh C V wrote: > > Use bus_find_device_by_fwnode helper to find the device having a > specific firmware node on a bus. > > Signed-off-by: Silesh C V Reviewed-by: Rafael J. Wysocki > --- > drivers/hwtracing/coresight/of_coresight.c | 14 --

[PATCH v2 2/2] treewide: use bus_find_device_by_fwnode

2018-09-25 Thread Silesh C V
Use bus_find_device_by_fwnode helper to find the device having a specific firmware node on a bus. Signed-off-by: Silesh C V --- drivers/hwtracing/coresight/of_coresight.c | 14 -- drivers/i2c/i2c-core-of.c | 9 ++--- drivers/infiniband/hw/hns/hns

Re: [PATCH v2 2/2] treewide: use bus_find_device_by_fwnode

2018-09-25 Thread Silesh C V
Hello Greg, On Tue, Sep 25, 2018 at 12:34 PM Greg Kroah-Hartman wrote: > > On Tue, Sep 25, 2018 at 10:58:48AM +0530, Silesh C V wrote: > > Use bus_find_device_by_fwnode helper to find the device having a > > specific firmware node on a bus. > > --- > > > No signed off by? > Oops.Sorry about that

Re: [PATCH v2 2/2] treewide: use bus_find_device_by_fwnode

2018-09-25 Thread Greg Kroah-Hartman
On Tue, Sep 25, 2018 at 10:58:48AM +0530, Silesh C V wrote: > Use bus_find_device_by_fwnode helper to find the device having a > specific firmware node on a bus. > --- No signed off by? :(

[PATCH v2 2/2] treewide: use bus_find_device_by_fwnode

2018-09-24 Thread Silesh C V
Use bus_find_device_by_fwnode helper to find the device having a specific firmware node on a bus. --- drivers/hwtracing/coresight/of_coresight.c | 14 -- drivers/i2c/i2c-core-of.c | 9 ++--- drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 8 +