Re: [PATCH v2] component: add debugfs support

2017-11-16 Thread Maciej Purski
On 11/15/2017 03:01 PM, Greg Kroah-Hartman wrote: On Wed, Nov 15, 2017 at 01:05:26PM +0100, Maciej Purski wrote: Add 'component' directory to debugfs. Create a new file for each master, when a master is added. Remove it on a master deletion. Show a list of devices matched with master and indi

Re: [PATCH v2] component: add debugfs support

2017-11-15 Thread Greg Kroah-Hartman
On Wed, Nov 15, 2017 at 01:05:26PM +0100, Maciej Purski wrote: > Add 'component' directory to debugfs. Create a new file for each master, > when a master is added. Remove it on a master deletion. > > Show a list of devices matched with master and indicate if > master's components were successfully

[PATCH v2] component: add debugfs support

2017-11-15 Thread Maciej Purski
Add 'component' directory to debugfs. Create a new file for each master, when a master is added. Remove it on a master deletion. Show a list of devices matched with master and indicate if master's components were successfully added and if the whole master is bound. Signed-off-by: Maciej Purski -