Found 6 matching messages (0.059 seconds). Page 1 of 1.
- [patch 050/101] DVB: digitv: open nxt6000 i2c_gate for TDED4 tuner handling
From: Michael Krufky
dvb-pll normally opens the i2c gate before attempting to communicate with
the pll, but the code for this device is not using dvb-pll. This should
be cleaned up in the future, but for now, just open the i2c
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 050/104] KVM: VMX: Remove a duplicated ia32e mode vm entry control
From: Li, Xin B
Remove a duplicated ia32e mode VM Entry control definition and use the
proper one.
Signed-off-by: Xin Li
Signed-off-by: Avi Kivity
---
drivers/kvm/vmx.c | 8
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 050/149] USB: EHCI: Safe endianness for transfer buffers after reset in case of HUB with TT
From: Vladimir Barinov
This patch fixes the endianness select for transfer buffers in EHCI
controllers that have Transaction Translator built in the hub. Also I
cleaned it up to make rid of magic numbers.
Signed-off-by: ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [PATCH 050/142] USB: SisUSB2VGA: Convert printk to dev_* macros
From: Felipe Balbi
This patch convert printk entries to dev_* macros, this provide better
debugging and better readability to the code.
Signed-off-by: Felipe Balbi
Cc: Thomas linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 050/196] kobject: convert debugfs to use kobject_create
We don't need a kset here, a simple kobject will do just fine, so
dynamically create the kobject and use it.
Cc: Kay Sievers
Signed-off-by: Greg Kroah-Hartman
---
fs/debugfs/inode.c | 13 ++++++-------
1
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 050/148] include/asm-x86/io.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/io.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-x86/io.h b/include/asm-x86/io.h
index 616c9f0..99694ce 100644
--- a/include/asm-x86/io.h
linux-kernel - Joe Perches - Mar 23 2008 - 04:02