Re: [PATCH v3] component: add debugfs support

2017-11-24 Thread Greg Kroah-Hartman
On Fri, Nov 24, 2017 at 11:35:25AM +0100, Maciej Purski wrote: > Add 'component' directory to debugfs. Create a new file for each master, Wrong directory name here :( > when a master is added. Remove it on a master deletion. > > Show a list of devices matched with master and indicate if > master

[PATCH v3] component: add debugfs support

2017-11-24 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 -