Found 5 matching messages (0.041 seconds). Page 1 of 1.
- [PATCH 130/142] USB: add runtime frame_no quirk for big-endian OHCI
... 16 bits ... unless the spec is not followed.
Currently there's one MPC52xx platform that doesn't need the shift. This
patch adds a new "big endian frame_no" quirk to control that at runtime.
Signed-off-by: Valentine Barshak ...
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:19
- [PATCH] [130/2many] MAINTAINERS - COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
Add file pattern to MAINTAINER entry
Signed-off-by: Joe Perches
diff --git a/MAINTAINERS b/MAINTAINERS
index 16714f8..bc16c7a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1262,6 +1262,7 @@ M: scottm@somanetworks.com
M:
linux-kernel - joe - Aug 13 2007 - 02:25
- [PATCH 130/149] USB: make the usb_device numa_node get assigned from controller
From: Yinghai Lu
So we can use dev_to_node(&usb_dev->dev) later in kmalloc_node to dma buffer
Signed-off-by: Yinghai Lu
Cc: Andi Kleen
Acked-by: Christoph Lameter
Cc: David
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:42
- [PATCH 130/196] Kobject: convert drivers/base/core.c to use kobject_init/add_ng()
This converts the code to use the new kobject functions, cleaning up the
logic in doing so.
Cc: Kay Sievers
Signed-off-by: Greg Kroah-Hartman
---
drivers/base/core.c | 8 +++-----
1 files changed, 3
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:32
- [PATCH 130/148] include/asm-x86/tlbflush.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/tlbflush.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/asm-x86/tlbflush.h b/include/asm-x86/tlbflush.h
index 3998709..0c0674d 100644
--- a/
linux-kernel - Joe Perches - Mar 23 2008 - 04:03