[PATCH v2 4/7] resource: add bus number support
Add support for bus number resources. This is for bridges with a range of bus numbers behind them. Signed-off-by: Bjorn Helgaas <bjorn.helgaas(a)hp.com> --- include/linux/ioport.h | 1 + lib/vsprintf.c | 9 +++++++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/include/l... 5 Mar 2010 13:56
[PATCH -next] mfd/lpc_sch: fix related depends/selects, fix build error
From: Randy Dunlap <randy.dunlap(a)oracle.com> LPC_SCH is selected by GPI_SCH and I2C_ISCH, even when PCI is not enabled, but LPC_SCH depends on PCI, so make GPI_SCH and I2C_ISCH also depend on PCI. Those 2 selects also need to select what LPC_SCH selects, since kconfig does not follow selects. Signed-off-by:... 5 Mar 2010 13:56
Personal
I have a business proposition worth $40 Million that is mutually beneficial and it's risk free. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at... 5 Mar 2010 12:48
[git pull] pull request for writable limits for 2.6.34-rc0
Hi, please pull the writable limits tree below. I'm not sure why you didn't pull it in the .33 window. I just guess there was no reasoning about why you would do so. So, what are the writable limits good for and why we are about to ship it in the next Suse enterprise? Conceivably, there are companies out th... 5 Mar 2010 12:48
[PATCHv3 0/2] serial: Drivers for Altera UARTs
This is the third version of the patchset to add the serial drivers for the Altera UARTs. I made the corrections suggested by Alan Cox on top of the second version submitted on 01 Mar 2010. Changes from v2 to v3: - altera_uart: Copy old termios settings back and set baud rate - altera_uart: Remove board spec... 5 Mar 2010 12:48
[PATCHv3 1/2] serial: Add driver for the Altera JTAG UART
Add an UART driver for the JTAG UART component available as a SOPC (System on Programmable Chip) component for Altera FPGAs. Signed-off-by: Tobias Klauser <tklauser(a)distanz.ch> --- drivers/serial/Kconfig | 21 ++ drivers/serial/Makefile | 1 + drivers/serial/altera_jtaguart.c | 504 +++... 5 Mar 2010 12:48
Problems with remote-wakeup settings
The way we implement remote wakeup has got some problems. Here's a brief summary of the way it currently works. Each dev->power structure contains two bitflags: can_wakeup and should_wakeup. The can_wakeup flag indicates whether the device is _capable_ of issuing wakeup requests; it is supposed to be set by ... 6 Mar 2010 17:23
[PATCH] x86: Dell Precision WorkStation 690 reboot quirk
# HG changeset patch # User Edouard Gomez <ed.gomez(a)free.fr> # Date 1267783903 -3600 # Node ID aec3aca0d290e7000e179a1f4908b3b475d98846 # Parent c242cee8e9bd4ef993871546912bc17b0605c7d0 x86: Dell Precision WorkStation 690 reboot quirk This Dell workstation gets stuck on reboot unless booted with the paremeter... 5 Mar 2010 11:40
perf probe: Add missing variable initialization
Arnaldo Carvalho de Melo wrote: From: Arnaldo Carvalho de Melo <acme(a)redhat.com> cc1: warnings being treated as errors util/probe-finder.c: In function 'find_line_range': util/probe-finder.c:172: warning: 'src' may be used uninitialized in this function make: *** [util/probe-finder.o] Error 1 Acke... 5 Mar 2010 11:40
[PATCH 2/6] perf record: Add ID and to recorded event data when recording multiple events
From: Eric B Munson <ebmunson(a)us.ibm.com> Currently perf record does not write the ID or the to disk for events. This doesn't allow report to tell if an event stream contains one or more types of events. This patch adds this entry to the list of data that record will write to disk if more than one event was requ... 5 Mar 2010 11:40