Re: [PATCH v2] of: unittest: unflatten device tree on UML when testing

2019-02-19 Thread Brendan Higgins
On Fri, Feb 15, 2019 at 6:35 PM Frank Rowand wrote: > > On 2/15/19 6:18 PM, Frank Rowand wrote: > > On 2/15/19 4:46 PM, Brendan Higgins wrote: > >> UML supports enabling OF, and is useful for running the device tree > >> tests, so add support for unflattening device tree blobs so we can > >> actua

Re: [PATCH v2] of: unittest: unflatten device tree on UML when testing

2019-02-15 Thread Frank Rowand
On 2/15/19 6:18 PM, Frank Rowand wrote: > On 2/15/19 4:46 PM, Brendan Higgins wrote: >> UML supports enabling OF, and is useful for running the device tree >> tests, so add support for unflattening device tree blobs so we can >> actually use it. >> >> Signed-off-by: Brendan Higgins >> --- >> driv

Re: [PATCH v2] of: unittest: unflatten device tree on UML when testing

2019-02-15 Thread Frank Rowand
On 2/15/19 4:46 PM, Brendan Higgins wrote: > UML supports enabling OF, and is useful for running the device tree > tests, so add support for unflattening device tree blobs so we can > actually use it. > > Signed-off-by: Brendan Higgins > --- > drivers/of/unittest.c | 3 +++ > 1 file changed, 3 i

[PATCH v2] of: unittest: unflatten device tree on UML when testing

2019-02-15 Thread Brendan Higgins
UML supports enabling OF, and is useful for running the device tree tests, so add support for unflattening device tree blobs so we can actually use it. Signed-off-by: Brendan Higgins --- drivers/of/unittest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/of/unittest.c b/drivers/