Received: by 10.213.65.68 with SMTP id h4csp487111imn; Fri, 23 Mar 2018 08:49:59 -0700 (PDT) X-Google-Smtp-Source: AG47ELs55jQEp2P4TqGHIgnOzvU6niEnJGdl4vGcKqopKNfd8Xo6OsZ9AIY0xrfLnQLm8brNr09w X-Received: by 10.101.100.9 with SMTP id a9mr3195316pgv.209.1521820199098; Fri, 23 Mar 2018 08:49:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521820199; cv=none; d=google.com; s=arc-20160816; b=KKRCFPoc5dguEi2osh0F52Dfk/XIbYACtKx3D6v7fGPV+ReuKlEq4zDkKx19b5PgL3 12+HvGtxbnwIRmW05FPYFF7g2H016CUZPeZt/HAFOwluEtYB6TfgdvIREqffJnCKqFQW qXDcdhBoN0nC5804M9E6UtHdVOR9i8QNtoUP/N/25LS8YhIx15Us9krqi798p1S7Xrfv PpxQmLMKabMUdYFZ4tgiiYhm9oT+NprWQrrnM/9eLAyecEhsO56IiNc7PsuRk05URYkn SeYr+tBWYtoQuH5BNCg9swEZixBc0xPfb3Qivb6cTRefRtHuuDMNyPAlWRUFpD+DiNVn ZG5A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=pf+ZsruoqPdZTcTMV3et92s08RJx0fIhcdJRl+Q6NfA=; b=PkJc8IjuMqDaTKDdW/fxvHWIAAgESc5qW4OIpd66gu5xNp6IjiPlVnzgF0sXzviLDX gb5ltZQ3x/4TK60HX9yp/n5R0HdqXntklVd9INOTyqngP0Z19wW+hYBmlojQxu9mmBG0 cOa6cjYoRQfnnLawE2VxRqEvvvVPxqDTvaB43BgU5rkl3f1jRhiCUOUcRsnA9LyaLzjV q13auHVJvrvcZY7GNedySf/Z2wWGbupYoM1k0dn2WynBPl8VFPU4PHD5ZShG0oNjFoux dPch2Y/01hNjnfW/i7Iq2bgZfwnsAWpXh1vRl61o/agJB5YP/b7nhgdU1/BshYMUflis UbIA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o62si6189760pga.158.2018.03.23.08.49.43; Fri, 23 Mar 2018 08:49:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752021AbeCWPsP (ORCPT + 99 others); Fri, 23 Mar 2018 11:48:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53512 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751858AbeCWPsO (ORCPT ); Fri, 23 Mar 2018 11:48:14 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id E9335130D; Fri, 23 Mar 2018 15:48:13 +0000 (UTC) Date: Fri, 23 Mar 2018 16:48:12 +0100 From: Greg KH To: Ioana Ciornei Cc: laurentiu.tudor@nxp.com, linux-kernel@vger.kernel.org, stuyoder@gmail.com, ruxandra.radulescu@nxp.com, arnd@arndb.de, razvan.stefanescu@nxp.com, Roy.Pledge@nxp.com Subject: Re: [PATCH v3 3/4] bus: fsl-mc: add root dprc rescan attribute Message-ID: <20180323154812.GB382@kroah.com> References: <7d4c4463871d4129c6c062265d83d886432af6aa.1521818403.git.ioana.ciornei@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7d4c4463871d4129c6c062265d83d886432af6aa.1521818403.git.ioana.ciornei@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 23, 2018 at 10:38:57AM -0500, Ioana Ciornei wrote: > Introduce the rescan attribute as a device attribute to > synchronize the fsl-mc bus objects and the MC firmware. > > To rescan the root dprc only, e.g. > echo 1 > /sys/bus/fsl-mc/devices/dprc.1/rescan > > Signed-off-by: Ioana Ciornei > --- > Changes in v2: > - added proper documentation in /Documentation/ABI/ > - updated the MAINTAINERS file > Changes in v3: > - no change > > Documentation/ABI/stable/sysfs-bus-fsl-mc | 6 ++++++ > MAINTAINERS | 1 + > drivers/bus/fsl-mc/dprc-driver.c | 4 ++-- > drivers/bus/fsl-mc/fsl-mc-bus.c | 28 ++++++++++++++++++++++++++++ > drivers/bus/fsl-mc/fsl-mc-private.h | 3 +++ > 5 files changed, 40 insertions(+), 2 deletions(-) > create mode 100644 Documentation/ABI/stable/sysfs-bus-fsl-mc > > diff --git a/Documentation/ABI/stable/sysfs-bus-fsl-mc b/Documentation/ABI/stable/sysfs-bus-fsl-mc > new file mode 100644 > index 0000000..e530e8c > --- /dev/null > +++ b/Documentation/ABI/stable/sysfs-bus-fsl-mc > @@ -0,0 +1,6 @@ > +What: /sys/bus/fsl-mc/devices/dprc.*/rescan > +Date: March. 2018 "."? > +KernelVersion: 4.16 4.17 :) > +Contact: Ioana Ciornei > +Description: Root dprc rescan attribute What does this do? A bit more description please. thanks, greg k-h