Re: [PATCH] of: Provide dummy of_device_compatible_match() for compile-testing

2017-06-13 Thread Rob Herring
On Tue, Jun 13, 2017 at 5:32 AM, Geert Uytterhoeven wrote: > On Tue, Apr 25, 2017 at 7:38 PM, Geert Uytterhoeven > wrote: >> Most of_device_*() functions have dummy versions for CONFIG_OF=n, >> but of_device_compatible_match() hasn't. Fix that to

Re: [PATCH] of: Provide dummy of_device_compatible_match() for compile-testing

2017-06-13 Thread Rob Herring
On Tue, Jun 13, 2017 at 5:32 AM, Geert Uytterhoeven wrote: > On Tue, Apr 25, 2017 at 7:38 PM, Geert Uytterhoeven > wrote: >> Most of_device_*() functions have dummy versions for CONFIG_OF=n, >> but of_device_compatible_match() hasn't. Fix that to improve the >> ability to do compile-testing. >>

Re: [PATCH] of: Provide dummy of_device_compatible_match() for compile-testing

2017-06-13 Thread Geert Uytterhoeven
On Tue, Apr 25, 2017 at 7:38 PM, Geert Uytterhoeven wrote: > Most of_device_*() functions have dummy versions for CONFIG_OF=n, > but of_device_compatible_match() hasn't. Fix that to improve the > ability to do compile-testing. > > Fixes: b9c13fe32faaa71c ("dt: Add

Re: [PATCH] of: Provide dummy of_device_compatible_match() for compile-testing

2017-06-13 Thread Geert Uytterhoeven
On Tue, Apr 25, 2017 at 7:38 PM, Geert Uytterhoeven wrote: > Most of_device_*() functions have dummy versions for CONFIG_OF=n, > but of_device_compatible_match() hasn't. Fix that to improve the > ability to do compile-testing. > > Fixes: b9c13fe32faaa71c ("dt: Add of_device_compatible_match()")

[PATCH] of: Provide dummy of_device_compatible_match() for compile-testing

2017-04-25 Thread Geert Uytterhoeven
Most of_device_*() functions have dummy versions for CONFIG_OF=n, but of_device_compatible_match() hasn't. Fix that to improve the ability to do compile-testing. Fixes: b9c13fe32faaa71c ("dt: Add of_device_compatible_match()") Signed-off-by: Geert Uytterhoeven ---

[PATCH] of: Provide dummy of_device_compatible_match() for compile-testing

2017-04-25 Thread Geert Uytterhoeven
Most of_device_*() functions have dummy versions for CONFIG_OF=n, but of_device_compatible_match() hasn't. Fix that to improve the ability to do compile-testing. Fixes: b9c13fe32faaa71c ("dt: Add of_device_compatible_match()") Signed-off-by: Geert Uytterhoeven --- include/linux/of.h | 6 ++