Re: [RFC PATCH 0/5] Add an overlay manager to handle board capes

2016-10-27 Thread Hans de Goede
Hi, On 27-10-16 19:30, Rob Herring wrote: On Thu, Oct 27, 2016 at 10:13 AM, Hans de Goede wrote: Hi, On 27-10-16 15:41, Rob Herring wrote: Please Cc the maintainers of drivers/of/. + Frank R, Hans, Dmitry S On Wed, Oct 26, 2016 at 9:57 AM, Antoine Tenart wrote: Hi all, Many boards now

Re: [RFC PATCH 0/5] Add an overlay manager to handle board capes

2016-10-27 Thread Rob Herring
On Thu, Oct 27, 2016 at 10:13 AM, Hans de Goede wrote: > Hi, > > On 27-10-16 15:41, Rob Herring wrote: >> >> Please Cc the maintainers of drivers/of/. >> >> + Frank R, Hans, Dmitry S >> >> On Wed, Oct 26, 2016 at 9:57 AM, Antoine Tenart >> wrote: >>> >>> Hi all, >>> >>> Many boards now come with

Re: [RFC PATCH 0/5] Add an overlay manager to handle board capes

2016-10-27 Thread Hans de Goede
Hi, On 27-10-16 15:41, Rob Herring wrote: Please Cc the maintainers of drivers/of/. + Frank R, Hans, Dmitry S On Wed, Oct 26, 2016 at 9:57 AM, Antoine Tenart wrote: Hi all, Many boards now come with dips and compatible capes; among others the C.H.I.P, or Beaglebones. All these boards have a

Re: [RFC PATCH 0/5] Add an overlay manager to handle board capes

2016-10-27 Thread Antoine Tenart
Hi Rob, On Thu, Oct 27, 2016 at 08:41:56AM -0500, Rob Herring wrote: > Please Cc the maintainers of drivers/of/. > > + Frank R, Hans, Dmitry S Yes, sorry for that. > On Wed, Oct 26, 2016 at 9:57 AM, Antoine Tenart > wrote: > > > > Many boards now come with dips and compatible capes; among othe

Re: [RFC PATCH 0/5] Add an overlay manager to handle board capes

2016-10-27 Thread Rob Herring
Please Cc the maintainers of drivers/of/. + Frank R, Hans, Dmitry S On Wed, Oct 26, 2016 at 9:57 AM, Antoine Tenart wrote: > Hi all, > > Many boards now come with dips and compatible capes; among others the > C.H.I.P, or Beaglebones. All these boards have a kernel implementing an > out-of-tree "

[RFC PATCH 0/5] Add an overlay manager to handle board capes

2016-10-26 Thread Antoine Tenart
Hi all, Many boards now come with dips and compatible capes; among others the C.H.I.P, or Beaglebones. All these boards have a kernel implementing an out-of-tree "cape manager" which is used to detected capes, retrieve their description and apply a corresponding overlay. This series is an attempt