First  |  Prev |  Next  |  Last
Pages: 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401
[PATCH 03/15] staging/lirc: add lirc_i2c driver
Signed-off-by: Jarod Wilson <jarod(a)redhat.com> --- drivers/staging/lirc/lirc_i2c.c | 536 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 536 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/lirc/lirc_i2c.c diff --git a/drivers/staging/lirc/lirc_i2c.c b/drivers/staging/lirc/lirc_i2c.c... 26 Jul 2010 20:29
[PATCH 02/15] staging/lirc: add lirc_ene0100 driver
Signed-off-by: Jarod Wilson <jarod(a)redhat.com> --- drivers/staging/lirc/lirc_ene0100.c | 646 +++++++++++++++++++++++++++++++++++ drivers/staging/lirc/lirc_ene0100.h | 169 +++++++++ 2 files changed, 815 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/lirc/lirc_ene0100.c create mode 100644... 26 Jul 2010 20:29
[PATCH 0/15] STAGING: add lirc device drivers
This patch series adds the remaining lirc_foo device drivers to the staging tree. The core lirc_dev driver and lirc headers are currently merged in a v4l/dvb staging tree (which is pulled into linux-next), and are utilized by way of an IR decoder/encoder bridge plugin to ir-core. I've started porting lirc_foo dri... 26 Jul 2010 20:29
x86, acpi: handle xapic/x2apic at same time
On 07/26/2010 02:56 PM, Yinghai Lu wrote: one system have mixing xapic and x2apic entries in MADT and SRAT. Any way you could provide a name of this system, and/or an acpidump of it? Thanks, -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message ... 27 Jul 2010 12:50
of: Create asm-generic/of.h and provide default of_node_to_nid()
On Mon, Jul 26, 2010 at 04:04:55PM -0600, Grant Likely wrote: of_node_to_nid() is only relevant in a few architectures. Don't force everyone to implement it anyway. This patch also adds asm-generic/of.h which will be used to contain other overrideable symbols. Signed-off-by: Grant Likely <grant.likely... 27 Jul 2010 13:57
[PATCH] Enable kdump with EFI boot
Hi all, The attached patch enables kdump on EFI-boot machine. [Background] Current kdump does not work on EFI-boot system because 2nd kernel cannot find ACPI Table(RSDP). The URL below explains this problem. http://lists.infradead.org/pipermail/kexec/2010-March/003889.html This problem can be solved by fixi... 26 Jul 2010 19:23
kconfig: implement select with values
On Tue, Jul 20, 2010 at 04:37:06AM +1000, Stephen Rothwell wrote: This is a fairly brute force approach to allowing a Kconfig "select" to specify an excplicit value for the selected config sybmol. The syntax of select is changed to: "select" <symbol> [<expr>] ["if" expr] The approach taken i... 27 Jul 2010 02:59
[PATCH v3] of: Create asm-generic/of.h and provide default of_node_to_nid()
of_node_to_nid() is only relevant in a few architectures. Don't force everyone to implement it anyway. This patch also adds asm-generic/of.h which will be used to contain other overrideable symbols. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- Changes in v3: don't use asm-generic, just keep ma... 26 Jul 2010 18:17
of: Create asm-generic/of.h and provide default of_node_to_nid()
On Mon, Jul 26, 2010 at 4:04 PM, Grant Likely <grant.likely(a)secretlab.ca> wrote: of_node_to_nid() is only relevant in a few architectures. �Don't force everyone to implement it anyway. �This patch also adds asm-generic/of.h which will be used to contain other overrideable symbols. Signed-off-by: Grant Li... 26 Jul 2010 22:41
[PATCH] ipmi: Fix ACPI detecting with regspacing
after the commint that change ipmi_si detecting sequence from SMBIOS/ACPI to ACPI/SMBIOS, | commit 754d453185275951d39792865927ec494fa1ebd8 | Author: Matthew Garrett <mjg(a)redhat.com> | Date: Wed May 26 14:43:47 2010 -0700 | | ipmi: change device discovery order | | The ipmi spec provides an ordering ... 26 Jul 2010 18:16
First  |  Prev |  Next  |  Last
Pages: 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401