[PATCH 17/75] debugfs: helper for decimal challenged

2007-10-12 Thread Greg Kroah-Hartman
From: Robin Getz <[EMAIL PROTECTED]> Allows debugfs helper functions to have a hex output, rather than just decimal Signed-off-by: Robin Getz <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- fs/debugfs/file.c | 36 include

[PATCH] debugfs helper for decimal challenged

2007-08-02 Thread Robin Getz
From: Robin Getz <[EMAIL PROTECTED]> Allows debugfs helper functions to have a hex output, rather than just decimal Signed-off-by: Robin Getz <[EMAIL PROTECTED]> --- fs/debugfs/file.c | 36 include/linux/debugfs.h | 27 ++

Re: [PATCH] debugfs helper for decimal challenged

2007-08-02 Thread Robin Getz
On Thu 2 Aug 2007 17:09, Greg KH pondered: > On Wed, Aug 01, 2007 at 11:13:51PM -0400, Robin Getz wrote: > > From: Robin Getz <[EMAIL PROTECTED]> > > > > Allows debugfs helper functions to have a hex output, rather than just > decimal > > > > Signed-off-by: Robin Getz <[EMAIL PROTECTED]> > > --

Re: [PATCH] debugfs helper for decimal challenged

2007-08-02 Thread Greg KH
On Wed, Aug 01, 2007 at 11:13:51PM -0400, Robin Getz wrote: > From: Robin Getz <[EMAIL PROTECTED]> > > Allows debugfs helper functions to have a hex output, rather than just decimal > > Signed-off-by: Robin Getz <[EMAIL PROTECTED]> > --- > fs/debugfs/file.c | 36 +

[PATCH] debugfs helper for decimal challenged

2007-08-01 Thread Robin Getz
From: Robin Getz <[EMAIL PROTECTED]> Allows debugfs helper functions to have a hex output, rather than just decimal Signed-off-by: Robin Getz <[EMAIL PROTECTED]> --- fs/debugfs/file.c | 36 1 file changed, 36 insertions(+) Index: fs/debugfs/file.c ==

Re: debugfs helper for decimal challenged

2007-08-01 Thread Greg KH
On Wed, Aug 01, 2007 at 05:52:58PM -0400, Robin Getz wrote: > Greg: > > For those of us who forget that when bits 21 and bit 31 in a hardware > register exposed with debugfs, I should see 2149580800 when I cat it (vs > 0x8020), any objections to providing a hex output interface to the > debu

debugfs helper for decimal challenged

2007-08-01 Thread Robin Getz
Greg: For those of us who forget that when bits 21 and bit 31 in a hardware register exposed with debugfs, I should see 2149580800 when I cat it (vs 0x8020), any objections to providing a hex output interface to the debugfs? Since the input side already takes decimal & hex, I don't think th