Re: [PATCH 00/22] of: Introduce of_match_device()

2016-06-06 Thread Frank Rowand
On 06/06/16 01:31, Thierry Reding wrote: > From: Thierry Reding > > This series of patches introduces a common implementation of a function > that can be used in iterators (such as the bus_for_each_dev() or the > driver_for_each_device() functions) and that compare's a device's device > tree node

[PATCH 00/22] of: Introduce of_match_device()

2016-06-06 Thread Thierry Reding
From: Thierry Reding This series of patches introduces a common implementation of a function that can be used in iterators (such as the bus_for_each_dev() or the driver_for_each_device() functions) and that compare's a device's device tree node with the passed in data. Numerous drivers and subsys