stable: Add usb id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell
Looks like this didn't get Cc'd for stable updates. Please consider cfbaa39347b34837f26e01fe8f4f8dbbae60b520 for inclusion in 2.6.32.y and 2.6.33.y stable. See test results in http://bugs.launchpad.net/bugs/511066, http://bugs.launchpad.net/ubuntu/+source/linux/+bug/511066/comments/10 rtg -- Tim Gardner t... 3 May 2010 12:02
PPC: Problems at early stage after starting from U-Boot
Hi everybody, I am trying to get the 2.6.29.6-rt23 kernel running on our self-designed board based on a Freescale MPC8568 CPU. I launch the kernel out of U-Boot. I have serial console output from U-Boot until I reach the point where the kernel is called. As I don't see output, I was reading out the memory at... 3 May 2010 12:02
[PATCH 6/8] ipmi: Reduce polling
From: Matthew Garrett <mjg(a)redhat.com> We can reasonably alter the poll rate depending on whether we're performing a transaction or merely waiting for an event. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> Signed-off-by: Corey Minyard <cminyard(a)mvista.com> --- Index: linux-2.6/drivers/char/ipmi/ipmi_si_i... 3 May 2010 09:49
[PATCH 4/8] ipmi: Change device discovery order
From: Matthew Garrett <mjg(a)redhat.com> The ipmi spec provides an ordering for si discovery. Change the driver to match, with the exception of preferring smbios to SPMI as HPs (at least) contain accurate information in the former but not the latter. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> Signed-off-by:... 3 May 2010 09:49
[PATCH 8/8] ipmi: Change timeout and event poll to one second
From: Corey Minyard <cminyard(a)mvista.com> The timeouts in IPMI are in the 1-5 second range in message handling, so a 1 second timeout is a reasonable thing to do. This should help with reducing power consumption on idle systems. Signed-off-by: Corey Minyard <cminyard(a)mvista.com> --- Index: linux-2.6/driver... 3 May 2010 09:49
[PATCH 7/8] ipmi: Attempt to register multiple SIs of the same type
From: Matthew Garrett <mjg(a)redhat.com> Some odd systems may have multiple BMCs, and we want to be able to support them. Let's make the assumption that if a system legitimately has multiple BMCs then each BMC's SI will be of the same type, and also that we won't see multiple SIs of the same type unless we have mul... 3 May 2010 09:49
[PATCH 3/8] ipmi: Only register one si per bmc
From: Matthew Garrett <mjg(a)redhat.com> Only register one si per bmc. Use any user-provided devices first, followed by the first device with an irq, followed by the first device discovered. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> Signed-off-by: Corey Minyard <cminyard(a)mvista.com> --- Index: linux-2.6... 3 May 2010 09:49
[PATCH 5/8] ipmi: Reduce polling when interrupts are available
From: Matthew Garrett <mjg(a)redhat.com> If we're not currently in the middle of a transaction, and if we have interrupts, there's no real reason to poll the controller more frequently than the core IPMI code does. Set the interrupt_disabled flag appropriately as the interrupt state changes, and make the timeout co... 3 May 2010 09:49
hid-ntrig.c tipswitch and cleanup
On Mon, 3 May 2010, Rafi Rubin wrote: [PATCH 1/2] TipSwitch for single touch mode touch. This patch is a resubmit of a recent patch which might have been lost due to the discussion of a distasteful comment (which has been sanitized). Note this does not increase the use of TAP events in the driver, th... 3 May 2010 09:49
[PATCH] rtc: Use genirq directly in rtc-wm831x
Now that the WM831x core uses genirq for the IRQ controller there is no need to use the WM831x-specific wrappers to request interrupts so convert to use genirq directly. Also use more meaningful strings to make /proc/interrupts more readily legible. Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.co... 3 May 2010 09:49