From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752754AbaJKUSe (ORCPT ); Sat, 11 Oct 2014 16:18:34 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57802 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752689AbaJKUSd (ORCPT ); Sat, 11 Oct 2014 16:18:33 -0400 Date: Sat, 11 Oct 2014 13:17:32 -0700 From: Greg Kroah-Hartman To: Arend van Spriel Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] debugfs: add helper function to create device related seq_file Message-ID: <20141011201732.GB29439@kroah.com> References: <1413043315-22332-1-git-send-email-arend@broadcom.com> <5439564B.8040905@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5439564B.8040905@broadcom.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 11, 2014 at 06:09:47PM +0200, Arend van Spriel wrote: > On 10/11/14 18:01, Arend van Spriel wrote: > >This patch adds a helper function that simplifies adding a > >sequence file for device drivers. The calling device driver > >needs to provide a read function and a device pointer. The > >field struct seq_file::private will reference the device > >pointer upon call to the read function so the driver can > >obtain his data from it and do its seq_printf() calls. > > Maybe should have made this RFC first. Anyways, it is intended for 3.19, > although I don't mind if it would end up in 3.18 :-p It's too late for 3.18, sorry.