From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH V3] debugfs: Add debugfs_create_ulong() Date: Sun, 18 Oct 2015 22:14:09 +0530 Message-ID: <20151018164409.GE19018@linux> References: <6d786424835b514b92f847e6f9af21b01244de85.1445159433.git.viresh.kumar@linaro.org> <20151018162140.GA30196@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f43.google.com ([209.85.220.43]:33289 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932081AbbJRQoX (ORCPT ); Sun, 18 Oct 2015 12:44:23 -0400 Received: by pabrc13 with SMTP id rc13so166349217pab.0 for ; Sun, 18 Oct 2015 09:44:22 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20151018162140.GA30196@kroah.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Greg Kroah-Hartman Cc: linaro-kernel@lists.linaro.org, Rafael Wysocki , linux-kernel@vger.kernel.org, arnd@arndb.de, sboyd@codeaurora.org, linux-pm@vger.kernel.org, linux@arm.linux.org.uk, stern@rowland.harvard.edu On 18-10-15, 09:21, Greg Kroah-Hartman wrote: > On Sun, Oct 18, 2015 at 02:45:27PM +0530, Viresh Kumar wrote: > > Add debugfs_create_ulong() for the users of type 'unsigned long'. These > > will be 32 bits long on a 32 bit machine and 64 bits long on a 64 bit > > machine. > > Do you really need a debugfs_create_xlong()? You don't mention it here > in your changelog comment yet the patch contains it. I'd hold off for > it for now as I doubt anyone needs it... At least my use case doesn't need it, but I thought it will be better to implement the ulong series in the same way other interfaces are implemented. I can drop that part if you want. -- viresh