Re: [PATCH 1/2] component: Make a "match_add all devices matching my drivers" helper.

2015-09-30 Thread Gustavo Padovan
Hi Eric, 2015-09-28 Eric Anholt : > The body of the loop is taken from the exynos driver. It appears to > also be useful in msm, and I've used it in vc4. > > Signed-off-by: Eric Anholt > --- > > This is separated from converting exynos to use it, to let it land > separately and not have to sy

[PATCH 1/2] component: Make a "match_add all devices matching my drivers" helper.

2015-09-28 Thread Eric Anholt
The body of the loop is taken from the exynos driver. It appears to also be useful in msm, and I've used it in vc4. Signed-off-by: Eric Anholt --- This is separated from converting exynos to use it, to let it land separately and not have to sync between trees. drivers/base/component.c | 40 +