login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
August
»
1
Re: debugfs helper for decimal challenged
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Greg KH <gregkh@...>
To: Robin Getz <rgetz@...>
Cc: <linux-kernel@...>, Mike Frysinger <vapier.adi@...>
Subject:
Re: debugfs helper for decimal challenged
Date: Wednesday, August 1, 2007 - 6:25 pm
On Wed, Aug 01, 2007 at 05:52:58PM -0400, Robin Getz wrote:
quoted text
> 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 > 0x80200000), any objections to providing a hex output interface to the > debugfs? > > Since the input side already takes decimal & hex, I don't think this is a big > change: > > DEFINE_SIMPLE_ATTRIBUTE(fops_x16, debugfs_u16_get, debugfs_u16_set, "0x%04llx\n"); > > struct dentry *debugfs_create_x16(const char *name, mode_t mode, > struct dentry *parent, u16 *value) > { > return debugfs_create_file(name, mode, parent, value, &fops_x16); > } > > DEFINE_SIMPLE_ATTRIBUTE(fops_x32, debugfs_u32_get, debugfs_u32_set, "0x%08llx\n"); > > struct dentry *debugfs_create_x32(const char *name, mode_t mode, > struct dentry *parent, u32 *value) > { > return debugfs_create_file(name, mode, parent, value, &fops_x32); > } > > If this is OK - I will send a real patch.
That sounds good to me, feel free to send a real patch. thanks, greg k-h -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
debugfs helper for decimal challenged
, Robin Getz
, (Wed Aug 1, 5:52 pm)
Re: debugfs helper for decimal challenged
, Greg KH
, (Wed Aug 1, 6:25 pm)
[PATCH] debugfs helper for decimal challenged
, Robin Getz
, (Wed Aug 1, 11:13 pm)
Re: [PATCH] debugfs helper for decimal challenged
, Greg KH
, (Thu Aug 2, 5:09 pm)
[PATCH] debugfs helper for decimal challenged
, Robin Getz
, (Thu Aug 2, 6:23 pm)
Re: [PATCH] debugfs helper for decimal challenged
, Robin Getz
, (Thu Aug 2, 6:20 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Andrew Morton
-mm merge plans for 2.6.23
Greg Kroah-Hartman
[PATCH 004/196] Chinese: add translation of SubmittingPatches
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Gabriel C
Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS]
git
:
linux-netdev
:
Gerrit Renker
[PATCH 03/37] dccp: List management for new feature negotiation
David Miller
[GIT]: Networking
Thomas Jarosch
Re: TCP connection stalls under 2.6.24.7
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
3 users
and
1015 guests
online.
Online users
strcmp
zeekec
maheshdm
Syndicate