From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Fri, 10 Feb 2017 15:54:50 +0100 Subject: [PATCH v2 3/4] switchtec: Add sysfs attributes to the Switchtec driver In-Reply-To: <1486058763-7730-4-git-send-email-logang@deltatee.com> References: <1486058763-7730-1-git-send-email-logang@deltatee.com> <1486058763-7730-4-git-send-email-logang@deltatee.com> Message-ID: <20170210145450.GD24594@kroah.com> On Thu, Feb 02, 2017@11:06:02AM -0700, Logan Gunthorpe wrote: > This patch adds a few read-only sysfs attributes which provide > some device information that is exposed from the devices. Primarily > component and device names and versions. These are documented in > Documentation/ABI/testing/sysfs-class-switchtec. > > Signed-off-by: Logan Gunthorpe > Signed-off-by: Stephen Bates Reviewed-by: Greg Kroah-Hartman From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 10 Feb 2017 15:54:50 +0100 From: Greg Kroah-Hartman To: Logan Gunthorpe Cc: Keith Busch , Myron Stowe , Bjorn Helgaas , Geert Uytterhoeven , Jonathan Corbet , "David S. Miller" , Andrew Morton , Emil Velikov , Mauro Carvalho Chehab , Guenter Roeck , Jarkko Sakkinen , Linus Walleij , Ryusuke Konishi , Stefan Berger , Wei Zhang , Kurt Schwemmer , Stephen Bates , linux-pci@vger.kernel.org, linux-doc@vger.kernel.org, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/4] switchtec: Add sysfs attributes to the Switchtec driver Message-ID: <20170210145450.GD24594@kroah.com> References: <1486058763-7730-1-git-send-email-logang@deltatee.com> <1486058763-7730-4-git-send-email-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1486058763-7730-4-git-send-email-logang@deltatee.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Thu, Feb 02, 2017 at 11:06:02AM -0700, Logan Gunthorpe wrote: > This patch adds a few read-only sysfs attributes which provide > some device information that is exposed from the devices. Primarily > component and device names and versions. These are documented in > Documentation/ABI/testing/sysfs-class-switchtec. > > Signed-off-by: Logan Gunthorpe > Signed-off-by: Stephen Bates Reviewed-by: Greg Kroah-Hartman