From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753426AbdKXKs4 (ORCPT ); Fri, 24 Nov 2017 05:48:56 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59070 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753100AbdKXKsz (ORCPT ); Fri, 24 Nov 2017 05:48:55 -0500 Date: Fri, 24 Nov 2017 11:48:59 +0100 From: Greg Kroah-Hartman To: Maciej Purski Cc: Marek Szyprowski , Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] component: add debugfs support Message-ID: <20171124104859.GA19373@kroah.com> References: <1511519725-11984-1-git-send-email-m.purski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1511519725-11984-1-git-send-email-m.purski@samsung.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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's components were successfully added and if the whole master is > bound. So, what can you do with this information now? How does it differ from the links in sysfs that are already there? A bit more description of what to do with this file might be good to have. thanks, greg k-h