Re: [GIT PATCH] more Driver core patches for 2.6.19
- From: Greg KH <gregkh@xxxxxxx>
- Date: Wed, 13 Dec 2006 15:40:47 -0800
On Wed, Dec 13, 2006 at 12:58:24PM -0800, Linus Torvalds wrote:
I'm really not convinced about the user-mode thing unless somebody can
show me a good reason for it. Not just some "wouldn't it be nice" kind of
thing. A real, honest-to-goodness reason that we actually _want_ to see
used.
No features just for features sake.
Ok, Thomas just showed at least one example of where this interface is a
big advantage over the all-in-kernel model. I'll work with him and try
to dig up other real examples before submitting this code again.
In the mean time, I'll leave it in my tree and it will get some more
exposure in the -mm releases.
So please push the tree without this userspace IO driver at all.
Done.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/
It contains the changes listed below.
thanks,
greg k-h
drivers/base/class.c | 2 ++
drivers/base/platform.c | 4 ++--
fs/debugfs/inode.c | 39 ++++++++++++++++++++++++++++++---------
include/linux/platform_device.h | 2 +-
kernel/module.c | 25 +++++++++++++++++++++++++
kernel/power/Kconfig | 9 +++++----
6 files changed, 65 insertions(+), 16 deletions(-)
---------------
Akinobu Mita (1):
driver core: delete virtual directory on class_unregister()
Andrew Morton (1):
Driver core: "platform_driver_probe() can save codespace": save codespace
David Brownell (1):
Driver core: deprecate PM_LEGACY, default it to N
Kay Sievers (1):
Driver core: show "initstate" of module
Mathieu Desnoyers (5):
DebugFS : inotify create/mkdir support
DebugFS : coding style fixes
DebugFS : file/directory creation error handling
DebugFS : more file/directory creation error handling
DebugFS : file/directory removal fix
Scott Wood (1):
Driver core: Make platform_device_add_data accept a const pointer
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [GIT PATCH] more Driver core patches for 2.6.19
- From: Greg KH
- Re: [GIT PATCH] more Driver core patches for 2.6.19
- From: Linus Torvalds
- Re: [GIT PATCH] more Driver core patches for 2.6.19
- From: Greg KH
- Re: [GIT PATCH] more Driver core patches for 2.6.19
- From: Linus Torvalds
- [GIT PATCH] more Driver core patches for 2.6.19
- Prev by Date: Re: [RFC] Patch: dynticks: idle load balancing
- Next by Date: Re: Bug: early_pfn_in_nid() called when not early
- Previous by thread: Re: [GIT PATCH] more Driver core patches for 2.6.19
- Next by thread: Re: [GIT PATCH] more Driver core patches for 2.6.19
- Index(es):
Relevant Pages
|