Re: [PATCH 09/20] of/fdt: create common debugfs

2014-04-07 Thread Michal Simek
On 04/07/2014 02:42 AM, Rob Herring wrote: > On Fri, Apr 4, 2014 at 9:11 AM, Michal Simek wrote: >> On 04/04/2014 03:32 PM, Rob Herring wrote: >>> On Fri, Apr 4, 2014 at 8:22 AM, Michal Simek wrote: On 04/04/2014 03:00 PM, Rob Herring wrote: > On Fri, Apr 4, 2014 at 7:16 AM, Michal Simek

Re: [PATCH 09/20] of/fdt: create common debugfs

2014-04-06 Thread Rob Herring
On Fri, Apr 4, 2014 at 9:11 AM, Michal Simek wrote: > On 04/04/2014 03:32 PM, Rob Herring wrote: >> On Fri, Apr 4, 2014 at 8:22 AM, Michal Simek wrote: >>> On 04/04/2014 03:00 PM, Rob Herring wrote: On Fri, Apr 4, 2014 at 7:16 AM, Michal Simek wrote: > On 04/04/2014 12:16 AM, Rob Herrin

Re: [PATCH 09/20] of/fdt: create common debugfs

2014-04-04 Thread Michal Simek
On 04/04/2014 03:32 PM, Rob Herring wrote: > On Fri, Apr 4, 2014 at 8:22 AM, Michal Simek wrote: >> On 04/04/2014 03:00 PM, Rob Herring wrote: >>> On Fri, Apr 4, 2014 at 7:16 AM, Michal Simek wrote: On 04/04/2014 12:16 AM, Rob Herring wrote: > From: Rob Herring > > Both powerpc

Re: [PATCH 09/20] of/fdt: create common debugfs

2014-04-04 Thread Rob Herring
On Fri, Apr 4, 2014 at 8:22 AM, Michal Simek wrote: > On 04/04/2014 03:00 PM, Rob Herring wrote: >> On Fri, Apr 4, 2014 at 7:16 AM, Michal Simek wrote: >>> On 04/04/2014 12:16 AM, Rob Herring wrote: From: Rob Herring Both powerpc and microblaze have the same FDT blob in debugfs fe

Re: [PATCH 09/20] of/fdt: create common debugfs

2014-04-04 Thread Michal Simek
On 04/04/2014 03:00 PM, Rob Herring wrote: > On Fri, Apr 4, 2014 at 7:16 AM, Michal Simek wrote: >> On 04/04/2014 12:16 AM, Rob Herring wrote: >>> From: Rob Herring >>> >>> Both powerpc and microblaze have the same FDT blob in debugfs feature. >>> Move this to common location and remove the power

Re: [PATCH 09/20] of/fdt: create common debugfs

2014-04-04 Thread Rob Herring
On Fri, Apr 4, 2014 at 7:16 AM, Michal Simek wrote: > On 04/04/2014 12:16 AM, Rob Herring wrote: >> From: Rob Herring >> >> Both powerpc and microblaze have the same FDT blob in debugfs feature. >> Move this to common location and remove the powerpc and microblaze >> implementations. This feature

Re: [PATCH 09/20] of/fdt: create common debugfs

2014-04-04 Thread Michal Simek
>> diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c >> index fa16a91..2085d47 100644 >> --- a/drivers/of/fdt.c >> +++ b/drivers/of/fdt.c >> @@ -20,6 +20,7 @@ >> #include >> #include >> #include >> +#include >> >> #include /* for COMMAND_LINE_SIZE */ >> #ifdef CONFIG_PPC >> @@ -1084,4 +

Re: [PATCH 09/20] of/fdt: create common debugfs

2014-04-04 Thread Michal Simek
On 04/04/2014 12:16 AM, Rob Herring wrote: > From: Rob Herring > > Both powerpc and microblaze have the same FDT blob in debugfs feature. > Move this to common location and remove the powerpc and microblaze > implementations. This feature could become more useful when FDT > overlay support is add