Re: [PATCH 06/10] thunderbolt: Create debugfs directory automatically for services

2020-11-04 Thread Mika Westerberg
On Wed, Nov 04, 2020 at 03:20:38PM +0100, Greg KH wrote: > > +/** > > + * tb_service_debugfs_remove() - Remove service debugfs directory > > + * @svc: Thunderbolt service pointer > > + * > > + * Removes the previously created debugfs directory for @svc. > > + */ > > +void tb_service_debugfs_remove(

Re: [PATCH 06/10] thunderbolt: Create debugfs directory automatically for services

2020-11-04 Thread Greg KH
On Wed, Nov 04, 2020 at 05:00:26PM +0300, Mika Westerberg wrote: > This allows service drivers to use it as parent directory if they need > to add their own debugfs entries. > > Signed-off-by: Mika Westerberg > --- > drivers/thunderbolt/debugfs.c | 24 > drivers/thunderb

[PATCH 06/10] thunderbolt: Create debugfs directory automatically for services

2020-11-04 Thread Mika Westerberg
This allows service drivers to use it as parent directory if they need to add their own debugfs entries. Signed-off-by: Mika Westerberg --- drivers/thunderbolt/debugfs.c | 24 drivers/thunderbolt/tb.h | 4 drivers/thunderbolt/xdomain.c | 3 +++ include/linux/