Re: [PATCH v2 17/28] drivers: Introduce bus_find_device_by_of_node() helper

2019-07-09 Thread Rob Herring
On Fri, 14 Jun 2019 18:54:12 +0100, Suzuki K Poulose wrote: > Add a wrapper to bus_find_device() to search for a device > by the of_node pointer, reusing the generic match function. > Also convert the existing users to make use of the new helper. > > Cc: Maarten Lankhorst > Cc: Maxime Ripard > C

[PATCH v2 17/28] drivers: Introduce bus_find_device_by_of_node() helper

2019-06-16 Thread Suzuki K Poulose
Add a wrapper to bus_find_device() to search for a device by the of_node pointer, reusing the generic match function. Also convert the existing users to make use of the new helper. Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: dri-devel@lists.freedesktop.org Cc: David Airlie Cc: Daniel Vetter Cc

Re: [PATCH v2 17/28] drivers: Introduce bus_find_device_by_of_node() helper

2019-06-14 Thread Wolfram Sang
On Fri, Jun 14, 2019 at 06:54:12PM +0100, Suzuki K Poulose wrote: > Add a wrapper to bus_find_device() to search for a device > by the of_node pointer, reusing the generic match function. > Also convert the existing users to make use of the new helper. > > Cc: Maarten Lankhorst > Cc: Maxime Ripar