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.
Hello Rafael,
On Mon, Oct 8, 2018 at 1:43 PM Rafael J. Wysocki wrote:
>
> On Tue, Sep 25, 2018 at 7:29 AM Silesh C V wrote:
> >
> > Some drivers need to find the device on a bus having a specific firmware
> > node. Currently, such drivers have their own implementations t
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
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 s
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 +
Some drivers need to find the device on a bus having a specific firmware
node. Currently, such drivers have their own implementations to do this.
Provide a helper similar to bus_find_device_by_name so that each driver
does not have to reinvent this.
Signed-off-by: Silesh C V
---
drivers/base
Hello Greg,
On Mon, Sep 24, 2018 at 10:48 AM Greg Kroah-Hartman
wrote:
>
> On Mon, Sep 24, 2018 at 10:05:55AM +0530, Silesh C V wrote:
> > Some drivers need to find the device on a bus having a specific firmware
> > node. Currently, such drivers have their own implemen
Some drivers need to find the device on a bus having a specific firmware
node. Currently, such drivers have their own implementations to do this.
Provide a helper similar to bus_find_device_by_name so that each driver
does not have to reinvent this.
Signed-off-by: Silesh C V
---
drivers/base
Hello Rafael,
On Fri, Sep 21, 2018 at 2:47 PM Rafael J. Wysocki wrote:
>
> >
> > >
> > > Second, what about a more generic bus_find_device_by_fwnode() ?
> >
> > If you think that the above requirement warrants the inclusion of
> > bus_find_device_by_of_node, I can try implementing this in v2.
>
>
Hello Rafael,
On Thu, Sep 20, 2018 at 1:06 PM Rafael J. Wysocki wrote:
>
> On Thu, Sep 20, 2018 at 7:43 AM Silesh C V wrote:
> >
> > Similar to bus_find_device_by_name, but finds the device having a
> > specific of_node.
>
> First, what do you need it for? Please
Similar to bus_find_device_by_name, but finds the device having a
specific of_node.
Signed-off-by: Silesh C V
---
drivers/base/bus.c | 21 +
include/linux/device.h | 3 +++
2 files changed, 24 insertions(+)
diff --git a/drivers/base/bus.c b/drivers/base/bus.c
index
tsk->flags is checked again
(eg. for PF_USED_MATH to dump floating point registers). Fix this.
Signed-off-by: Silesh C V
Cc: Oleg Nesterov
Cc: Mandeep Singh Baines
---
fs/coredump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/coredump.c b/fs/coredump.c
index 0
12 matches
Mail list logo