Re: [PATCH 1/2] of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST

2015-03-25 Thread Geert Uytterhoeven
Hi Grant, On Tue, Mar 24, 2015 at 11:54 PM, Grant Likely wrote: > On Fri, 20 Mar 2015 08:32:12 -0500 > , Rob Herring > wrote: >> On Fri, Mar 20, 2015 at 7:25 AM, Grant Likely >> wrote: >> > On Fri, 23 Jan 2015 17:10:04 +0100 >> > , Geert Uytterhoeven >> > wrote: >> >> Currently OF_DYNAMIC

Re: [PATCH 1/2] of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST

2015-03-25 Thread Grant Likely
On Fri, 20 Mar 2015 08:32:12 -0500 , Rob Herring wrote: > On Fri, Mar 20, 2015 at 7:25 AM, Grant Likely wrote: > > On Fri, 23 Jan 2015 17:10:04 +0100 > > , Geert Uytterhoeven > > wrote: > >> Currently OF_DYNAMIC and OF_OVERLAY are not visible to the user, and are > >> selected automatically

Re: [PATCH 1/2] of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST

2015-03-25 Thread Grant Likely
On Fri, 20 Mar 2015 08:32:12 -0500 , Rob Herring robherri...@gmail.com wrote: On Fri, Mar 20, 2015 at 7:25 AM, Grant Likely grant.lik...@linaro.org wrote: On Fri, 23 Jan 2015 17:10:04 +0100 , Geert Uytterhoeven geert+rene...@glider.be wrote: Currently OF_DYNAMIC and OF_OVERLAY are not

Re: [PATCH 1/2] of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST

2015-03-25 Thread Geert Uytterhoeven
Hi Grant, On Tue, Mar 24, 2015 at 11:54 PM, Grant Likely grant.lik...@linaro.org wrote: On Fri, 20 Mar 2015 08:32:12 -0500 , Rob Herring robherri...@gmail.com wrote: On Fri, Mar 20, 2015 at 7:25 AM, Grant Likely grant.lik...@linaro.org wrote: On Fri, 23 Jan 2015 17:10:04 +0100 , Geert

Re: [PATCH 1/2] of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST

2015-03-20 Thread Rob Herring
On Fri, Mar 20, 2015 at 7:25 AM, Grant Likely wrote: > On Fri, 23 Jan 2015 17:10:04 +0100 > , Geert Uytterhoeven > wrote: >> Currently OF_DYNAMIC and OF_OVERLAY are not visible to the user, and are >> selected automatically only when needed. >> >> Allow them to be enabled manually to improve

Re: [PATCH 1/2] of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST

2015-03-20 Thread Grant Likely
On Fri, 23 Jan 2015 17:10:04 +0100 , Geert Uytterhoeven wrote: > Currently OF_DYNAMIC and OF_OVERLAY are not visible to the user, and are > selected automatically only when needed. > > Allow them to be enabled manually to improve device tree unit test > coverage. > > Signed-off-by: Geert

Re: [PATCH 1/2] of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST

2015-03-20 Thread Rob Herring
On Fri, Mar 20, 2015 at 7:25 AM, Grant Likely grant.lik...@linaro.org wrote: On Fri, 23 Jan 2015 17:10:04 +0100 , Geert Uytterhoeven geert+rene...@glider.be wrote: Currently OF_DYNAMIC and OF_OVERLAY are not visible to the user, and are selected automatically only when needed. Allow them

Re: [PATCH 1/2] of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST

2015-03-20 Thread Grant Likely
On Fri, 23 Jan 2015 17:10:04 +0100 , Geert Uytterhoeven geert+rene...@glider.be wrote: Currently OF_DYNAMIC and OF_OVERLAY are not visible to the user, and are selected automatically only when needed. Allow them to be enabled manually to improve device tree unit test coverage.

[PATCH 1/2] of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST

2015-01-23 Thread Geert Uytterhoeven
Currently OF_DYNAMIC and OF_OVERLAY are not visible to the user, and are selected automatically only when needed. Allow them to be enabled manually to improve device tree unit test coverage. Signed-off-by: Geert Uytterhoeven --- drivers/of/Kconfig | 13 +++-- 1 file changed, 11

[PATCH 1/2] of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST

2015-01-23 Thread Geert Uytterhoeven
Currently OF_DYNAMIC and OF_OVERLAY are not visible to the user, and are selected automatically only when needed. Allow them to be enabled manually to improve device tree unit test coverage. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- drivers/of/Kconfig | 13 +++-- 1