forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'v2.6.31-rc9' into tracing/core
Merge reason: move from -rc5 to -rc9. Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information
Showing
585 changed files
with
6,905 additions
and
3,930 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -904,7 +904,7 @@ F: drivers/input/misc/ati_remote2.c | |
|
||
ATLX ETHERNET DRIVERS | ||
M: Jay Cliburn <[email protected]> | ||
M: Chris Snook <csnook@redhat.com> | ||
M: Chris Snook <chris.snook@gmail.com> | ||
M: Jie Yang <[email protected]> | ||
L: [email protected] | ||
W: http://sourceforge.net/projects/atl1 | ||
|
@@ -2238,6 +2238,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
S: Maintained | ||
F: drivers/media/video/gspca/pac207.c | ||
|
||
GSPCA SN9C20X SUBDRIVER | ||
M: Brian Johnson <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | ||
S: Maintained | ||
F: drivers/media/video/gspca/sn9c20x.c | ||
|
||
GSPCA T613 SUBDRIVER | ||
M: Leandro Costantino <[email protected]> | ||
L: [email protected] | ||
|
@@ -3421,6 +3428,7 @@ F: drivers/mfd/ | |
|
||
MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM | ||
S: Orphan | ||
L: [email protected] | ||
F: drivers/mmc/ | ||
F: include/linux/mmc/ | ||
|
||
|
@@ -3555,6 +3563,9 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | |
S: Maintained | ||
F: net/ | ||
F: include/net/ | ||
F: include/linux/in.h | ||
F: include/linux/net.h | ||
F: include/linux/netdevice.h | ||
|
||
NETWORKING [IPv4/IPv6] | ||
M: "David S. Miller" <[email protected]> | ||
|
@@ -3590,6 +3601,8 @@ W: http://www.linuxfoundation.org/en/Net | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | ||
S: Odd Fixes | ||
F: drivers/net/ | ||
F: include/linux/if_* | ||
F: include/linux/*device.h | ||
|
||
NETXEN (1/10) GbE SUPPORT | ||
M: Dhananjay Phadke <[email protected]> | ||
|
@@ -3796,7 +3809,7 @@ W: http://open-osd.org | |
T: git git://git.open-osd.org/open-osd.git | ||
S: Maintained | ||
F: drivers/scsi/osd/ | ||
F: drivers/include/scsi/osd_* | ||
F: include/scsi/osd_* | ||
F: fs/exofs/ | ||
|
||
P54 WIRELESS DRIVER | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,6 +206,15 @@ static void __init qnap_ts219_init(void) | |
|
||
} | ||
|
||
static int __init ts219_pci_init(void) | ||
{ | ||
if (machine_is_ts219()) | ||
kirkwood_pcie_init(); | ||
|
||
return 0; | ||
} | ||
subsys_initcall(ts219_pci_init); | ||
|
||
MACHINE_START(TS219, "QNAP TS-119/TS-219") | ||
/* Maintainer: Martin Michlmayr <[email protected]> */ | ||
.phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.