Re: [PATCH v4 3/4] of: overlay: add per overlay sysfs attributes

2015-09-01 Thread Rob Herring
On Fri, Jun 12, 2015 at 2:38 PM, Pantelis Antoniou wrote: > The two default overlay attributes are: > > * A targets sysfs attribute listing the targets of the installed > overlay. The targets list the path on the kernel's device tree > where each overlay fragment is applied to > > * A per overlay

Re: [PATCH v4 3/4] of: overlay: add per overlay sysfs attributes

2015-09-01 Thread Rob Herring
On Fri, Jun 12, 2015 at 2:38 PM, Pantelis Antoniou wrote: > The two default overlay attributes are: > > * A targets sysfs attribute listing the targets of the installed > overlay. The targets list the path on the kernel's device tree > where each overlay fragment

[PATCH v4 3/4] of: overlay: add per overlay sysfs attributes

2015-06-12 Thread Pantelis Antoniou
The two default overlay attributes are: * A targets sysfs attribute listing the targets of the installed overlay. The targets list the path on the kernel's device tree where each overlay fragment is applied to * A per overlay can_remove sysfs attribute that reports whether the overlay can be

[PATCH v4 3/4] of: overlay: add per overlay sysfs attributes

2015-06-12 Thread Pantelis Antoniou
The two default overlay attributes are: * A targets sysfs attribute listing the targets of the installed overlay. The targets list the path on the kernel's device tree where each overlay fragment is applied to * A per overlay can_remove sysfs attribute that reports whether the overlay can be