refresh patches against 2.6.27 final
SVN-Revision: 12987
This commit is contained in:
parent
3b90e01db8
commit
19b0e56ba7
134 changed files with 433 additions and 436 deletions
|
@ -28,9 +28,6 @@ endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.26.5)
|
ifeq ($(LINUX_VERSION),2.6.26.5)
|
||||||
LINUX_KERNEL_MD5SUM:=98261b39a558cf0739703ffea7db9f43
|
LINUX_KERNEL_MD5SUM:=98261b39a558cf0739703ffea7db9f43
|
||||||
endif
|
endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.27-rc9)
|
|
||||||
LINUX_KERNEL_MD5SUM:=d78ffa904cc4a9c4eafd68ce55135198
|
|
||||||
endif
|
|
||||||
ifeq ($(LINUX_VERSION),2.6.27)
|
ifeq ($(LINUX_VERSION),2.6.27)
|
||||||
LINUX_KERNEL_MD5SUM:=b3e78977aa79d3754cb7f8143d7ddabd
|
LINUX_KERNEL_MD5SUM:=b3e78977aa79d3754cb7f8143d7ddabd
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/arch/mips/Kconfig
|
--- a/arch/mips/Kconfig
|
||||||
+++ b/arch/mips/Kconfig
|
+++ b/arch/mips/Kconfig
|
||||||
@@ -19,6 +19,20 @@
|
@@ -19,6 +19,20 @@ choice
|
||||||
prompt "System type"
|
prompt "System type"
|
||||||
default SGI_IP22
|
default SGI_IP22
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
config MACH_ALCHEMY
|
config MACH_ALCHEMY
|
||||||
bool "Alchemy processor based machines"
|
bool "Alchemy processor based machines"
|
||||||
|
|
||||||
@@ -598,6 +612,7 @@
|
@@ -598,6 +612,7 @@ config WR_PPMC
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
source "arch/mips/jazz/Kconfig"
|
source "arch/mips/jazz/Kconfig"
|
||||||
--- a/arch/mips/Makefile
|
--- a/arch/mips/Makefile
|
||||||
+++ b/arch/mips/Makefile
|
+++ b/arch/mips/Makefile
|
||||||
@@ -174,6 +174,21 @@
|
@@ -174,6 +174,21 @@ cflags-$(CONFIG_MACH_JAZZ) += -Iinclude/
|
||||||
load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000
|
load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/mtd/maps/Kconfig
|
--- a/drivers/mtd/maps/Kconfig
|
||||||
+++ b/drivers/mtd/maps/Kconfig
|
+++ b/drivers/mtd/maps/Kconfig
|
||||||
@@ -571,5 +571,9 @@
|
@@ -571,5 +571,9 @@ config MTD_PLATRAM
|
||||||
|
|
||||||
This selection automatically selects the map_ram driver.
|
This selection automatically selects the map_ram driver.
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
--- a/drivers/mtd/maps/Makefile
|
--- a/drivers/mtd/maps/Makefile
|
||||||
+++ b/drivers/mtd/maps/Makefile
|
+++ b/drivers/mtd/maps/Makefile
|
||||||
@@ -42,6 +42,7 @@
|
@@ -42,6 +42,7 @@ obj-$(CONFIG_MTD_DBOX2) += dbox2-flash.
|
||||||
obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o
|
obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o
|
||||||
obj-$(CONFIG_MTD_PCI) += pci.o
|
obj-$(CONFIG_MTD_PCI) += pci.o
|
||||||
obj-$(CONFIG_MTD_ALCHEMY) += alchemy-flash.o
|
obj-$(CONFIG_MTD_ALCHEMY) += alchemy-flash.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/Kconfig
|
--- a/drivers/net/Kconfig
|
||||||
+++ b/drivers/net/Kconfig
|
+++ b/drivers/net/Kconfig
|
||||||
@@ -596,6 +596,10 @@
|
@@ -596,6 +596,10 @@ config MIPS_AU1X00_ENET
|
||||||
If you have an Alchemy Semi AU1X00 based system
|
If you have an Alchemy Semi AU1X00 based system
|
||||||
say Y. Otherwise, say N.
|
say Y. Otherwise, say N.
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
depends on PCI && SGI_IP27
|
depends on PCI && SGI_IP27
|
||||||
--- a/drivers/net/Makefile
|
--- a/drivers/net/Makefile
|
||||||
+++ b/drivers/net/Makefile
|
+++ b/drivers/net/Makefile
|
||||||
@@ -187,6 +187,7 @@
|
@@ -187,6 +187,7 @@ obj-$(CONFIG_SC92031) += sc92031.o
|
||||||
# This is also a 82596 and should probably be merged
|
# This is also a 82596 and should probably be merged
|
||||||
obj-$(CONFIG_LP486E) += lp486e.o
|
obj-$(CONFIG_LP486E) += lp486e.o
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
depends on USB
|
depends on USB
|
||||||
--- a/drivers/usb/host/Makefile
|
--- a/drivers/usb/host/Makefile
|
||||||
+++ b/drivers/usb/host/Makefile
|
+++ b/drivers/usb/host/Makefile
|
||||||
@@ -10,6 +10,7 @@
|
@@ -10,6 +10,7 @@ isp1760-objs := isp1760-hcd.o isp1760-if
|
||||||
|
|
||||||
obj-$(CONFIG_PCI) += pci-quirks.o
|
obj-$(CONFIG_PCI) += pci-quirks.o
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
obj-$(CONFIG_USB_OHCI_HCD) += ohci-hcd.o
|
obj-$(CONFIG_USB_OHCI_HCD) += ohci-hcd.o
|
||||||
--- a/drivers/usb/Makefile
|
--- a/drivers/usb/Makefile
|
||||||
+++ b/drivers/usb/Makefile
|
+++ b/drivers/usb/Makefile
|
||||||
@@ -16,6 +16,7 @@
|
@@ -16,6 +16,7 @@ obj-$(CONFIG_USB_UHCI_HCD) += host/
|
||||||
obj-$(CONFIG_USB_SL811_HCD) += host/
|
obj-$(CONFIG_USB_SL811_HCD) += host/
|
||||||
obj-$(CONFIG_USB_U132_HCD) += host/
|
obj-$(CONFIG_USB_U132_HCD) += host/
|
||||||
obj-$(CONFIG_USB_R8A66597_HCD) += host/
|
obj-$(CONFIG_USB_R8A66597_HCD) += host/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/arch/mips/pci/Makefile
|
--- a/arch/mips/pci/Makefile
|
||||||
+++ b/arch/mips/pci/Makefile
|
+++ b/arch/mips/pci/Makefile
|
||||||
@@ -51,3 +51,4 @@
|
@@ -51,3 +51,4 @@ obj-$(CONFIG_VICTOR_MPC30X) += fixup-mpc
|
||||||
obj-$(CONFIG_ZAO_CAPCELLA) += fixup-capcella.o
|
obj-$(CONFIG_ZAO_CAPCELLA) += fixup-capcella.o
|
||||||
obj-$(CONFIG_WR_PPMC) += fixup-wrppmc.o
|
obj-$(CONFIG_WR_PPMC) += fixup-wrppmc.o
|
||||||
obj-$(CONFIG_MIKROTIK_RB532) += pci-rc32434.o ops-rc32434.o fixup-rc32434.o
|
obj-$(CONFIG_MIKROTIK_RB532) += pci-rc32434.o ops-rc32434.o fixup-rc32434.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/leds/Kconfig
|
--- a/drivers/leds/Kconfig
|
||||||
+++ b/drivers/leds/Kconfig
|
+++ b/drivers/leds/Kconfig
|
||||||
@@ -223,4 +223,12 @@
|
@@ -223,4 +223,12 @@ config LEDS_TRIGGER_NETDEV
|
||||||
This allows LEDs to be controlled by network device activity.
|
This allows LEDs to be controlled by network device activity.
|
||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
endif # NEW_LEDS
|
endif # NEW_LEDS
|
||||||
--- a/drivers/leds/Makefile
|
--- a/drivers/leds/Makefile
|
||||||
+++ b/drivers/leds/Makefile
|
+++ b/drivers/leds/Makefile
|
||||||
@@ -32,3 +32,4 @@
|
@@ -32,3 +32,4 @@ obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) +=
|
||||||
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
|
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
|
||||||
obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o
|
obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o
|
||||||
obj-$(CONFIG_LEDS_TRIGGER_NETDEV) += ledtrig-netdev.o
|
obj-$(CONFIG_LEDS_TRIGGER_NETDEV) += ledtrig-netdev.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/mtd/Kconfig
|
--- a/drivers/mtd/Kconfig
|
||||||
+++ b/drivers/mtd/Kconfig
|
+++ b/drivers/mtd/Kconfig
|
||||||
@@ -172,6 +172,22 @@
|
@@ -172,6 +172,22 @@ config MTD_AR7_PARTS
|
||||||
---help---
|
---help---
|
||||||
TI AR7 partitioning support
|
TI AR7 partitioning support
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
config MTD_CHAR
|
config MTD_CHAR
|
||||||
--- a/drivers/mtd/Makefile
|
--- a/drivers/mtd/Makefile
|
||||||
+++ b/drivers/mtd/Makefile
|
+++ b/drivers/mtd/Makefile
|
||||||
@@ -13,6 +13,7 @@
|
@@ -13,6 +13,7 @@ obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdli
|
||||||
obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
|
obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
|
||||||
obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
|
obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
|
||||||
obj-$(CONFIG_MTD_OF_PARTS) += ofpart.o
|
obj-$(CONFIG_MTD_OF_PARTS) += ofpart.o
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
static int cfi_amdstd_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *);
|
static int cfi_amdstd_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *);
|
||||||
static int cfi_amdstd_write_words(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
|
static int cfi_amdstd_write_words(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
|
||||||
static int cfi_amdstd_write_buffers(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
|
static int cfi_amdstd_write_buffers(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
|
||||||
@@ -240,6 +247,41 @@
|
@@ -240,6 +247,41 @@ static void fixup_s29gl032n_sectors(stru
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
static struct cfi_fixup cfi_fixup_table[] = {
|
static struct cfi_fixup cfi_fixup_table[] = {
|
||||||
{ CFI_MFR_ATMEL, CFI_ID_ANY, fixup_convert_atmel_pri, NULL },
|
{ CFI_MFR_ATMEL, CFI_ID_ANY, fixup_convert_atmel_pri, NULL },
|
||||||
#ifdef AMD_BOOTLOC_BUG
|
#ifdef AMD_BOOTLOC_BUG
|
||||||
@@ -275,6 +317,9 @@
|
@@ -275,6 +317,9 @@ static struct cfi_fixup fixup_table[] =
|
||||||
*/
|
*/
|
||||||
{ CFI_MFR_ANY, CFI_ID_ANY, fixup_use_erase_chip, NULL },
|
{ CFI_MFR_ANY, CFI_ID_ANY, fixup_use_erase_chip, NULL },
|
||||||
{ CFI_MFR_ATMEL, AT49BV6416, fixup_use_atmel_lock, NULL },
|
{ CFI_MFR_ATMEL, AT49BV6416, fixup_use_atmel_lock, NULL },
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
--- a/drivers/mtd/chips/Kconfig
|
--- a/drivers/mtd/chips/Kconfig
|
||||||
+++ b/drivers/mtd/chips/Kconfig
|
+++ b/drivers/mtd/chips/Kconfig
|
||||||
@@ -196,6 +196,14 @@
|
@@ -196,6 +196,14 @@ config MTD_CFI_AMDSTD
|
||||||
provides support for one of those command sets, used on chips
|
provides support for one of those command sets, used on chips
|
||||||
including the AMD Am29LV320.
|
including the AMD Am29LV320.
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#define PM49FL002 0x006D
|
#define PM49FL002 0x006D
|
||||||
#define PM49FL004 0x006E
|
#define PM49FL004 0x006E
|
||||||
#define PM49FL008 0x006A
|
#define PM49FL008 0x006A
|
||||||
@@ -1248,6 +1252,54 @@
|
@@ -1248,6 +1252,54 @@ static const struct amd_flash_info jedec
|
||||||
ERASEINFO(0x02000,2),
|
ERASEINFO(0x02000,2),
|
||||||
ERASEINFO(0x04000,1),
|
ERASEINFO(0x04000,1),
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/mtd/Kconfig
|
--- a/drivers/mtd/Kconfig
|
||||||
+++ b/drivers/mtd/Kconfig
|
+++ b/drivers/mtd/Kconfig
|
||||||
@@ -55,6 +55,11 @@
|
@@ -55,6 +55,11 @@ config MTD_ROOTFS_SPLIT
|
||||||
depends on MTD_PARTITIONS
|
depends on MTD_PARTITIONS
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
depends on MTD_PARTITIONS
|
depends on MTD_PARTITIONS
|
||||||
--- a/drivers/mtd/Makefile
|
--- a/drivers/mtd/Makefile
|
||||||
+++ b/drivers/mtd/Makefile
|
+++ b/drivers/mtd/Makefile
|
||||||
@@ -8,6 +8,7 @@
|
@@ -8,6 +8,7 @@ mtd-y := mtdcore.o mtdsuper.o
|
||||||
mtd-$(CONFIG_MTD_PARTITIONS) += mtdpart.o
|
mtd-$(CONFIG_MTD_PARTITIONS) += mtdpart.o
|
||||||
|
|
||||||
obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o
|
obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/ata/Makefile
|
--- a/drivers/ata/Makefile
|
||||||
+++ b/drivers/ata/Makefile
|
+++ b/drivers/ata/Makefile
|
||||||
@@ -72,6 +72,7 @@
|
@@ -72,6 +72,7 @@ obj-$(CONFIG_PATA_BF54X) += pata_bf54x.o
|
||||||
obj-$(CONFIG_PATA_PLATFORM) += pata_platform.o
|
obj-$(CONFIG_PATA_PLATFORM) += pata_platform.o
|
||||||
obj-$(CONFIG_PATA_OF_PLATFORM) += pata_of_platform.o
|
obj-$(CONFIG_PATA_OF_PLATFORM) += pata_of_platform.o
|
||||||
obj-$(CONFIG_PATA_ICSIDE) += pata_icside.o
|
obj-$(CONFIG_PATA_ICSIDE) += pata_icside.o
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
# Should be last but one libata driver
|
# Should be last but one libata driver
|
||||||
--- a/drivers/ata/Kconfig
|
--- a/drivers/ata/Kconfig
|
||||||
+++ b/drivers/ata/Kconfig
|
+++ b/drivers/ata/Kconfig
|
||||||
@@ -568,6 +568,15 @@
|
@@ -568,6 +568,15 @@ config PATA_RADISYS
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
#define AMBA_ISR_PASS_LIMIT 256
|
#define AMBA_ISR_PASS_LIMIT 256
|
||||||
|
|
||||||
@@ -80,9 +79,9 @@
|
@@ -80,9 +79,9 @@ static void pl010_stop_tx(struct uart_po
|
||||||
struct uart_amba_port *uap = (struct uart_amba_port *)port;
|
struct uart_amba_port *uap = (struct uart_amba_port *)port;
|
||||||
unsigned int cr;
|
unsigned int cr;
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
static void pl010_start_tx(struct uart_port *port)
|
static void pl010_start_tx(struct uart_port *port)
|
||||||
@@ -90,9 +89,9 @@
|
@@ -90,9 +89,9 @@ static void pl010_start_tx(struct uart_p
|
||||||
struct uart_amba_port *uap = (struct uart_amba_port *)port;
|
struct uart_amba_port *uap = (struct uart_amba_port *)port;
|
||||||
unsigned int cr;
|
unsigned int cr;
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
static void pl010_stop_rx(struct uart_port *port)
|
static void pl010_stop_rx(struct uart_port *port)
|
||||||
@@ -100,9 +99,9 @@
|
@@ -100,9 +99,9 @@ static void pl010_stop_rx(struct uart_po
|
||||||
struct uart_amba_port *uap = (struct uart_amba_port *)port;
|
struct uart_amba_port *uap = (struct uart_amba_port *)port;
|
||||||
unsigned int cr;
|
unsigned int cr;
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
static void pl010_enable_ms(struct uart_port *port)
|
static void pl010_enable_ms(struct uart_port *port)
|
||||||
@@ -110,9 +109,9 @@
|
@@ -110,9 +109,9 @@ static void pl010_enable_ms(struct uart_
|
||||||
struct uart_amba_port *uap = (struct uart_amba_port *)port;
|
struct uart_amba_port *uap = (struct uart_amba_port *)port;
|
||||||
unsigned int cr;
|
unsigned int cr;
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
static void pl010_rx_chars(struct uart_amba_port *uap)
|
static void pl010_rx_chars(struct uart_amba_port *uap)
|
||||||
@@ -120,9 +119,9 @@
|
@@ -120,9 +119,9 @@ static void pl010_rx_chars(struct uart_a
|
||||||
struct tty_struct *tty = uap->port.info->port.tty;
|
struct tty_struct *tty = uap->port.info->port.tty;
|
||||||
unsigned int status, ch, flag, rsr, max_count = 256;
|
unsigned int status, ch, flag, rsr, max_count = 256;
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
flag = TTY_NORMAL;
|
flag = TTY_NORMAL;
|
||||||
|
|
||||||
uap->port.icount.rx++;
|
uap->port.icount.rx++;
|
||||||
@@ -131,9 +130,9 @@
|
@@ -131,9 +130,9 @@ static void pl010_rx_chars(struct uart_a
|
||||||
* Note that the error handling code is
|
* Note that the error handling code is
|
||||||
* out of the main execution path
|
* out of the main execution path
|
||||||
*/
|
*/
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
if (rsr & UART01x_RSR_BE) {
|
if (rsr & UART01x_RSR_BE) {
|
||||||
rsr &= ~(UART01x_RSR_FE | UART01x_RSR_PE);
|
rsr &= ~(UART01x_RSR_FE | UART01x_RSR_PE);
|
||||||
@@ -163,7 +162,7 @@
|
@@ -163,7 +162,7 @@ static void pl010_rx_chars(struct uart_a
|
||||||
uart_insert_char(&uap->port, rsr, UART01x_RSR_OE, ch, flag);
|
uart_insert_char(&uap->port, rsr, UART01x_RSR_OE, ch, flag);
|
||||||
|
|
||||||
ignore_char:
|
ignore_char:
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
}
|
}
|
||||||
spin_unlock(&uap->port.lock);
|
spin_unlock(&uap->port.lock);
|
||||||
tty_flip_buffer_push(tty);
|
tty_flip_buffer_push(tty);
|
||||||
@@ -176,7 +175,7 @@
|
@@ -176,7 +175,7 @@ static void pl010_tx_chars(struct uart_a
|
||||||
int count;
|
int count;
|
||||||
|
|
||||||
if (uap->port.x_char) {
|
if (uap->port.x_char) {
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
uap->port.icount.tx++;
|
uap->port.icount.tx++;
|
||||||
uap->port.x_char = 0;
|
uap->port.x_char = 0;
|
||||||
return;
|
return;
|
||||||
@@ -188,7 +187,7 @@
|
@@ -188,7 +187,7 @@ static void pl010_tx_chars(struct uart_a
|
||||||
|
|
||||||
count = uap->port.fifosize >> 1;
|
count = uap->port.fifosize >> 1;
|
||||||
do {
|
do {
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
|
xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
|
||||||
uap->port.icount.tx++;
|
uap->port.icount.tx++;
|
||||||
if (uart_circ_empty(xmit))
|
if (uart_circ_empty(xmit))
|
||||||
@@ -206,9 +205,9 @@
|
@@ -206,9 +205,9 @@ static void pl010_modem_status(struct ua
|
||||||
{
|
{
|
||||||
unsigned int status, delta;
|
unsigned int status, delta;
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
|
|
||||||
delta = status ^ uap->old_status;
|
delta = status ^ uap->old_status;
|
||||||
uap->old_status = status;
|
uap->old_status = status;
|
||||||
@@ -236,7 +235,7 @@
|
@@ -236,7 +235,7 @@ static irqreturn_t pl010_int(int irq, vo
|
||||||
|
|
||||||
spin_lock(&uap->port.lock);
|
spin_lock(&uap->port.lock);
|
||||||
|
|
||||||
|
@ -134,7 +134,7 @@
|
||||||
if (status) {
|
if (status) {
|
||||||
do {
|
do {
|
||||||
if (status & (UART010_IIR_RTIS | UART010_IIR_RIS))
|
if (status & (UART010_IIR_RTIS | UART010_IIR_RIS))
|
||||||
@@ -249,7 +248,7 @@
|
@@ -249,7 +248,7 @@ static irqreturn_t pl010_int(int irq, vo
|
||||||
if (pass_counter-- == 0)
|
if (pass_counter-- == 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
} while (status & (UART010_IIR_RTIS | UART010_IIR_RIS |
|
} while (status & (UART010_IIR_RTIS | UART010_IIR_RIS |
|
||||||
UART010_IIR_TIS));
|
UART010_IIR_TIS));
|
||||||
handled = 1;
|
handled = 1;
|
||||||
@@ -263,7 +262,7 @@
|
@@ -263,7 +262,7 @@ static irqreturn_t pl010_int(int irq, vo
|
||||||
static unsigned int pl010_tx_empty(struct uart_port *port)
|
static unsigned int pl010_tx_empty(struct uart_port *port)
|
||||||
{
|
{
|
||||||
struct uart_amba_port *uap = (struct uart_amba_port *)port;
|
struct uart_amba_port *uap = (struct uart_amba_port *)port;
|
||||||
|
@ -152,7 +152,7 @@
|
||||||
return status & UART01x_FR_BUSY ? 0 : TIOCSER_TEMT;
|
return status & UART01x_FR_BUSY ? 0 : TIOCSER_TEMT;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -273,7 +272,7 @@
|
@@ -273,7 +272,7 @@ static unsigned int pl010_get_mctrl(stru
|
||||||
unsigned int result = 0;
|
unsigned int result = 0;
|
||||||
unsigned int status;
|
unsigned int status;
|
||||||
|
|
||||||
|
@ -161,7 +161,7 @@
|
||||||
if (status & UART01x_FR_DCD)
|
if (status & UART01x_FR_DCD)
|
||||||
result |= TIOCM_CAR;
|
result |= TIOCM_CAR;
|
||||||
if (status & UART01x_FR_DSR)
|
if (status & UART01x_FR_DSR)
|
||||||
@@ -299,12 +298,12 @@
|
@@ -299,12 +298,12 @@ static void pl010_break_ctl(struct uart_
|
||||||
unsigned int lcr_h;
|
unsigned int lcr_h;
|
||||||
|
|
||||||
spin_lock_irqsave(&uap->port.lock, flags);
|
spin_lock_irqsave(&uap->port.lock, flags);
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
spin_unlock_irqrestore(&uap->port.lock, flags);
|
spin_unlock_irqrestore(&uap->port.lock, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -332,12 +331,12 @@
|
@@ -332,12 +331,12 @@ static int pl010_startup(struct uart_por
|
||||||
/*
|
/*
|
||||||
* initialise the old status of the modem signals
|
* initialise the old status of the modem signals
|
||||||
*/
|
*/
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
uap->port.membase + UART010_CR);
|
uap->port.membase + UART010_CR);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
@@ -360,10 +359,10 @@
|
@@ -360,10 +359,10 @@ static void pl010_shutdown(struct uart_p
|
||||||
/*
|
/*
|
||||||
* disable all interrupts, disable the port
|
* disable all interrupts, disable the port
|
||||||
*/
|
*/
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
~(UART01x_LCRH_BRK | UART01x_LCRH_FEN),
|
~(UART01x_LCRH_BRK | UART01x_LCRH_FEN),
|
||||||
uap->port.membase + UART010_LCRH);
|
uap->port.membase + UART010_LCRH);
|
||||||
|
|
||||||
@@ -385,7 +384,7 @@
|
@@ -385,7 +384,7 @@ pl010_set_termios(struct uart_port *port
|
||||||
/*
|
/*
|
||||||
* Ask the core to calculate the divisor for us.
|
* Ask the core to calculate the divisor for us.
|
||||||
*/
|
*/
|
||||||
|
@ -213,7 +213,7 @@
|
||||||
quot = uart_get_divisor(port, baud);
|
quot = uart_get_divisor(port, baud);
|
||||||
|
|
||||||
switch (termios->c_cflag & CSIZE) {
|
switch (termios->c_cflag & CSIZE) {
|
||||||
@@ -448,25 +447,25 @@
|
@@ -448,25 +447,25 @@ pl010_set_termios(struct uart_port *port
|
||||||
uap->port.ignore_status_mask |= UART_DUMMY_RSR_RX;
|
uap->port.ignore_status_mask |= UART_DUMMY_RSR_RX;
|
||||||
|
|
||||||
/* first, disable everything */
|
/* first, disable everything */
|
||||||
|
@ -245,7 +245,7 @@
|
||||||
|
|
||||||
spin_unlock_irqrestore(&uap->port.lock, flags);
|
spin_unlock_irqrestore(&uap->port.lock, flags);
|
||||||
}
|
}
|
||||||
@@ -538,7 +537,7 @@
|
@@ -538,7 +537,7 @@ static struct uart_ops amba_pl010_pops =
|
||||||
.verify_port = pl010_verify_port,
|
.verify_port = pl010_verify_port,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -254,7 +254,7 @@
|
||||||
|
|
||||||
#ifdef CONFIG_SERIAL_AMBA_PL010_CONSOLE
|
#ifdef CONFIG_SERIAL_AMBA_PL010_CONSOLE
|
||||||
|
|
||||||
@@ -548,10 +547,10 @@
|
@@ -548,10 +547,10 @@ static void pl010_console_putchar(struct
|
||||||
unsigned int status;
|
unsigned int status;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
@ -267,7 +267,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@@ -565,8 +564,8 @@
|
@@ -565,8 +564,8 @@ pl010_console_write(struct console *co,
|
||||||
/*
|
/*
|
||||||
* First save the CR then disable the interrupts
|
* First save the CR then disable the interrupts
|
||||||
*/
|
*/
|
||||||
|
@ -278,7 +278,7 @@
|
||||||
|
|
||||||
uart_console_write(&uap->port, s, count, pl010_console_putchar);
|
uart_console_write(&uap->port, s, count, pl010_console_putchar);
|
||||||
|
|
||||||
@@ -575,10 +574,10 @@
|
@@ -575,10 +574,10 @@ pl010_console_write(struct console *co,
|
||||||
* and restore the TCR
|
* and restore the TCR
|
||||||
*/
|
*/
|
||||||
do {
|
do {
|
||||||
|
@ -291,7 +291,7 @@
|
||||||
|
|
||||||
clk_disable(uap->clk);
|
clk_disable(uap->clk);
|
||||||
}
|
}
|
||||||
@@ -587,9 +586,9 @@
|
@@ -587,9 +586,9 @@ static void __init
|
||||||
pl010_console_get_options(struct uart_amba_port *uap, int *baud,
|
pl010_console_get_options(struct uart_amba_port *uap, int *baud,
|
||||||
int *parity, int *bits)
|
int *parity, int *bits)
|
||||||
{
|
{
|
||||||
|
@ -303,7 +303,7 @@
|
||||||
|
|
||||||
*parity = 'n';
|
*parity = 'n';
|
||||||
if (lcr_h & UART01x_LCRH_PEN) {
|
if (lcr_h & UART01x_LCRH_PEN) {
|
||||||
@@ -604,8 +603,8 @@
|
@@ -604,8 +603,8 @@ pl010_console_get_options(struct uart_am
|
||||||
else
|
else
|
||||||
*bits = 8;
|
*bits = 8;
|
||||||
|
|
||||||
|
@ -314,7 +314,7 @@
|
||||||
*baud = uap->port.uartclk / (16 * (quot + 1));
|
*baud = uap->port.uartclk / (16 * (quot + 1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -623,7 +622,7 @@
|
@@ -623,7 +622,7 @@ static int __init pl010_console_setup(st
|
||||||
* if so, search for the first available port that does have
|
* if so, search for the first available port that does have
|
||||||
* console support.
|
* console support.
|
||||||
*/
|
*/
|
||||||
|
@ -323,7 +323,7 @@
|
||||||
co->index = 0;
|
co->index = 0;
|
||||||
uap = amba_ports[co->index];
|
uap = amba_ports[co->index];
|
||||||
if (!uap)
|
if (!uap)
|
||||||
@@ -641,7 +640,7 @@
|
@@ -641,7 +640,7 @@ static int __init pl010_console_setup(st
|
||||||
|
|
||||||
static struct uart_driver amba_reg;
|
static struct uart_driver amba_reg;
|
||||||
static struct console amba_console = {
|
static struct console amba_console = {
|
||||||
|
@ -332,7 +332,7 @@
|
||||||
.write = pl010_console_write,
|
.write = pl010_console_write,
|
||||||
.device = uart_console_device,
|
.device = uart_console_device,
|
||||||
.setup = pl010_console_setup,
|
.setup = pl010_console_setup,
|
||||||
@@ -657,11 +656,11 @@
|
@@ -657,11 +656,11 @@ static struct console amba_console = {
|
||||||
|
|
||||||
static struct uart_driver amba_reg = {
|
static struct uart_driver amba_reg = {
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
|
@ -349,7 +349,7 @@
|
||||||
|
|
||||||
--- a/drivers/serial/Kconfig
|
--- a/drivers/serial/Kconfig
|
||||||
+++ b/drivers/serial/Kconfig
|
+++ b/drivers/serial/Kconfig
|
||||||
@@ -285,10 +285,25 @@
|
@@ -285,10 +285,25 @@ config SERIAL_AMBA_PL010
|
||||||
help
|
help
|
||||||
This selects the ARM(R) AMBA(R) PrimeCell PL010 UART. If you have
|
This selects the ARM(R) AMBA(R) PrimeCell PL010 UART. If you have
|
||||||
an Integrator/AP or Integrator/PP2 platform, or if you have a
|
an Integrator/AP or Integrator/PP2 platform, or if you have a
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/pci/Kconfig
|
--- a/drivers/pci/Kconfig
|
||||||
+++ b/drivers/pci/Kconfig
|
+++ b/drivers/pci/Kconfig
|
||||||
@@ -42,6 +42,12 @@
|
@@ -42,6 +42,12 @@ config PCI_DEBUG
|
||||||
|
|
||||||
When in doubt, say N.
|
When in doubt, say N.
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
/* The Mellanox Tavor device gives false positive parity errors
|
/* The Mellanox Tavor device gives false positive parity errors
|
||||||
* Mark this device with a broken_parity_status, to allow
|
* Mark this device with a broken_parity_status, to allow
|
||||||
* PCI scanning code to "skip" this now blacklisted device.
|
* PCI scanning code to "skip" this now blacklisted device.
|
||||||
@@ -1554,6 +1555,7 @@
|
@@ -1554,6 +1555,7 @@ static void __devinit fixup_rev1_53c810(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NCR, PCI_DEVICE_ID_NCR_53C810, fixup_rev1_53c810);
|
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NCR, PCI_DEVICE_ID_NCR_53C810, fixup_rev1_53c810);
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, struct pci_fixup *end)
|
static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, struct pci_fixup *end)
|
||||||
{
|
{
|
||||||
@@ -1634,6 +1636,7 @@
|
@@ -1634,6 +1636,7 @@ void pci_fixup_device(enum pci_fixup_pas
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(pci_fixup_device);
|
EXPORT_SYMBOL(pci_fixup_device);
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
/* Enable 1k I/O space granularity on the Intel P64H2 */
|
/* Enable 1k I/O space granularity on the Intel P64H2 */
|
||||||
static void __devinit quirk_p64h2_1k_io(struct pci_dev *dev)
|
static void __devinit quirk_p64h2_1k_io(struct pci_dev *dev)
|
||||||
{
|
{
|
||||||
@@ -2007,3 +2010,4 @@
|
@@ -2007,3 +2010,4 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AT
|
||||||
quirk_msi_intx_disable_bug);
|
quirk_msi_intx_disable_bug);
|
||||||
|
|
||||||
#endif /* CONFIG_PCI_MSI */
|
#endif /* CONFIG_PCI_MSI */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/leds/leds-gpio.c
|
--- a/drivers/leds/leds-gpio.c
|
||||||
+++ b/drivers/leds/leds-gpio.c
|
+++ b/drivers/leds/leds-gpio.c
|
||||||
@@ -43,13 +43,17 @@
|
@@ -43,13 +43,17 @@ static void gpio_led_set(struct led_clas
|
||||||
container_of(led_cdev, struct gpio_led_data, cdev);
|
container_of(led_cdev, struct gpio_led_data, cdev);
|
||||||
int level;
|
int level;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/watchdog/Kconfig
|
--- a/drivers/watchdog/Kconfig
|
||||||
+++ b/drivers/watchdog/Kconfig
|
+++ b/drivers/watchdog/Kconfig
|
||||||
@@ -653,6 +653,18 @@
|
@@ -653,6 +653,18 @@ config RC32434_WDT
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called rc32434_wdt.
|
module will be called rc32434_wdt.
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
depends on SGI_HAS_INDYDOG
|
depends on SGI_HAS_INDYDOG
|
||||||
--- a/drivers/watchdog/Makefile
|
--- a/drivers/watchdog/Makefile
|
||||||
+++ b/drivers/watchdog/Makefile
|
+++ b/drivers/watchdog/Makefile
|
||||||
@@ -102,6 +102,7 @@
|
@@ -102,6 +102,7 @@ obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o
|
||||||
obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
|
obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
|
||||||
obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
|
obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
|
||||||
obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
|
obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/usb/host/adm5120-drv.c
|
--- a/drivers/usb/host/adm5120-drv.c
|
||||||
+++ b/drivers/usb/host/adm5120-drv.c
|
+++ b/drivers/usb/host/adm5120-drv.c
|
||||||
@@ -174,7 +174,6 @@
|
@@ -174,7 +174,6 @@ static const struct hc_driver adm5120_hc
|
||||||
*/
|
*/
|
||||||
.hub_status_data = admhc_hub_status_data,
|
.hub_status_data = admhc_hub_status_data,
|
||||||
.hub_control = admhc_hub_control,
|
.hub_control = admhc_hub_control,
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
static int
|
static int
|
||||||
--- a/drivers/usb/host/adm5120-pm.c
|
--- a/drivers/usb/host/adm5120-pm.c
|
||||||
+++ b/drivers/usb/host/adm5120-pm.c
|
+++ b/drivers/usb/host/adm5120-pm.c
|
||||||
@@ -432,13 +432,17 @@
|
@@ -432,13 +432,17 @@ static inline int admhc_rh_resume(struct
|
||||||
static int admhc_root_hub_state_changes(struct admhcd *ahcd, int changed,
|
static int admhc_root_hub_state_changes(struct admhcd *ahcd, int changed,
|
||||||
int any_connected)
|
int any_connected)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/arch/mips/Makefile
|
--- a/arch/mips/Makefile
|
||||||
+++ b/arch/mips/Makefile
|
+++ b/arch/mips/Makefile
|
||||||
@@ -577,6 +577,13 @@
|
@@ -577,6 +577,13 @@ core-$(CONFIG_TOSHIBA_RBTX4927) += arch/
|
||||||
#
|
#
|
||||||
core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/
|
core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/
|
||||||
|
|
||||||
|
@ -28,14 +28,14 @@
|
||||||
+#define MACH_AR71XX_RB_411 2 /* MikroTik RouterBOARD 411/411A/411AH */
|
+#define MACH_AR71XX_RB_411 2 /* MikroTik RouterBOARD 411/411A/411AH */
|
||||||
+#define MACH_AR71XX_RB_433 3 /* MikroTik RouterBOARD 433/433AH */
|
+#define MACH_AR71XX_RB_433 3 /* MikroTik RouterBOARD 433/433AH */
|
||||||
+#define MACH_AR71XX_RB_450 4 /* MikroTik RouterBOARD 450 */
|
+#define MACH_AR71XX_RB_450 4 /* MikroTik RouterBOARD 450 */
|
||||||
+#define MACH_AR71XX_RB_493 5 /* Mikrotik RouterBOARD 493/493AH */
|
+#define MACH_AR71XX_RB_493 5 /* MikroTik RouterBOARD 493 */
|
||||||
+
|
+
|
||||||
#define CL_SIZE COMMAND_LINE_SIZE
|
#define CL_SIZE COMMAND_LINE_SIZE
|
||||||
|
|
||||||
extern char *system_type;
|
extern char *system_type;
|
||||||
--- a/arch/mips/Kconfig
|
--- a/arch/mips/Kconfig
|
||||||
+++ b/arch/mips/Kconfig
|
+++ b/arch/mips/Kconfig
|
||||||
@@ -22,6 +22,23 @@
|
@@ -22,6 +22,23 @@ choice
|
||||||
config MACH_ALCHEMY
|
config MACH_ALCHEMY
|
||||||
bool "Alchemy processor based machines"
|
bool "Alchemy processor based machines"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/arch/mips/pci/Makefile
|
--- a/arch/mips/pci/Makefile
|
||||||
+++ b/arch/mips/pci/Makefile
|
+++ b/arch/mips/pci/Makefile
|
||||||
@@ -16,6 +16,7 @@
|
@@ -16,6 +16,7 @@ obj-$(CONFIG_PCI_VR41XX) += ops-vr41xx.o
|
||||||
obj-$(CONFIG_MARKEINS) += ops-emma2rh.o pci-emma2rh.o fixup-emma2rh.o
|
obj-$(CONFIG_MARKEINS) += ops-emma2rh.o pci-emma2rh.o fixup-emma2rh.o
|
||||||
obj-$(CONFIG_PCI_TX4927) += ops-tx4927.o
|
obj-$(CONFIG_PCI_TX4927) += ops-tx4927.o
|
||||||
obj-$(CONFIG_BCM47XX) += pci-bcm47xx.o
|
obj-$(CONFIG_BCM47XX) += pci-bcm47xx.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/usb/host/Kconfig
|
--- a/drivers/usb/host/Kconfig
|
||||||
+++ b/drivers/usb/host/Kconfig
|
+++ b/drivers/usb/host/Kconfig
|
||||||
@@ -81,6 +81,12 @@
|
@@ -81,6 +81,12 @@ config USB_EHCI_BIG_ENDIAN_DESC
|
||||||
depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX)
|
depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX)
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
config USB_EHCI_FSL
|
config USB_EHCI_FSL
|
||||||
bool "Support for Freescale on-chip EHCI USB controller"
|
bool "Support for Freescale on-chip EHCI USB controller"
|
||||||
depends on USB_EHCI_HCD && FSL_SOC
|
depends on USB_EHCI_HCD && FSL_SOC
|
||||||
@@ -152,6 +158,12 @@
|
@@ -152,6 +158,12 @@ config USB_OHCI_HCD
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called ohci-hcd.
|
module will be called ohci-hcd.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)
|
depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)
|
||||||
--- a/drivers/usb/host/ehci-hcd.c
|
--- a/drivers/usb/host/ehci-hcd.c
|
||||||
+++ b/drivers/usb/host/ehci-hcd.c
|
+++ b/drivers/usb/host/ehci-hcd.c
|
||||||
@@ -1040,6 +1040,11 @@
|
@@ -1040,6 +1040,11 @@ MODULE_LICENSE ("GPL");
|
||||||
#define PLATFORM_DRIVER ixp4xx_ehci_driver
|
#define PLATFORM_DRIVER ixp4xx_ehci_driver
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
#error "missing bus glue for ehci-hcd"
|
#error "missing bus glue for ehci-hcd"
|
||||||
--- a/drivers/usb/host/ohci.h
|
--- a/drivers/usb/host/ohci.h
|
||||||
+++ b/drivers/usb/host/ohci.h
|
+++ b/drivers/usb/host/ohci.h
|
||||||
@@ -549,6 +549,11 @@
|
@@ -549,6 +549,11 @@ static inline struct usb_hcd *ohci_to_hc
|
||||||
#define writel_be(val, addr) out_be32((__force unsigned *)addr, val)
|
#define writel_be(val, addr) out_be32((__force unsigned *)addr, val)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
{
|
{
|
||||||
--- a/drivers/usb/host/ohci-hcd.c
|
--- a/drivers/usb/host/ohci-hcd.c
|
||||||
+++ b/drivers/usb/host/ohci-hcd.c
|
+++ b/drivers/usb/host/ohci-hcd.c
|
||||||
@@ -1078,6 +1078,11 @@
|
@@ -1078,6 +1078,11 @@ MODULE_LICENSE ("GPL");
|
||||||
#define SM501_OHCI_DRIVER ohci_hcd_sm501_driver
|
#define SM501_OHCI_DRIVER ohci_hcd_sm501_driver
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/spi/Kconfig
|
--- a/drivers/spi/Kconfig
|
||||||
+++ b/drivers/spi/Kconfig
|
+++ b/drivers/spi/Kconfig
|
||||||
@@ -53,6 +53,13 @@
|
@@ -53,6 +53,13 @@ if SPI_MASTER
|
||||||
|
|
||||||
comment "SPI Master Controller Drivers"
|
comment "SPI Master Controller Drivers"
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
depends on (ARCH_AT91 || AVR32)
|
depends on (ARCH_AT91 || AVR32)
|
||||||
--- a/drivers/spi/Makefile
|
--- a/drivers/spi/Makefile
|
||||||
+++ b/drivers/spi/Makefile
|
+++ b/drivers/spi/Makefile
|
||||||
@@ -11,6 +11,7 @@
|
@@ -11,6 +11,7 @@ endif
|
||||||
obj-$(CONFIG_SPI_MASTER) += spi.o
|
obj-$(CONFIG_SPI_MASTER) += spi.o
|
||||||
|
|
||||||
# SPI master controller drivers (bus)
|
# SPI master controller drivers (bus)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/Kconfig
|
--- a/drivers/net/Kconfig
|
||||||
+++ b/drivers/net/Kconfig
|
+++ b/drivers/net/Kconfig
|
||||||
@@ -2015,6 +2015,8 @@
|
@@ -2015,6 +2015,8 @@ config ACENIC_OMIT_TIGON_I
|
||||||
|
|
||||||
The safe and default value for this is N.
|
The safe and default value for this is N.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/watchdog/Kconfig
|
--- a/drivers/watchdog/Kconfig
|
||||||
+++ b/drivers/watchdog/Kconfig
|
+++ b/drivers/watchdog/Kconfig
|
||||||
@@ -704,6 +704,13 @@
|
@@ -704,6 +704,13 @@ config TXX9_WDT
|
||||||
help
|
help
|
||||||
Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
|
Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
# POWERPC Architecture
|
# POWERPC Architecture
|
||||||
--- a/drivers/watchdog/Makefile
|
--- a/drivers/watchdog/Makefile
|
||||||
+++ b/drivers/watchdog/Makefile
|
+++ b/drivers/watchdog/Makefile
|
||||||
@@ -102,6 +102,7 @@
|
@@ -102,6 +102,7 @@ obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o
|
||||||
obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
|
obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
|
||||||
obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
|
obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
|
||||||
obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
|
obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/mtd/devices/m25p80.c
|
--- a/drivers/mtd/devices/m25p80.c
|
||||||
+++ b/drivers/mtd/devices/m25p80.c
|
+++ b/drivers/mtd/devices/m25p80.c
|
||||||
@@ -467,6 +467,10 @@
|
@@ -467,6 +467,10 @@ static struct flash_info __devinitdata m
|
||||||
{ "at26df161a", 0x1f4601, 64 * 1024, 32, SECT_4K, },
|
{ "at26df161a", 0x1f4601, 64 * 1024, 32, SECT_4K, },
|
||||||
{ "at26df321", 0x1f4701, 64 * 1024, 64, SECT_4K, },
|
{ "at26df321", 0x1f4701, 64 * 1024, 64, SECT_4K, },
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/phy/Kconfig
|
--- a/drivers/net/phy/Kconfig
|
||||||
+++ b/drivers/net/phy/Kconfig
|
+++ b/drivers/net/phy/Kconfig
|
||||||
@@ -77,6 +77,11 @@
|
@@ -77,6 +77,11 @@ config MVSWITCH_PHY
|
||||||
---help---
|
---help---
|
||||||
Currently supports the Marvell 88E6060 switch.
|
Currently supports the Marvell 88E6060 switch.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
depends on PHYLIB=y
|
depends on PHYLIB=y
|
||||||
--- a/drivers/net/phy/Makefile
|
--- a/drivers/net/phy/Makefile
|
||||||
+++ b/drivers/net/phy/Makefile
|
+++ b/drivers/net/phy/Makefile
|
||||||
@@ -15,6 +15,7 @@
|
@@ -15,6 +15,7 @@ obj-$(CONFIG_ICPLUS_PHY) += icplus.o
|
||||||
obj-$(CONFIG_ADM6996_PHY) += adm6996.o
|
obj-$(CONFIG_ADM6996_PHY) += adm6996.o
|
||||||
obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
|
obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
|
||||||
obj-$(CONFIG_REALTEK_PHY) += realtek.o
|
obj-$(CONFIG_REALTEK_PHY) += realtek.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/mtd/redboot.c
|
--- a/drivers/mtd/redboot.c
|
||||||
+++ b/drivers/mtd/redboot.c
|
+++ b/drivers/mtd/redboot.c
|
||||||
@@ -60,31 +60,32 @@
|
@@ -60,31 +60,32 @@ static int parse_redboot_partitions(stru
|
||||||
static char nullstring[] = "unallocated";
|
static char nullstring[] = "unallocated";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
printk(KERN_NOTICE "Searching for RedBoot partition table in %s at offset 0x%lx\n",
|
printk(KERN_NOTICE "Searching for RedBoot partition table in %s at offset 0x%lx\n",
|
||||||
master->name, offset);
|
master->name, offset);
|
||||||
|
|
||||||
@@ -156,6 +157,11 @@
|
@@ -156,6 +157,11 @@ static int parse_redboot_partitions(stru
|
||||||
}
|
}
|
||||||
if (i == numslots) {
|
if (i == numslots) {
|
||||||
/* Didn't find it */
|
/* Didn't find it */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/mtd/nand/Kconfig
|
--- a/drivers/mtd/nand/Kconfig
|
||||||
+++ b/drivers/mtd/nand/Kconfig
|
+++ b/drivers/mtd/nand/Kconfig
|
||||||
@@ -406,4 +406,8 @@
|
@@ -406,4 +406,8 @@ config MTD_NAND_FSL_UPM
|
||||||
Enables support for NAND Flash chips wired onto Freescale PowerPC
|
Enables support for NAND Flash chips wired onto Freescale PowerPC
|
||||||
processor localbus with User-Programmable Machine support.
|
processor localbus with User-Programmable Machine support.
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
endif # MTD_NAND
|
endif # MTD_NAND
|
||||||
--- a/drivers/mtd/nand/Makefile
|
--- a/drivers/mtd/nand/Makefile
|
||||||
+++ b/drivers/mtd/nand/Makefile
|
+++ b/drivers/mtd/nand/Makefile
|
||||||
@@ -29,6 +29,7 @@
|
@@ -29,6 +29,7 @@ obj-$(CONFIG_MTD_NAND_BASLER_EXCITE) +=
|
||||||
obj-$(CONFIG_MTD_NAND_PXA3xx) += pxa3xx_nand.o
|
obj-$(CONFIG_MTD_NAND_PXA3xx) += pxa3xx_nand.o
|
||||||
obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o
|
obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o
|
||||||
obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o
|
obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/arch/mips/Makefile
|
--- a/arch/mips/Makefile
|
||||||
+++ b/arch/mips/Makefile
|
+++ b/arch/mips/Makefile
|
||||||
@@ -158,6 +158,7 @@
|
@@ -158,6 +158,7 @@ endif
|
||||||
#
|
#
|
||||||
libs-$(CONFIG_ARC) += arch/mips/fw/arc/
|
libs-$(CONFIG_ARC) += arch/mips/fw/arc/
|
||||||
libs-$(CONFIG_CFE) += arch/mips/fw/cfe/
|
libs-$(CONFIG_CFE) += arch/mips/fw/cfe/
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/
|
libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/
|
||||||
--- a/arch/mips/Kconfig
|
--- a/arch/mips/Kconfig
|
||||||
+++ b/arch/mips/Kconfig
|
+++ b/arch/mips/Kconfig
|
||||||
@@ -782,6 +782,9 @@
|
@@ -782,6 +782,9 @@ config MIPS_NILE4
|
||||||
config MIPS_DISABLE_OBSOLETE_IDE
|
config MIPS_DISABLE_OBSOLETE_IDE
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/ag71xx/ag71xx_phy.c
|
--- a/drivers/net/ag71xx/ag71xx_phy.c
|
||||||
+++ b/drivers/net/ag71xx/ag71xx_phy.c
|
+++ b/drivers/net/ag71xx/ag71xx_phy.c
|
||||||
@@ -171,12 +171,8 @@
|
@@ -171,12 +171,8 @@ static void ag71xx_phy_link_adjust(struc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
+
|
+
|
||||||
--- a/arch/mips/kernel/Makefile
|
--- a/arch/mips/kernel/Makefile
|
||||||
+++ b/arch/mips/kernel/Makefile
|
+++ b/arch/mips/kernel/Makefile
|
||||||
@@ -83,6 +83,7 @@
|
@@ -83,6 +83,7 @@ obj-$(CONFIG_GPIO_TXX9) += gpio_txx9.o
|
||||||
|
|
||||||
obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
|
obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
|
||||||
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
|
|
||||||
--- a/arch/mips/Kconfig
|
--- a/arch/mips/Kconfig
|
||||||
+++ b/arch/mips/Kconfig
|
+++ b/arch/mips/Kconfig
|
||||||
@@ -615,6 +615,7 @@
|
@@ -615,6 +615,7 @@ config WR_PPMC
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
source "arch/mips/au1000/Kconfig"
|
source "arch/mips/au1000/Kconfig"
|
||||||
source "arch/mips/basler/excite/Kconfig"
|
source "arch/mips/basler/excite/Kconfig"
|
||||||
source "arch/mips/jazz/Kconfig"
|
source "arch/mips/jazz/Kconfig"
|
||||||
@@ -788,6 +789,9 @@
|
@@ -788,6 +789,9 @@ config MYLOADER
|
||||||
config SYNC_R4K
|
config SYNC_R4K
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
extern void check_wait(void);
|
extern void check_wait(void);
|
||||||
extern asmlinkage void r4k_wait(void);
|
extern asmlinkage void r4k_wait(void);
|
||||||
@@ -1484,6 +1485,8 @@
|
@@ -1484,6 +1485,8 @@ void __cpuinit per_cpu_trap_init(void)
|
||||||
*/
|
*/
|
||||||
if (cpu_has_mips_r2) {
|
if (cpu_has_mips_r2) {
|
||||||
cp0_compare_irq = (read_c0_intctl() >> 29) & 7;
|
cp0_compare_irq = (read_c0_intctl() >> 29) & 7;
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
cp0_perfcount_irq = -1;
|
cp0_perfcount_irq = -1;
|
||||||
--- a/include/asm-mips/time.h
|
--- a/include/asm-mips/time.h
|
||||||
+++ b/include/asm-mips/time.h
|
+++ b/include/asm-mips/time.h
|
||||||
@@ -53,6 +53,7 @@
|
@@ -53,6 +53,7 @@ extern int (*perf_irq)(void);
|
||||||
#ifdef CONFIG_CEVT_R4K
|
#ifdef CONFIG_CEVT_R4K
|
||||||
extern int mips_clockevent_init(void);
|
extern int mips_clockevent_init(void);
|
||||||
extern unsigned int __weak get_c0_compare_int(void);
|
extern unsigned int __weak get_c0_compare_int(void);
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
* The SMTC Kernel for the 34K, 1004K, et. al. replaces several
|
* The SMTC Kernel for the 34K, 1004K, et. al. replaces several
|
||||||
* of these routines with SMTC-specific variants.
|
* of these routines with SMTC-specific variants.
|
||||||
*/
|
*/
|
||||||
@@ -30,6 +46,7 @@
|
@@ -30,6 +46,7 @@ static int mips_next_event(unsigned long
|
||||||
cnt = read_c0_count();
|
cnt = read_c0_count();
|
||||||
cnt += delta;
|
cnt += delta;
|
||||||
write_c0_compare(cnt);
|
write_c0_compare(cnt);
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
res = ((int)(read_c0_count() - cnt) > 0) ? -ETIME : 0;
|
res = ((int)(read_c0_count() - cnt) > 0) ? -ETIME : 0;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
@@ -99,22 +116,6 @@
|
@@ -99,22 +116,6 @@ static int c0_compare_int_pending(void)
|
||||||
return (read_c0_cause() >> cp0_compare_irq) & 0x100;
|
return (read_c0_cause() >> cp0_compare_irq) & 0x100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/arch/mips/Kconfig
|
--- a/arch/mips/Kconfig
|
||||||
+++ b/arch/mips/Kconfig
|
+++ b/arch/mips/Kconfig
|
||||||
@@ -59,6 +59,18 @@
|
@@ -59,6 +59,18 @@ config BCM47XX
|
||||||
help
|
help
|
||||||
Support for BCM47XX based boards
|
Support for BCM47XX based boards
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
config MIPS_COBALT
|
config MIPS_COBALT
|
||||||
bool "Cobalt Server"
|
bool "Cobalt Server"
|
||||||
select CEVT_R4K
|
select CEVT_R4K
|
||||||
@@ -598,6 +610,7 @@
|
@@ -598,6 +610,7 @@ config WR_PPMC
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
source "arch/mips/jazz/Kconfig"
|
source "arch/mips/jazz/Kconfig"
|
||||||
--- a/arch/mips/Makefile
|
--- a/arch/mips/Makefile
|
||||||
+++ b/arch/mips/Makefile
|
+++ b/arch/mips/Makefile
|
||||||
@@ -276,6 +276,13 @@
|
@@ -276,6 +276,13 @@ libs-$(CONFIG_MIPS_XXS1500) += arch/mips
|
||||||
load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
|
load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/mtd/devices/Kconfig
|
--- a/drivers/mtd/devices/Kconfig
|
||||||
+++ b/drivers/mtd/devices/Kconfig
|
+++ b/drivers/mtd/devices/Kconfig
|
||||||
@@ -83,6 +83,10 @@
|
@@ -83,6 +83,10 @@ config M25PXX_USE_FAST_READ
|
||||||
help
|
help
|
||||||
This option enables FAST_READ access supported by ST M25Pxx.
|
This option enables FAST_READ access supported by ST M25Pxx.
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
help
|
help
|
||||||
--- a/drivers/mtd/devices/Makefile
|
--- a/drivers/mtd/devices/Makefile
|
||||||
+++ b/drivers/mtd/devices/Makefile
|
+++ b/drivers/mtd/devices/Makefile
|
||||||
@@ -16,3 +16,4 @@
|
@@ -16,3 +16,4 @@ obj-$(CONFIG_MTD_LART) += lart.o
|
||||||
obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd.o
|
obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd.o
|
||||||
obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o
|
obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o
|
||||||
obj-$(CONFIG_MTD_M25P80) += m25p80.o
|
obj-$(CONFIG_MTD_M25P80) += m25p80.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/watchdog/Kconfig
|
--- a/drivers/watchdog/Kconfig
|
||||||
+++ b/drivers/watchdog/Kconfig
|
+++ b/drivers/watchdog/Kconfig
|
||||||
@@ -704,6 +704,12 @@
|
@@ -704,6 +704,12 @@ config TXX9_WDT
|
||||||
help
|
help
|
||||||
Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
|
Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
# POWERPC Architecture
|
# POWERPC Architecture
|
||||||
--- a/drivers/watchdog/Makefile
|
--- a/drivers/watchdog/Makefile
|
||||||
+++ b/drivers/watchdog/Makefile
|
+++ b/drivers/watchdog/Makefile
|
||||||
@@ -102,6 +102,7 @@
|
@@ -102,6 +102,7 @@ obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o
|
||||||
obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
|
obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
|
||||||
obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
|
obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
|
||||||
obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
|
obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/Kconfig
|
--- a/drivers/net/Kconfig
|
||||||
+++ b/drivers/net/Kconfig
|
+++ b/drivers/net/Kconfig
|
||||||
@@ -359,6 +359,12 @@
|
@@ -359,6 +359,12 @@ config AX88796_93CX6
|
||||||
help
|
help
|
||||||
Select this if your platform comes with an external 93CX6 eeprom.
|
Select this if your platform comes with an external 93CX6 eeprom.
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
depends on PPC_PMAC && PPC32
|
depends on PPC_PMAC && PPC32
|
||||||
--- a/drivers/net/Makefile
|
--- a/drivers/net/Makefile
|
||||||
+++ b/drivers/net/Makefile
|
+++ b/drivers/net/Makefile
|
||||||
@@ -195,6 +195,7 @@
|
@@ -195,6 +195,7 @@ obj-$(CONFIG_EQUALIZER) += eql.o
|
||||||
obj-$(CONFIG_KORINA) += korina.o
|
obj-$(CONFIG_KORINA) += korina.o
|
||||||
obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
|
obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
|
||||||
obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
|
obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/ar2313/ar2313.c
|
--- a/drivers/net/ar2313/ar2313.c
|
||||||
+++ b/drivers/net/ar2313/ar2313.c
|
+++ b/drivers/net/ar2313/ar2313.c
|
||||||
@@ -291,7 +291,7 @@
|
@@ -291,7 +291,7 @@ int __init ar2313_probe(struct platform_
|
||||||
sp->mii_bus.write = mdiobus_write;
|
sp->mii_bus.write = mdiobus_write;
|
||||||
sp->mii_bus.reset = mdiobus_reset;
|
sp->mii_bus.reset = mdiobus_reset;
|
||||||
sp->mii_bus.name = "ar2313_eth_mii";
|
sp->mii_bus.name = "ar2313_eth_mii";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/mtd/redboot.c
|
--- a/drivers/mtd/redboot.c
|
||||||
+++ b/drivers/mtd/redboot.c
|
+++ b/drivers/mtd/redboot.c
|
||||||
@@ -60,31 +60,32 @@
|
@@ -60,31 +60,32 @@ static int parse_redboot_partitions(stru
|
||||||
static char nullstring[] = "unallocated";
|
static char nullstring[] = "unallocated";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
printk(KERN_NOTICE "Searching for RedBoot partition table in %s at offset 0x%lx\n",
|
printk(KERN_NOTICE "Searching for RedBoot partition table in %s at offset 0x%lx\n",
|
||||||
master->name, offset);
|
master->name, offset);
|
||||||
|
|
||||||
@@ -156,6 +157,11 @@
|
@@ -156,6 +157,11 @@ static int parse_redboot_partitions(stru
|
||||||
}
|
}
|
||||||
if (i == numslots) {
|
if (i == numslots) {
|
||||||
/* Didn't find it */
|
/* Didn't find it */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/net/core/dev.c
|
--- a/net/core/dev.c
|
||||||
+++ b/net/core/dev.c
|
+++ b/net/core/dev.c
|
||||||
@@ -3983,8 +3983,8 @@
|
@@ -3984,8 +3984,8 @@ int register_netdevice(struct net_device
|
||||||
/* Fix illegal SG+CSUM combinations. */
|
/* Fix illegal SG+CSUM combinations. */
|
||||||
if ((dev->features & NETIF_F_SG) &&
|
if ((dev->features & NETIF_F_SG) &&
|
||||||
!(dev->features & NETIF_F_ALL_CSUM)) {
|
!(dev->features & NETIF_F_ALL_CSUM)) {
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
dev->features &= ~NETIF_F_SG;
|
dev->features &= ~NETIF_F_SG;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3997,9 +3997,9 @@
|
@@ -3998,9 +3998,9 @@ int register_netdevice(struct net_device
|
||||||
}
|
}
|
||||||
if (dev->features & NETIF_F_UFO) {
|
if (dev->features & NETIF_F_UFO) {
|
||||||
if (!(dev->features & NETIF_F_HW_CSUM)) {
|
if (!(dev->features & NETIF_F_HW_CSUM)) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/ar2313/ar2313.c
|
--- a/drivers/net/ar2313/ar2313.c
|
||||||
+++ b/drivers/net/ar2313/ar2313.c
|
+++ b/drivers/net/ar2313/ar2313.c
|
||||||
@@ -953,9 +953,9 @@
|
@@ -953,9 +953,9 @@ static int ar2313_rx_int(struct net_devi
|
||||||
((status >> DMA_RX_LEN_SHIFT) & 0x3fff) - CRC_LEN);
|
((status >> DMA_RX_LEN_SHIFT) & 0x3fff) - CRC_LEN);
|
||||||
|
|
||||||
dev->stats.rx_bytes += skb->len;
|
dev->stats.rx_bytes += skb->len;
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
skb_new->dev = dev;
|
skb_new->dev = dev;
|
||||||
/* 16 bit align */
|
/* 16 bit align */
|
||||||
@@ -1370,6 +1370,8 @@
|
@@ -1370,6 +1370,8 @@ static int mdiobus_probe (struct net_dev
|
||||||
return PTR_ERR(phydev);
|
return PTR_ERR(phydev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
| SUPPORTED_10baseT_Full
|
| SUPPORTED_10baseT_Full
|
||||||
--- a/drivers/net/ar2313/ar2313.h
|
--- a/drivers/net/ar2313/ar2313.h
|
||||||
+++ b/drivers/net/ar2313/ar2313.h
|
+++ b/drivers/net/ar2313/ar2313.h
|
||||||
@@ -107,6 +107,8 @@
|
@@ -107,6 +107,8 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
struct ar2313_private {
|
struct ar2313_private {
|
||||||
struct net_device *dev;
|
struct net_device *dev;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
extern void check_wait(void);
|
extern void check_wait(void);
|
||||||
extern asmlinkage void r4k_wait(void);
|
extern asmlinkage void r4k_wait(void);
|
||||||
@@ -1484,6 +1485,8 @@
|
@@ -1484,6 +1485,8 @@ void __cpuinit per_cpu_trap_init(void)
|
||||||
*/
|
*/
|
||||||
if (cpu_has_mips_r2) {
|
if (cpu_has_mips_r2) {
|
||||||
cp0_compare_irq = (read_c0_intctl() >> 29) & 7;
|
cp0_compare_irq = (read_c0_intctl() >> 29) & 7;
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
cp0_perfcount_irq = -1;
|
cp0_perfcount_irq = -1;
|
||||||
--- a/include/asm-mips/time.h
|
--- a/include/asm-mips/time.h
|
||||||
+++ b/include/asm-mips/time.h
|
+++ b/include/asm-mips/time.h
|
||||||
@@ -53,6 +53,7 @@
|
@@ -53,6 +53,7 @@ extern int (*perf_irq)(void);
|
||||||
#ifdef CONFIG_CEVT_R4K
|
#ifdef CONFIG_CEVT_R4K
|
||||||
extern int mips_clockevent_init(void);
|
extern int mips_clockevent_init(void);
|
||||||
extern unsigned int __weak get_c0_compare_int(void);
|
extern unsigned int __weak get_c0_compare_int(void);
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
{
|
{
|
||||||
--- a/arch/mips/atheros/board.c
|
--- a/arch/mips/atheros/board.c
|
||||||
+++ b/arch/mips/atheros/board.c
|
+++ b/arch/mips/atheros/board.c
|
||||||
@@ -205,6 +205,11 @@
|
@@ -205,6 +205,11 @@ void (*board_time_init)(void);
|
||||||
void __init plat_time_init(void) {
|
void __init plat_time_init(void) {
|
||||||
board_time_init();
|
board_time_init();
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
* The SMTC Kernel for the 34K, 1004K, et. al. replaces several
|
* The SMTC Kernel for the 34K, 1004K, et. al. replaces several
|
||||||
* of these routines with SMTC-specific variants.
|
* of these routines with SMTC-specific variants.
|
||||||
*/
|
*/
|
||||||
@@ -30,6 +46,7 @@
|
@@ -30,6 +46,7 @@ static int mips_next_event(unsigned long
|
||||||
cnt = read_c0_count();
|
cnt = read_c0_count();
|
||||||
cnt += delta;
|
cnt += delta;
|
||||||
write_c0_compare(cnt);
|
write_c0_compare(cnt);
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
res = ((int)(read_c0_count() - cnt) > 0) ? -ETIME : 0;
|
res = ((int)(read_c0_count() - cnt) > 0) ? -ETIME : 0;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
@@ -99,22 +116,6 @@
|
@@ -99,22 +116,6 @@ static int c0_compare_int_pending(void)
|
||||||
return (read_c0_cause() >> cp0_compare_irq) & 0x100;
|
return (read_c0_cause() >> cp0_compare_irq) & 0x100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/Kconfig
|
--- a/fs/Kconfig
|
||||||
+++ b/fs/Kconfig
|
+++ b/fs/Kconfig
|
||||||
@@ -1348,6 +1348,71 @@
|
@@ -1348,6 +1348,71 @@ config CRAMFS
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
depends on BLOCK
|
depends on BLOCK
|
||||||
--- a/fs/Makefile
|
--- a/fs/Makefile
|
||||||
+++ b/fs/Makefile
|
+++ b/fs/Makefile
|
||||||
@@ -74,6 +74,7 @@
|
@@ -74,6 +74,7 @@ obj-$(CONFIG_JBD) += jbd/
|
||||||
obj-$(CONFIG_JBD2) += jbd2/
|
obj-$(CONFIG_JBD2) += jbd2/
|
||||||
obj-$(CONFIG_EXT2_FS) += ext2/
|
obj-$(CONFIG_EXT2_FS) += ext2/
|
||||||
obj-$(CONFIG_CRAMFS) += cramfs/
|
obj-$(CONFIG_CRAMFS) += cramfs/
|
||||||
|
@ -4128,7 +4128,7 @@
|
||||||
#include <linux/initrd.h>
|
#include <linux/initrd.h>
|
||||||
#include <linux/string.h>
|
#include <linux/string.h>
|
||||||
|
|
||||||
@@ -37,6 +38,7 @@
|
@@ -37,6 +38,7 @@ static int __init crd_load(int in_fd, in
|
||||||
* numbers could not be found.
|
* numbers could not be found.
|
||||||
*
|
*
|
||||||
* We currently check for the following magic numbers:
|
* We currently check for the following magic numbers:
|
||||||
|
@ -4136,7 +4136,7 @@
|
||||||
* minix
|
* minix
|
||||||
* ext2
|
* ext2
|
||||||
* romfs
|
* romfs
|
||||||
@@ -51,6 +53,7 @@
|
@@ -51,6 +53,7 @@ identify_ramdisk_image(int fd, int start
|
||||||
struct ext2_super_block *ext2sb;
|
struct ext2_super_block *ext2sb;
|
||||||
struct romfs_super_block *romfsb;
|
struct romfs_super_block *romfsb;
|
||||||
struct cramfs_super *cramfsb;
|
struct cramfs_super *cramfsb;
|
||||||
|
@ -4144,7 +4144,7 @@
|
||||||
int nblocks = -1;
|
int nblocks = -1;
|
||||||
unsigned char *buf;
|
unsigned char *buf;
|
||||||
|
|
||||||
@@ -62,6 +65,7 @@
|
@@ -62,6 +65,7 @@ identify_ramdisk_image(int fd, int start
|
||||||
ext2sb = (struct ext2_super_block *) buf;
|
ext2sb = (struct ext2_super_block *) buf;
|
||||||
romfsb = (struct romfs_super_block *) buf;
|
romfsb = (struct romfs_super_block *) buf;
|
||||||
cramfsb = (struct cramfs_super *) buf;
|
cramfsb = (struct cramfs_super *) buf;
|
||||||
|
@ -4152,7 +4152,7 @@
|
||||||
memset(buf, 0xe5, size);
|
memset(buf, 0xe5, size);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -99,6 +103,15 @@
|
@@ -99,6 +103,15 @@ identify_ramdisk_image(int fd, int start
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -769,7 +769,7 @@
|
||||||
+}
|
+}
|
||||||
--- a/lib/Makefile
|
--- a/lib/Makefile
|
||||||
+++ b/lib/Makefile
|
+++ b/lib/Makefile
|
||||||
@@ -19,7 +19,7 @@
|
@@ -19,7 +19,7 @@ lib-$(CONFIG_SMP) += cpumask.o
|
||||||
lib-y += kobject.o kref.o klist.o
|
lib-y += kobject.o kref.o klist.o
|
||||||
|
|
||||||
obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
|
obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
static void squashfs_put_super(struct super_block *);
|
static void squashfs_put_super(struct super_block *);
|
||||||
static int squashfs_statfs(struct dentry *, struct kstatfs *);
|
static int squashfs_statfs(struct dentry *, struct kstatfs *);
|
||||||
static int squashfs_symlink_readpage(struct file *file, struct page *page);
|
static int squashfs_symlink_readpage(struct file *file, struct page *page);
|
||||||
@@ -64,7 +81,11 @@
|
@@ -64,7 +81,11 @@ static int squashfs_get_sb(struct file_s
|
||||||
const char *, void *, struct vfsmount *);
|
const char *, void *, struct vfsmount *);
|
||||||
|
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
static struct file_system_type squashfs_fs_type = {
|
static struct file_system_type squashfs_fs_type = {
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
@@ -249,6 +270,15 @@
|
@@ -249,6 +270,15 @@ SQSH_EXTERN unsigned int squashfs_read_d
|
||||||
if (compressed) {
|
if (compressed) {
|
||||||
int zlib_err;
|
int zlib_err;
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
stream.next_in = c_buffer;
|
stream.next_in = c_buffer;
|
||||||
stream.avail_in = c_byte;
|
stream.avail_in = c_byte;
|
||||||
stream.next_out = buffer;
|
stream.next_out = buffer;
|
||||||
@@ -263,7 +293,7 @@
|
@@ -263,7 +293,7 @@ SQSH_EXTERN unsigned int squashfs_read_d
|
||||||
bytes = 0;
|
bytes = 0;
|
||||||
} else
|
} else
|
||||||
bytes = stream.total_out;
|
bytes = stream.total_out;
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
up(&msblk->read_data_mutex);
|
up(&msblk->read_data_mutex);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2045,15 +2075,19 @@
|
@@ -2045,15 +2075,19 @@ static int __init init_squashfs_fs(void)
|
||||||
printk(KERN_INFO "squashfs: version 3.0 (2006/03/15) "
|
printk(KERN_INFO "squashfs: version 3.0 (2006/03/15) "
|
||||||
"Phillip Lougher\n");
|
"Phillip Lougher\n");
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
destroy_inodecache();
|
destroy_inodecache();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2064,7 +2098,9 @@
|
@@ -2064,7 +2098,9 @@ out:
|
||||||
|
|
||||||
static void __exit exit_squashfs_fs(void)
|
static void __exit exit_squashfs_fs(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -549,6 +549,9 @@
|
@@ -549,6 +549,9 @@ endif
|
||||||
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
|
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
|
||||||
CHECKFLAGS += $(NOSTDINC_FLAGS)
|
CHECKFLAGS += $(NOSTDINC_FLAGS)
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include "squashfs.h"
|
#include "squashfs.h"
|
||||||
|
|
||||||
@@ -2125,7 +2126,7 @@
|
@@ -2125,7 +2126,7 @@ static void squashfs_destroy_inode(struc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/include/asm-mips/system.h
|
--- a/include/asm-mips/system.h
|
||||||
+++ b/include/asm-mips/system.h
|
+++ b/include/asm-mips/system.h
|
||||||
@@ -185,7 +185,7 @@
|
@@ -185,7 +185,7 @@ extern __u64 __xchg_u64_unsupported_on_3
|
||||||
if something tries to do an invalid xchg(). */
|
if something tries to do an invalid xchg(). */
|
||||||
extern void __xchg_called_with_bad_pointer(void);
|
extern void __xchg_called_with_bad_pointer(void);
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
static int cfi_amdstd_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *);
|
static int cfi_amdstd_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *);
|
||||||
static int cfi_amdstd_write_words(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
|
static int cfi_amdstd_write_words(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
|
||||||
@@ -321,12 +322,19 @@
|
@@ -321,12 +322,19 @@ struct mtd_info *cfi_cmdset_0002(struct
|
||||||
|
|
||||||
if (extp->MajorVersion != '1' ||
|
if (extp->MajorVersion != '1' ||
|
||||||
(extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
|
(extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#include <linux/buffer_head.h>
|
#include <linux/buffer_head.h>
|
||||||
#include <linux/mutex.h>
|
#include <linux/mutex.h>
|
||||||
#include <linux/mount.h>
|
#include <linux/mount.h>
|
||||||
@@ -232,10 +233,11 @@
|
@@ -232,10 +233,11 @@ static void block2mtd_free_device(struct
|
||||||
|
|
||||||
|
|
||||||
/* FIXME: ensure that mtd->size % erase_size == 0 */
|
/* FIXME: ensure that mtd->size % erase_size == 0 */
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
char *name;
|
char *name;
|
||||||
|
|
||||||
if (!devname)
|
if (!devname)
|
||||||
@@ -273,17 +275,17 @@
|
@@ -273,17 +275,17 @@ static struct block2mtd_dev *add_device(
|
||||||
|
|
||||||
mutex_init(&dev->write_mutex);
|
mutex_init(&dev->write_mutex);
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
dev->mtd.erasesize = erase_size;
|
dev->mtd.erasesize = erase_size;
|
||||||
dev->mtd.writesize = 1;
|
dev->mtd.writesize = 1;
|
||||||
dev->mtd.type = MTD_RAM;
|
dev->mtd.type = MTD_RAM;
|
||||||
@@ -296,14 +298,17 @@
|
@@ -296,14 +298,17 @@ static struct block2mtd_dev *add_device(
|
||||||
dev->mtd.priv = dev;
|
dev->mtd.priv = dev;
|
||||||
dev->mtd.owner = THIS_MODULE;
|
dev->mtd.owner = THIS_MODULE;
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
return dev;
|
return dev;
|
||||||
|
|
||||||
devinit_err:
|
devinit_err:
|
||||||
@@ -376,9 +381,9 @@
|
@@ -376,9 +381,9 @@ static char block2mtd_paramline[80 + 12]
|
||||||
|
|
||||||
static int block2mtd_setup2(const char *val)
|
static int block2mtd_setup2(const char *val)
|
||||||
{
|
{
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
char *name;
|
char *name;
|
||||||
size_t erase_size = PAGE_SIZE;
|
size_t erase_size = PAGE_SIZE;
|
||||||
int i, ret;
|
int i, ret;
|
||||||
@@ -389,7 +394,7 @@
|
@@ -389,7 +394,7 @@ static int block2mtd_setup2(const char *
|
||||||
strcpy(str, val);
|
strcpy(str, val);
|
||||||
kill_final_newline(str);
|
kill_final_newline(str);
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
token[i] = strsep(&str, ",");
|
token[i] = strsep(&str, ",");
|
||||||
|
|
||||||
if (str)
|
if (str)
|
||||||
@@ -408,8 +413,10 @@
|
@@ -408,8 +413,10 @@ static int block2mtd_setup2(const char *
|
||||||
parse_err("illegal erase size");
|
parse_err("illegal erase size");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -443,7 +450,7 @@
|
@@ -443,7 +450,7 @@ static int block2mtd_setup(const char *v
|
||||||
|
|
||||||
|
|
||||||
module_param_call(block2mtd, block2mtd_setup, NULL, NULL, 0200);
|
module_param_call(block2mtd, block2mtd_setup, NULL, NULL, 0200);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/mtd/Kconfig
|
--- a/drivers/mtd/Kconfig
|
||||||
+++ b/drivers/mtd/Kconfig
|
+++ b/drivers/mtd/Kconfig
|
||||||
@@ -45,6 +45,16 @@
|
@@ -45,6 +45,16 @@ config MTD_PARTITIONS
|
||||||
devices. Partitioning on NFTL 'devices' is a different - that's the
|
devices. Partitioning on NFTL 'devices' is a different - that's the
|
||||||
'normal' form of partitioning used on a block device.
|
'normal' form of partitioning used on a block device.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
/* Our partition linked list */
|
/* Our partition linked list */
|
||||||
static LIST_HEAD(mtd_partitions);
|
static LIST_HEAD(mtd_partitions);
|
||||||
@@ -37,7 +39,7 @@
|
@@ -37,7 +39,7 @@ struct mtd_part {
|
||||||
* the pointer to that structure with this macro.
|
* the pointer to that structure with this macro.
|
||||||
*/
|
*/
|
||||||
#define PART(x) ((struct mtd_part *)(x))
|
#define PART(x) ((struct mtd_part *)(x))
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* MTD methods which simply translate the effective address and pass through
|
* MTD methods which simply translate the effective address and pass through
|
||||||
@@ -489,6 +491,148 @@
|
@@ -489,6 +491,148 @@ out_register:
|
||||||
return slave;
|
return slave;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
/*
|
/*
|
||||||
* This function, given a master MTD object and a partition table, creates
|
* This function, given a master MTD object and a partition table, creates
|
||||||
* and registers slave MTD objects which are bound to the master according to
|
* and registers slave MTD objects which are bound to the master according to
|
||||||
@@ -502,14 +646,29 @@
|
@@ -502,14 +646,29 @@ int add_mtd_partitions(struct mtd_info *
|
||||||
{
|
{
|
||||||
struct mtd_part *slave;
|
struct mtd_part *slave;
|
||||||
u_int32_t cur_offset = 0;
|
u_int32_t cur_offset = 0;
|
||||||
|
@ -219,7 +219,7 @@
|
||||||
cur_offset = slave->offset + slave->mtd.size;
|
cur_offset = slave->offset + slave->mtd.size;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -517,6 +676,32 @@
|
@@ -517,6 +676,32 @@ int add_mtd_partitions(struct mtd_info *
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(add_mtd_partitions);
|
EXPORT_SYMBOL(add_mtd_partitions);
|
||||||
|
|
||||||
|
@ -254,7 +254,7 @@
|
||||||
|
|
||||||
--- a/drivers/mtd/devices/block2mtd.c
|
--- a/drivers/mtd/devices/block2mtd.c
|
||||||
+++ b/drivers/mtd/devices/block2mtd.c
|
+++ b/drivers/mtd/devices/block2mtd.c
|
||||||
@@ -29,6 +29,8 @@
|
@@ -29,6 +29,8 @@ struct block2mtd_dev {
|
||||||
struct block_device *blkdev;
|
struct block_device *blkdev;
|
||||||
struct mtd_info mtd;
|
struct mtd_info mtd;
|
||||||
struct mutex write_mutex;
|
struct mutex write_mutex;
|
||||||
|
@ -263,7 +263,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@@ -81,6 +83,12 @@
|
@@ -81,6 +83,12 @@ static int block2mtd_erase(struct mtd_in
|
||||||
size_t len = instr->len;
|
size_t len = instr->len;
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
|
@ -276,7 +276,7 @@
|
||||||
instr->state = MTD_ERASING;
|
instr->state = MTD_ERASING;
|
||||||
mutex_lock(&dev->write_mutex);
|
mutex_lock(&dev->write_mutex);
|
||||||
err = _block2mtd_erase(dev, from, len);
|
err = _block2mtd_erase(dev, from, len);
|
||||||
@@ -93,6 +101,10 @@
|
@@ -93,6 +101,10 @@ static int block2mtd_erase(struct mtd_in
|
||||||
|
|
||||||
instr->state = MTD_ERASE_DONE;
|
instr->state = MTD_ERASE_DONE;
|
||||||
mtd_erase_callback(instr);
|
mtd_erase_callback(instr);
|
||||||
|
@ -287,7 +287,7 @@
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -104,10 +116,14 @@
|
@@ -104,10 +116,14 @@ static int block2mtd_read(struct mtd_inf
|
||||||
struct page *page;
|
struct page *page;
|
||||||
int index = from >> PAGE_SHIFT;
|
int index = from >> PAGE_SHIFT;
|
||||||
int offset = from & (PAGE_SIZE-1);
|
int offset = from & (PAGE_SIZE-1);
|
||||||
|
@ -305,7 +305,7 @@
|
||||||
if (from + len > mtd->size)
|
if (from + len > mtd->size)
|
||||||
len = mtd->size - from;
|
len = mtd->size - from;
|
||||||
|
|
||||||
@@ -122,10 +138,14 @@
|
@@ -122,10 +138,14 @@ static int block2mtd_read(struct mtd_inf
|
||||||
len = len - cpylen;
|
len = len - cpylen;
|
||||||
|
|
||||||
page = page_read(dev->blkdev->bd_inode->i_mapping, index);
|
page = page_read(dev->blkdev->bd_inode->i_mapping, index);
|
||||||
|
@ -324,7 +324,7 @@
|
||||||
|
|
||||||
memcpy(buf, page_address(page) + offset, cpylen);
|
memcpy(buf, page_address(page) + offset, cpylen);
|
||||||
page_cache_release(page);
|
page_cache_release(page);
|
||||||
@@ -136,7 +156,10 @@
|
@@ -136,7 +156,10 @@ static int block2mtd_read(struct mtd_inf
|
||||||
offset = 0;
|
offset = 0;
|
||||||
index++;
|
index++;
|
||||||
}
|
}
|
||||||
|
@ -336,7 +336,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -188,12 +211,22 @@
|
@@ -188,12 +211,22 @@ static int block2mtd_write(struct mtd_in
|
||||||
size_t *retlen, const u_char *buf)
|
size_t *retlen, const u_char *buf)
|
||||||
{
|
{
|
||||||
struct block2mtd_dev *dev = mtd->priv;
|
struct block2mtd_dev *dev = mtd->priv;
|
||||||
|
@ -363,7 +363,7 @@
|
||||||
if (to + len > mtd->size)
|
if (to + len > mtd->size)
|
||||||
len = mtd->size - to;
|
len = mtd->size - to;
|
||||||
|
|
||||||
@@ -202,6 +235,9 @@
|
@@ -202,6 +235,9 @@ static int block2mtd_write(struct mtd_in
|
||||||
mutex_unlock(&dev->write_mutex);
|
mutex_unlock(&dev->write_mutex);
|
||||||
if (err > 0)
|
if (err > 0)
|
||||||
err = 0;
|
err = 0;
|
||||||
|
@ -373,7 +373,7 @@
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -210,7 +246,12 @@
|
@@ -210,7 +246,12 @@ static int block2mtd_write(struct mtd_in
|
||||||
static void block2mtd_sync(struct mtd_info *mtd)
|
static void block2mtd_sync(struct mtd_info *mtd)
|
||||||
{
|
{
|
||||||
struct block2mtd_dev *dev = mtd->priv;
|
struct block2mtd_dev *dev = mtd->priv;
|
||||||
|
@ -387,7 +387,7 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -231,31 +272,22 @@
|
@@ -231,31 +272,22 @@ static void block2mtd_free_device(struct
|
||||||
kfree(dev);
|
kfree(dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -422,7 +422,7 @@
|
||||||
if (devt) {
|
if (devt) {
|
||||||
bdev = open_by_devnum(devt, FMODE_WRITE | FMODE_READ);
|
bdev = open_by_devnum(devt, FMODE_WRITE | FMODE_READ);
|
||||||
}
|
}
|
||||||
@@ -263,17 +295,96 @@
|
@@ -263,17 +295,96 @@ static struct block2mtd_dev *add_device(
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (IS_ERR(bdev)) {
|
if (IS_ERR(bdev)) {
|
||||||
|
@ -522,7 +522,7 @@
|
||||||
|
|
||||||
if (!mtdname)
|
if (!mtdname)
|
||||||
mtdname = devname;
|
mtdname = devname;
|
||||||
@@ -297,6 +408,7 @@
|
@@ -297,6 +408,7 @@ static struct block2mtd_dev *add_device(
|
||||||
dev->mtd.read = block2mtd_read;
|
dev->mtd.read = block2mtd_read;
|
||||||
dev->mtd.priv = dev;
|
dev->mtd.priv = dev;
|
||||||
dev->mtd.owner = THIS_MODULE;
|
dev->mtd.owner = THIS_MODULE;
|
||||||
|
@ -540,7 +540,7 @@
|
||||||
|
|
||||||
#include <asm/uaccess.h>
|
#include <asm/uaccess.h>
|
||||||
|
|
||||||
@@ -771,6 +772,13 @@
|
@@ -771,6 +772,13 @@ static int mtd_ioctl(struct inode *inode
|
||||||
file->f_pos = 0;
|
file->f_pos = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -556,7 +556,7 @@
|
||||||
ret = -ENOTTY;
|
ret = -ENOTTY;
|
||||||
--- a/include/linux/mtd/mtd.h
|
--- a/include/linux/mtd/mtd.h
|
||||||
+++ b/include/linux/mtd/mtd.h
|
+++ b/include/linux/mtd/mtd.h
|
||||||
@@ -96,6 +96,7 @@
|
@@ -96,6 +96,7 @@ struct mtd_oob_ops {
|
||||||
uint8_t *oobbuf;
|
uint8_t *oobbuf;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -564,7 +564,7 @@
|
||||||
struct mtd_info {
|
struct mtd_info {
|
||||||
u_char type;
|
u_char type;
|
||||||
u_int32_t flags;
|
u_int32_t flags;
|
||||||
@@ -211,6 +212,9 @@
|
@@ -211,6 +212,9 @@ struct mtd_info {
|
||||||
struct module *owner;
|
struct module *owner;
|
||||||
int usecount;
|
int usecount;
|
||||||
|
|
||||||
|
@ -584,7 +584,7 @@
|
||||||
struct mtd_partition {
|
struct mtd_partition {
|
||||||
char *name; /* identifier string */
|
char *name; /* identifier string */
|
||||||
u_int32_t size; /* partition size */
|
u_int32_t size; /* partition size */
|
||||||
@@ -41,6 +42,7 @@
|
@@ -41,6 +42,7 @@ struct mtd_partition {
|
||||||
u_int32_t mask_flags; /* master MTD flags to mask out for this partition */
|
u_int32_t mask_flags; /* master MTD flags to mask out for this partition */
|
||||||
struct nand_ecclayout *ecclayout; /* out of band layout for this partition (NAND only)*/
|
struct nand_ecclayout *ecclayout; /* out of band layout for this partition (NAND only)*/
|
||||||
struct mtd_info **mtdp; /* pointer to store the MTD object */
|
struct mtd_info **mtdp; /* pointer to store the MTD object */
|
||||||
|
@ -592,7 +592,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MTDPART_OFS_NXTBLK (-2)
|
#define MTDPART_OFS_NXTBLK (-2)
|
||||||
@@ -50,6 +52,7 @@
|
@@ -50,6 +52,7 @@ struct mtd_partition {
|
||||||
|
|
||||||
int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
|
int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
|
||||||
int del_mtd_partitions(struct mtd_info *);
|
int del_mtd_partitions(struct mtd_info *);
|
||||||
|
@ -602,7 +602,7 @@
|
||||||
* Functions dealing with the various ways of partitioning the space
|
* Functions dealing with the various ways of partitioning the space
|
||||||
--- a/include/mtd/mtd-abi.h
|
--- a/include/mtd/mtd-abi.h
|
||||||
+++ b/include/mtd/mtd-abi.h
|
+++ b/include/mtd/mtd-abi.h
|
||||||
@@ -93,6 +93,7 @@
|
@@ -93,6 +93,7 @@ struct otp_info {
|
||||||
#define ECCGETLAYOUT _IOR('M', 17, struct nand_ecclayout)
|
#define ECCGETLAYOUT _IOR('M', 17, struct nand_ecclayout)
|
||||||
#define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
|
#define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
|
||||||
#define MTDFILEMODE _IO('M', 19)
|
#define MTDFILEMODE _IO('M', 19)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/mtd/redboot.c
|
--- a/drivers/mtd/redboot.c
|
||||||
+++ b/drivers/mtd/redboot.c
|
+++ b/drivers/mtd/redboot.c
|
||||||
@@ -249,14 +249,21 @@
|
@@ -249,14 +249,21 @@ static int parse_redboot_partitions(stru
|
||||||
#endif
|
#endif
|
||||||
names += strlen(names)+1;
|
names += strlen(names)+1;
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
struct fis_image_desc {
|
struct fis_image_desc {
|
||||||
unsigned char name[16]; // Null terminated name
|
unsigned char name[16]; // Null terminated name
|
||||||
uint32_t flash_base; // Address within FLASH of image
|
uint32_t flash_base; // Address within FLASH of image
|
||||||
@@ -41,6 +43,7 @@
|
@@ -41,6 +43,7 @@ static int parse_redboot_partitions(stru
|
||||||
struct mtd_partition **pparts,
|
struct mtd_partition **pparts,
|
||||||
unsigned long fis_origin)
|
unsigned long fis_origin)
|
||||||
{
|
{
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
int nrparts = 0;
|
int nrparts = 0;
|
||||||
struct fis_image_desc *buf;
|
struct fis_image_desc *buf;
|
||||||
struct mtd_partition *parts;
|
struct mtd_partition *parts;
|
||||||
@@ -209,14 +212,14 @@
|
@@ -209,14 +212,14 @@ static int parse_redboot_partitions(stru
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
#ifdef CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED
|
#ifdef CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED
|
||||||
if (nulllen > 0) {
|
if (nulllen > 0) {
|
||||||
strcpy(nullname, nullstring);
|
strcpy(nullname, nullstring);
|
||||||
@@ -235,6 +238,8 @@
|
@@ -235,6 +238,8 @@ static int parse_redboot_partitions(stru
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
for ( ; i<nrparts; i++) {
|
for ( ; i<nrparts; i++) {
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
parts[i].size = fl->img->size;
|
parts[i].size = fl->img->size;
|
||||||
parts[i].offset = fl->img->flash_base;
|
parts[i].offset = fl->img->flash_base;
|
||||||
parts[i].name = names;
|
parts[i].name = names;
|
||||||
@@ -268,6 +273,14 @@
|
@@ -268,6 +273,14 @@ static int parse_redboot_partitions(stru
|
||||||
fl = fl->next;
|
fl = fl->next;
|
||||||
kfree(tmp_fl);
|
kfree(tmp_fl);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/include/linux/mtd/nand.h
|
--- a/include/linux/mtd/nand.h
|
||||||
+++ b/include/linux/mtd/nand.h
|
+++ b/include/linux/mtd/nand.h
|
||||||
@@ -578,6 +578,7 @@
|
@@ -578,6 +578,7 @@ struct platform_nand_chip {
|
||||||
int chip_delay;
|
int chip_delay;
|
||||||
unsigned int options;
|
unsigned int options;
|
||||||
const char **part_probe_types;
|
const char **part_probe_types;
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
--- a/drivers/mtd/nand/plat_nand.c
|
--- a/drivers/mtd/nand/plat_nand.c
|
||||||
+++ b/drivers/mtd/nand/plat_nand.c
|
+++ b/drivers/mtd/nand/plat_nand.c
|
||||||
@@ -71,7 +71,18 @@
|
@@ -71,7 +71,18 @@ static int __init plat_nand_probe(struct
|
||||||
platform_set_drvdata(pdev, data);
|
platform_set_drvdata(pdev, data);
|
||||||
|
|
||||||
/* Scan to find existance of the device */
|
/* Scan to find existance of the device */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/net/netfilter/Kconfig
|
--- a/net/netfilter/Kconfig
|
||||||
+++ b/net/netfilter/Kconfig
|
+++ b/net/netfilter/Kconfig
|
||||||
@@ -757,6 +757,27 @@
|
@@ -757,6 +757,27 @@ config NETFILTER_XT_MATCH_STATE
|
||||||
|
|
||||||
To compile it as a module, choose M here. If unsure, say N.
|
To compile it as a module, choose M here. If unsure, say N.
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
depends on NETFILTER_XTABLES
|
depends on NETFILTER_XTABLES
|
||||||
--- a/net/netfilter/Makefile
|
--- a/net/netfilter/Makefile
|
||||||
+++ b/net/netfilter/Makefile
|
+++ b/net/netfilter/Makefile
|
||||||
@@ -78,6 +78,7 @@
|
@@ -78,6 +78,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_RATEEST)
|
||||||
obj-$(CONFIG_NETFILTER_XT_MATCH_REALM) += xt_realm.o
|
obj-$(CONFIG_NETFILTER_XT_MATCH_REALM) += xt_realm.o
|
||||||
obj-$(CONFIG_NETFILTER_XT_MATCH_SCTP) += xt_sctp.o
|
obj-$(CONFIG_NETFILTER_XT_MATCH_SCTP) += xt_sctp.o
|
||||||
obj-$(CONFIG_NETFILTER_XT_MATCH_STATE) += xt_state.o
|
obj-$(CONFIG_NETFILTER_XT_MATCH_STATE) += xt_state.o
|
||||||
|
@ -2027,7 +2027,7 @@
|
||||||
+}
|
+}
|
||||||
--- a/net/netfilter/nf_conntrack_core.c
|
--- a/net/netfilter/nf_conntrack_core.c
|
||||||
+++ b/net/netfilter/nf_conntrack_core.c
|
+++ b/net/netfilter/nf_conntrack_core.c
|
||||||
@@ -206,6 +206,14 @@
|
@@ -206,6 +206,14 @@ destroy_conntrack(struct nf_conntrack *n
|
||||||
* too. */
|
* too. */
|
||||||
nf_ct_remove_expectations(ct);
|
nf_ct_remove_expectations(ct);
|
||||||
|
|
||||||
|
@ -2044,7 +2044,7 @@
|
||||||
BUG_ON(hlist_unhashed(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnode));
|
BUG_ON(hlist_unhashed(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnode));
|
||||||
--- a/net/netfilter/nf_conntrack_standalone.c
|
--- a/net/netfilter/nf_conntrack_standalone.c
|
||||||
+++ b/net/netfilter/nf_conntrack_standalone.c
|
+++ b/net/netfilter/nf_conntrack_standalone.c
|
||||||
@@ -162,7 +162,12 @@
|
@@ -162,7 +162,12 @@ static int ct_seq_show(struct seq_file *
|
||||||
return -ENOSPC;
|
return -ENOSPC;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2060,7 +2060,7 @@
|
||||||
return 0;
|
return 0;
|
||||||
--- a/include/net/netfilter/nf_conntrack.h
|
--- a/include/net/netfilter/nf_conntrack.h
|
||||||
+++ b/include/net/netfilter/nf_conntrack.h
|
+++ b/include/net/netfilter/nf_conntrack.h
|
||||||
@@ -118,6 +118,22 @@
|
@@ -118,6 +118,22 @@ struct nf_conn
|
||||||
u_int32_t secmark;
|
u_int32_t secmark;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/include/linux/netfilter/xt_layer7.h
|
--- a/include/linux/netfilter/xt_layer7.h
|
||||||
+++ b/include/linux/netfilter/xt_layer7.h
|
+++ b/include/linux/netfilter/xt_layer7.h
|
||||||
@@ -8,6 +8,7 @@
|
@@ -8,6 +8,7 @@ struct xt_layer7_info {
|
||||||
char protocol[MAX_PROTOCOL_LEN];
|
char protocol[MAX_PROTOCOL_LEN];
|
||||||
char pattern[MAX_PATTERN_LEN];
|
char pattern[MAX_PATTERN_LEN];
|
||||||
u_int8_t invert;
|
u_int8_t invert;
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
#endif /* _XT_LAYER7_H */
|
#endif /* _XT_LAYER7_H */
|
||||||
--- a/net/netfilter/xt_layer7.c
|
--- a/net/netfilter/xt_layer7.c
|
||||||
+++ b/net/netfilter/xt_layer7.c
|
+++ b/net/netfilter/xt_layer7.c
|
||||||
@@ -297,34 +297,36 @@
|
@@ -297,34 +297,36 @@ static int match_no_append(struct nf_con
|
||||||
}
|
}
|
||||||
|
|
||||||
/* add the new app data to the conntrack. Return number of bytes added. */
|
/* add the new app data to the conntrack. Return number of bytes added. */
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
return length;
|
return length;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -411,7 +413,7 @@
|
@@ -411,7 +413,7 @@ match(const struct sk_buff *skbin,
|
||||||
const struct xt_layer7_info * info = matchinfo;
|
const struct xt_layer7_info * info = matchinfo;
|
||||||
enum ip_conntrack_info master_ctinfo, ctinfo;
|
enum ip_conntrack_info master_ctinfo, ctinfo;
|
||||||
struct nf_conn *master_conntrack, *conntrack;
|
struct nf_conn *master_conntrack, *conntrack;
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
unsigned int pattern_result, appdatalen;
|
unsigned int pattern_result, appdatalen;
|
||||||
regexp * comppattern;
|
regexp * comppattern;
|
||||||
|
|
||||||
@@ -439,8 +441,8 @@
|
@@ -439,8 +441,8 @@ match(const struct sk_buff *skbin,
|
||||||
master_conntrack = master_ct(master_conntrack);
|
master_conntrack = master_ct(master_conntrack);
|
||||||
|
|
||||||
/* if we've classified it or seen too many packets */
|
/* if we've classified it or seen too many packets */
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
pattern_result = match_no_append(conntrack, master_conntrack,
|
pattern_result = match_no_append(conntrack, master_conntrack,
|
||||||
ctinfo, master_ctinfo, info);
|
ctinfo, master_ctinfo, info);
|
||||||
@@ -473,6 +475,25 @@
|
@@ -473,6 +475,25 @@ match(const struct sk_buff *skbin,
|
||||||
/* the return value gets checked later, when we're ready to use it */
|
/* the return value gets checked later, when we're ready to use it */
|
||||||
comppattern = compile_and_cache(info->pattern, info->protocol);
|
comppattern = compile_and_cache(info->pattern, info->protocol);
|
||||||
|
|
||||||
|
|
|
@ -893,7 +893,7 @@
|
||||||
+
|
+
|
||||||
--- a/net/ipv4/netfilter/Kconfig
|
--- a/net/ipv4/netfilter/Kconfig
|
||||||
+++ b/net/ipv4/netfilter/Kconfig
|
+++ b/net/ipv4/netfilter/Kconfig
|
||||||
@@ -57,6 +57,12 @@
|
@@ -57,6 +57,12 @@ config IP_NF_IPTABLES
|
||||||
To compile it as a module, choose M here. If unsure, say N.
|
To compile it as a module, choose M here. If unsure, say N.
|
||||||
|
|
||||||
# The matches.
|
# The matches.
|
||||||
|
@ -908,7 +908,7 @@
|
||||||
depends on IP_NF_IPTABLES
|
depends on IP_NF_IPTABLES
|
||||||
--- a/net/ipv4/netfilter/Makefile
|
--- a/net/ipv4/netfilter/Makefile
|
||||||
+++ b/net/ipv4/netfilter/Makefile
|
+++ b/net/ipv4/netfilter/Makefile
|
||||||
@@ -51,6 +51,8 @@
|
@@ -51,6 +51,8 @@ obj-$(CONFIG_IP_NF_MATCH_ECN) += ipt_ecn
|
||||||
obj-$(CONFIG_IP_NF_MATCH_RECENT) += ipt_recent.o
|
obj-$(CONFIG_IP_NF_MATCH_RECENT) += ipt_recent.o
|
||||||
obj-$(CONFIG_IP_NF_MATCH_TTL) += ipt_ttl.o
|
obj-$(CONFIG_IP_NF_MATCH_TTL) += ipt_ttl.o
|
||||||
|
|
||||||
|
|
|
@ -7517,7 +7517,7 @@
|
||||||
+module_exit(ipt_SET_fini);
|
+module_exit(ipt_SET_fini);
|
||||||
--- a/net/ipv4/netfilter/Kconfig
|
--- a/net/ipv4/netfilter/Kconfig
|
||||||
+++ b/net/ipv4/netfilter/Kconfig
|
+++ b/net/ipv4/netfilter/Kconfig
|
||||||
@@ -412,5 +412,122 @@
|
@@ -412,5 +412,122 @@ config IP_NF_ARP_MANGLE
|
||||||
Allows altering the ARP packet payload: source and destination
|
Allows altering the ARP packet payload: source and destination
|
||||||
hardware and network addresses.
|
hardware and network addresses.
|
||||||
|
|
||||||
|
@ -7642,7 +7642,7 @@
|
||||||
|
|
||||||
--- a/net/ipv4/netfilter/Makefile
|
--- a/net/ipv4/netfilter/Makefile
|
||||||
+++ b/net/ipv4/netfilter/Makefile
|
+++ b/net/ipv4/netfilter/Makefile
|
||||||
@@ -50,6 +50,7 @@
|
@@ -50,6 +50,7 @@ obj-$(CONFIG_IP_NF_MATCH_AH) += ipt_ah.o
|
||||||
obj-$(CONFIG_IP_NF_MATCH_ECN) += ipt_ecn.o
|
obj-$(CONFIG_IP_NF_MATCH_ECN) += ipt_ecn.o
|
||||||
obj-$(CONFIG_IP_NF_MATCH_RECENT) += ipt_recent.o
|
obj-$(CONFIG_IP_NF_MATCH_RECENT) += ipt_recent.o
|
||||||
obj-$(CONFIG_IP_NF_MATCH_TTL) += ipt_ttl.o
|
obj-$(CONFIG_IP_NF_MATCH_TTL) += ipt_ttl.o
|
||||||
|
@ -7650,7 +7650,7 @@
|
||||||
|
|
||||||
obj-$(CONFIG_IP_NF_MATCH_IPP2P) += ipt_ipp2p.o
|
obj-$(CONFIG_IP_NF_MATCH_IPP2P) += ipt_ipp2p.o
|
||||||
|
|
||||||
@@ -63,6 +64,18 @@
|
@@ -63,6 +64,18 @@ obj-$(CONFIG_IP_NF_TARGET_REDIRECT) += i
|
||||||
obj-$(CONFIG_IP_NF_TARGET_REJECT) += ipt_REJECT.o
|
obj-$(CONFIG_IP_NF_TARGET_REJECT) += ipt_REJECT.o
|
||||||
obj-$(CONFIG_IP_NF_TARGET_TTL) += ipt_TTL.o
|
obj-$(CONFIG_IP_NF_TARGET_TTL) += ipt_TTL.o
|
||||||
obj-$(CONFIG_IP_NF_TARGET_ULOG) += ipt_ULOG.o
|
obj-$(CONFIG_IP_NF_TARGET_ULOG) += ipt_ULOG.o
|
||||||
|
|
|
@ -204,7 +204,7 @@
|
||||||
+}
|
+}
|
||||||
--- a/net/ipv4/netfilter/Kconfig
|
--- a/net/ipv4/netfilter/Kconfig
|
||||||
+++ b/net/ipv4/netfilter/Kconfig
|
+++ b/net/ipv4/netfilter/Kconfig
|
||||||
@@ -63,6 +63,22 @@
|
@@ -63,6 +63,22 @@ config IP_NF_MATCH_IPP2P
|
||||||
help
|
help
|
||||||
Module for matching traffic of various Peer-to-Peer applications
|
Module for matching traffic of various Peer-to-Peer applications
|
||||||
|
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
depends on IP_NF_IPTABLES
|
depends on IP_NF_IPTABLES
|
||||||
--- a/net/ipv4/netfilter/Makefile
|
--- a/net/ipv4/netfilter/Makefile
|
||||||
+++ b/net/ipv4/netfilter/Makefile
|
+++ b/net/ipv4/netfilter/Makefile
|
||||||
@@ -51,6 +51,7 @@
|
@@ -51,6 +51,7 @@ obj-$(CONFIG_IP_NF_MATCH_ECN) += ipt_ecn
|
||||||
obj-$(CONFIG_IP_NF_MATCH_RECENT) += ipt_recent.o
|
obj-$(CONFIG_IP_NF_MATCH_RECENT) += ipt_recent.o
|
||||||
obj-$(CONFIG_IP_NF_MATCH_TTL) += ipt_ttl.o
|
obj-$(CONFIG_IP_NF_MATCH_TTL) += ipt_ttl.o
|
||||||
obj-$(CONFIG_IP_NF_MATCH_SET) += ipt_set.o
|
obj-$(CONFIG_IP_NF_MATCH_SET) += ipt_set.o
|
||||||
|
|
|
@ -477,7 +477,7 @@
|
||||||
+
|
+
|
||||||
--- a/drivers/net/Kconfig
|
--- a/drivers/net/Kconfig
|
||||||
+++ b/drivers/net/Kconfig
|
+++ b/drivers/net/Kconfig
|
||||||
@@ -109,6 +109,129 @@
|
@@ -109,6 +109,129 @@ config EQUALIZER
|
||||||
To compile this driver as a module, choose M here: the module
|
To compile this driver as a module, choose M here: the module
|
||||||
will be called eql. If unsure, say N.
|
will be called eql. If unsure, say N.
|
||||||
|
|
||||||
|
@ -609,7 +609,7 @@
|
||||||
select CRC32
|
select CRC32
|
||||||
--- a/drivers/net/Makefile
|
--- a/drivers/net/Makefile
|
||||||
+++ b/drivers/net/Makefile
|
+++ b/drivers/net/Makefile
|
||||||
@@ -144,6 +144,7 @@
|
@@ -144,6 +144,7 @@ obj-$(CONFIG_SLHC) += slhc.o
|
||||||
obj-$(CONFIG_XEN_NETDEV_FRONTEND) += xen-netfront.o
|
obj-$(CONFIG_XEN_NETDEV_FRONTEND) += xen-netfront.o
|
||||||
|
|
||||||
obj-$(CONFIG_DUMMY) += dummy.o
|
obj-$(CONFIG_DUMMY) += dummy.o
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
+#endif /* _IP6T_IMQ_H */
|
+#endif /* _IP6T_IMQ_H */
|
||||||
--- a/include/linux/skbuff.h
|
--- a/include/linux/skbuff.h
|
||||||
+++ b/include/linux/skbuff.h
|
+++ b/include/linux/skbuff.h
|
||||||
@@ -302,6 +302,10 @@
|
@@ -302,6 +302,10 @@ struct sk_buff {
|
||||||
struct nf_conntrack *nfct;
|
struct nf_conntrack *nfct;
|
||||||
struct sk_buff *nfct_reasm;
|
struct sk_buff *nfct_reasm;
|
||||||
#endif
|
#endif
|
||||||
|
@ -664,7 +664,7 @@
|
||||||
#ifdef CONFIG_BRIDGE_NETFILTER
|
#ifdef CONFIG_BRIDGE_NETFILTER
|
||||||
struct nf_bridge_info *nf_bridge;
|
struct nf_bridge_info *nf_bridge;
|
||||||
#endif
|
#endif
|
||||||
@@ -1642,6 +1646,10 @@
|
@@ -1642,6 +1646,10 @@ static inline void __nf_copy(struct sk_b
|
||||||
dst->nfct_reasm = src->nfct_reasm;
|
dst->nfct_reasm = src->nfct_reasm;
|
||||||
nf_conntrack_get_reasm(src->nfct_reasm);
|
nf_conntrack_get_reasm(src->nfct_reasm);
|
||||||
#endif
|
#endif
|
||||||
|
@ -687,7 +687,7 @@
|
||||||
#include <linux/proc_fs.h>
|
#include <linux/proc_fs.h>
|
||||||
#include <linux/seq_file.h>
|
#include <linux/seq_file.h>
|
||||||
#include <linux/stat.h>
|
#include <linux/stat.h>
|
||||||
@@ -1624,7 +1627,11 @@
|
@@ -1624,7 +1627,11 @@ int dev_hard_start_xmit(struct sk_buff *
|
||||||
struct netdev_queue *txq)
|
struct netdev_queue *txq)
|
||||||
{
|
{
|
||||||
if (likely(!skb->next)) {
|
if (likely(!skb->next)) {
|
||||||
|
@ -774,7 +774,7 @@
|
||||||
+MODULE_LICENSE("GPL");
|
+MODULE_LICENSE("GPL");
|
||||||
--- a/net/ipv4/netfilter/Kconfig
|
--- a/net/ipv4/netfilter/Kconfig
|
||||||
+++ b/net/ipv4/netfilter/Kconfig
|
+++ b/net/ipv4/netfilter/Kconfig
|
||||||
@@ -145,6 +145,17 @@
|
@@ -145,6 +145,17 @@ config IP_NF_FILTER
|
||||||
|
|
||||||
To compile it as a module, choose M here. If unsure, say N.
|
To compile it as a module, choose M here. If unsure, say N.
|
||||||
|
|
||||||
|
@ -794,7 +794,7 @@
|
||||||
depends on IP_NF_FILTER
|
depends on IP_NF_FILTER
|
||||||
--- a/net/ipv4/netfilter/Makefile
|
--- a/net/ipv4/netfilter/Makefile
|
||||||
+++ b/net/ipv4/netfilter/Makefile
|
+++ b/net/ipv4/netfilter/Makefile
|
||||||
@@ -59,6 +59,7 @@
|
@@ -59,6 +59,7 @@ obj-$(CONFIG_IP_NF_MATCH_IPP2P) += ipt_i
|
||||||
obj-$(CONFIG_IP_NF_TARGET_CLUSTERIP) += ipt_CLUSTERIP.o
|
obj-$(CONFIG_IP_NF_TARGET_CLUSTERIP) += ipt_CLUSTERIP.o
|
||||||
obj-$(CONFIG_IP_NF_TARGET_ECN) += ipt_ECN.o
|
obj-$(CONFIG_IP_NF_TARGET_ECN) += ipt_ECN.o
|
||||||
obj-$(CONFIG_IP_NF_TARGET_LOG) += ipt_LOG.o
|
obj-$(CONFIG_IP_NF_TARGET_LOG) += ipt_LOG.o
|
||||||
|
@ -876,7 +876,7 @@
|
||||||
+MODULE_LICENSE("GPL");
|
+MODULE_LICENSE("GPL");
|
||||||
--- a/net/ipv6/netfilter/Kconfig
|
--- a/net/ipv6/netfilter/Kconfig
|
||||||
+++ b/net/ipv6/netfilter/Kconfig
|
+++ b/net/ipv6/netfilter/Kconfig
|
||||||
@@ -179,6 +179,15 @@
|
@@ -179,6 +179,15 @@ config IP6_NF_MANGLE
|
||||||
|
|
||||||
To compile it as a module, choose M here. If unsure, say N.
|
To compile it as a module, choose M here. If unsure, say N.
|
||||||
|
|
||||||
|
@ -904,7 +904,7 @@
|
||||||
obj-$(CONFIG_IP6_NF_SECURITY) += ip6table_security.o
|
obj-$(CONFIG_IP6_NF_SECURITY) += ip6table_security.o
|
||||||
--- a/net/sched/sch_generic.c
|
--- a/net/sched/sch_generic.c
|
||||||
+++ b/net/sched/sch_generic.c
|
+++ b/net/sched/sch_generic.c
|
||||||
@@ -188,6 +188,7 @@
|
@@ -188,6 +188,7 @@ void __qdisc_run(struct Qdisc *q)
|
||||||
|
|
||||||
clear_bit(__QDISC_STATE_RUNNING, &q->state);
|
clear_bit(__QDISC_STATE_RUNNING, &q->state);
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
+#define xt_request_find_match xt_request_find_match_lo
|
+#define xt_request_find_match xt_request_find_match_lo
|
||||||
--- a/net/netfilter/Kconfig
|
--- a/net/netfilter/Kconfig
|
||||||
+++ b/net/netfilter/Kconfig
|
+++ b/net/netfilter/Kconfig
|
||||||
@@ -296,6 +296,14 @@
|
@@ -296,6 +296,14 @@ config NETFILTER_XTABLES
|
||||||
|
|
||||||
# alphabetically ordered list of targets
|
# alphabetically ordered list of targets
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
config NETFILTER_XT_TARGET_CLASSIFY
|
config NETFILTER_XT_TARGET_CLASSIFY
|
||||||
tristate '"CLASSIFY" target support'
|
tristate '"CLASSIFY" target support'
|
||||||
depends on NETFILTER_XTABLES
|
depends on NETFILTER_XTABLES
|
||||||
@@ -325,6 +333,14 @@
|
@@ -325,6 +333,14 @@ config NETFILTER_XT_TARGET_CONNMARK
|
||||||
<file:Documentation/kbuild/modules.txt>. The module will be called
|
<file:Documentation/kbuild/modules.txt>. The module will be called
|
||||||
ipt_CONNMARK.ko. If unsure, say `N'.
|
ipt_CONNMARK.ko. If unsure, say `N'.
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
config NETFILTER_XT_TARGET_DSCP
|
config NETFILTER_XT_TARGET_DSCP
|
||||||
tristate '"DSCP" and "TOS" target support'
|
tristate '"DSCP" and "TOS" target support'
|
||||||
depends on NETFILTER_XTABLES
|
depends on NETFILTER_XTABLES
|
||||||
@@ -661,6 +677,14 @@
|
@@ -661,6 +677,14 @@ config NETFILTER_XT_MATCH_POLICY
|
||||||
|
|
||||||
To compile it as a module, choose M here. If unsure, say N.
|
To compile it as a module, choose M here. If unsure, say N.
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
depends on NETFILTER_XTABLES
|
depends on NETFILTER_XTABLES
|
||||||
--- a/net/netfilter/Makefile
|
--- a/net/netfilter/Makefile
|
||||||
+++ b/net/netfilter/Makefile
|
+++ b/net/netfilter/Makefile
|
||||||
@@ -51,6 +51,8 @@
|
@@ -51,6 +51,8 @@ obj-$(CONFIG_NETFILTER_XT_TARGET_SECMARK
|
||||||
obj-$(CONFIG_NETFILTER_XT_TARGET_TCPMSS) += xt_TCPMSS.o
|
obj-$(CONFIG_NETFILTER_XT_TARGET_TCPMSS) += xt_TCPMSS.o
|
||||||
obj-$(CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP) += xt_TCPOPTSTRIP.o
|
obj-$(CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP) += xt_TCPOPTSTRIP.o
|
||||||
obj-$(CONFIG_NETFILTER_XT_TARGET_TRACE) += xt_TRACE.o
|
obj-$(CONFIG_NETFILTER_XT_TARGET_TRACE) += xt_TRACE.o
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
|
|
||||||
# matches
|
# matches
|
||||||
obj-$(CONFIG_NETFILTER_XT_MATCH_COMMENT) += xt_comment.o
|
obj-$(CONFIG_NETFILTER_XT_MATCH_COMMENT) += xt_comment.o
|
||||||
@@ -84,3 +86,4 @@
|
@@ -84,3 +86,4 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_STRING)
|
||||||
obj-$(CONFIG_NETFILTER_XT_MATCH_TCPMSS) += xt_tcpmss.o
|
obj-$(CONFIG_NETFILTER_XT_MATCH_TCPMSS) += xt_tcpmss.o
|
||||||
obj-$(CONFIG_NETFILTER_XT_MATCH_TIME) += xt_time.o
|
obj-$(CONFIG_NETFILTER_XT_MATCH_TIME) += xt_time.o
|
||||||
obj-$(CONFIG_NETFILTER_XT_MATCH_U32) += xt_u32.o
|
obj-$(CONFIG_NETFILTER_XT_MATCH_U32) += xt_u32.o
|
||||||
|
@ -833,7 +833,7 @@
|
||||||
+MODULE_ALIAS("ipt_portscan");
|
+MODULE_ALIAS("ipt_portscan");
|
||||||
--- a/drivers/char/random.c
|
--- a/drivers/char/random.c
|
||||||
+++ b/drivers/char/random.c
|
+++ b/drivers/char/random.c
|
||||||
@@ -1555,6 +1555,8 @@
|
@@ -1555,6 +1555,8 @@ __u32 secure_tcp_sequence_number(__be32
|
||||||
return seq;
|
return seq;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/net/netfilter/Kconfig
|
--- a/net/netfilter/Kconfig
|
||||||
+++ b/net/netfilter/Kconfig
|
+++ b/net/netfilter/Kconfig
|
||||||
@@ -457,6 +457,23 @@
|
@@ -457,6 +457,23 @@ config NETFILTER_XT_TARGET_CONNSECMARK
|
||||||
|
|
||||||
To compile it as a module, choose M here. If unsure, say N.
|
To compile it as a module, choose M here. If unsure, say N.
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
depends on NETFILTER_XTABLES && (IPV6 || IPV6=n)
|
depends on NETFILTER_XTABLES && (IPV6 || IPV6=n)
|
||||||
--- a/net/netfilter/Makefile
|
--- a/net/netfilter/Makefile
|
||||||
+++ b/net/netfilter/Makefile
|
+++ b/net/netfilter/Makefile
|
||||||
@@ -48,6 +48,7 @@
|
@@ -48,6 +48,7 @@ obj-$(CONFIG_NETFILTER_XT_TARGET_NFQUEUE
|
||||||
obj-$(CONFIG_NETFILTER_XT_TARGET_NOTRACK) += xt_NOTRACK.o
|
obj-$(CONFIG_NETFILTER_XT_TARGET_NOTRACK) += xt_NOTRACK.o
|
||||||
obj-$(CONFIG_NETFILTER_XT_TARGET_RATEEST) += xt_RATEEST.o
|
obj-$(CONFIG_NETFILTER_XT_TARGET_RATEEST) += xt_RATEEST.o
|
||||||
obj-$(CONFIG_NETFILTER_XT_TARGET_SECMARK) += xt_SECMARK.o
|
obj-$(CONFIG_NETFILTER_XT_TARGET_SECMARK) += xt_SECMARK.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/net/netfilter/Kconfig
|
--- a/net/netfilter/Kconfig
|
||||||
+++ b/net/netfilter/Kconfig
|
+++ b/net/netfilter/Kconfig
|
||||||
@@ -165,7 +165,7 @@
|
@@ -165,7 +165,7 @@ config NF_CONNTRACK_FTP
|
||||||
|
|
||||||
config NF_CONNTRACK_H323
|
config NF_CONNTRACK_H323
|
||||||
tristate "H.323 protocol support"
|
tristate "H.323 protocol support"
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
depends on NETFILTER_ADVANCED
|
depends on NETFILTER_ADVANCED
|
||||||
help
|
help
|
||||||
H.323 is a VoIP signalling protocol from ITU-T. As one of the most
|
H.323 is a VoIP signalling protocol from ITU-T. As one of the most
|
||||||
@@ -476,7 +476,7 @@
|
@@ -476,7 +476,7 @@ config NETFILTER_XT_TARGET_TARPIT
|
||||||
|
|
||||||
config NETFILTER_XT_TARGET_TCPMSS
|
config NETFILTER_XT_TARGET_TCPMSS
|
||||||
tristate '"TCPMSS" target support'
|
tristate '"TCPMSS" target support'
|
||||||
|
|
|
@ -294,7 +294,7 @@
|
||||||
+#endif /* _NETFILTER_MIME_H */
|
+#endif /* _NETFILTER_MIME_H */
|
||||||
--- a/net/ipv4/netfilter/Makefile
|
--- a/net/ipv4/netfilter/Makefile
|
||||||
+++ b/net/ipv4/netfilter/Makefile
|
+++ b/net/ipv4/netfilter/Makefile
|
||||||
@@ -23,6 +23,7 @@
|
@@ -23,6 +23,7 @@ obj-$(CONFIG_NF_NAT_AMANDA) += nf_nat_am
|
||||||
obj-$(CONFIG_NF_NAT_FTP) += nf_nat_ftp.o
|
obj-$(CONFIG_NF_NAT_FTP) += nf_nat_ftp.o
|
||||||
obj-$(CONFIG_NF_NAT_H323) += nf_nat_h323.o
|
obj-$(CONFIG_NF_NAT_H323) += nf_nat_h323.o
|
||||||
obj-$(CONFIG_NF_NAT_IRC) += nf_nat_irc.o
|
obj-$(CONFIG_NF_NAT_IRC) += nf_nat_irc.o
|
||||||
|
@ -304,7 +304,7 @@
|
||||||
obj-$(CONFIG_NF_NAT_SNMP_BASIC) += nf_nat_snmp_basic.o
|
obj-$(CONFIG_NF_NAT_SNMP_BASIC) += nf_nat_snmp_basic.o
|
||||||
--- a/net/netfilter/Kconfig
|
--- a/net/netfilter/Kconfig
|
||||||
+++ b/net/netfilter/Kconfig
|
+++ b/net/netfilter/Kconfig
|
||||||
@@ -278,6 +278,16 @@
|
@@ -278,6 +278,16 @@ config NF_CONNTRACK_TFTP
|
||||||
|
|
||||||
To compile it as a module, choose M here. If unsure, say N.
|
To compile it as a module, choose M here. If unsure, say N.
|
||||||
|
|
||||||
|
@ -323,7 +323,7 @@
|
||||||
depends on NF_CONNTRACK
|
depends on NF_CONNTRACK
|
||||||
--- a/net/netfilter/Makefile
|
--- a/net/netfilter/Makefile
|
||||||
+++ b/net/netfilter/Makefile
|
+++ b/net/netfilter/Makefile
|
||||||
@@ -33,6 +33,7 @@
|
@@ -33,6 +33,7 @@ obj-$(CONFIG_NF_CONNTRACK_PPTP) += nf_co
|
||||||
obj-$(CONFIG_NF_CONNTRACK_SANE) += nf_conntrack_sane.o
|
obj-$(CONFIG_NF_CONNTRACK_SANE) += nf_conntrack_sane.o
|
||||||
obj-$(CONFIG_NF_CONNTRACK_SIP) += nf_conntrack_sip.o
|
obj-$(CONFIG_NF_CONNTRACK_SIP) += nf_conntrack_sip.o
|
||||||
obj-$(CONFIG_NF_CONNTRACK_TFTP) += nf_conntrack_tftp.o
|
obj-$(CONFIG_NF_CONNTRACK_TFTP) += nf_conntrack_tftp.o
|
||||||
|
@ -333,7 +333,7 @@
|
||||||
obj-$(CONFIG_NETFILTER_XTABLES) += x_tables.o xt_tcpudp.o
|
obj-$(CONFIG_NETFILTER_XTABLES) += x_tables.o xt_tcpudp.o
|
||||||
--- a/net/ipv4/netfilter/Kconfig
|
--- a/net/ipv4/netfilter/Kconfig
|
||||||
+++ b/net/ipv4/netfilter/Kconfig
|
+++ b/net/ipv4/netfilter/Kconfig
|
||||||
@@ -303,6 +303,11 @@
|
@@ -303,6 +303,11 @@ config NF_NAT_IRC
|
||||||
depends on IP_NF_IPTABLES && NF_CONNTRACK && NF_NAT
|
depends on IP_NF_IPTABLES && NF_CONNTRACK && NF_NAT
|
||||||
default NF_NAT && NF_CONNTRACK_IRC
|
default NF_NAT && NF_CONNTRACK_IRC
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/include/linux/pkt_sched.h
|
--- a/include/linux/pkt_sched.h
|
||||||
+++ b/include/linux/pkt_sched.h
|
+++ b/include/linux/pkt_sched.h
|
||||||
@@ -173,8 +173,37 @@
|
@@ -173,8 +173,37 @@ struct tc_sfq_xstats
|
||||||
*
|
*
|
||||||
* The only reason for this is efficiency, it is possible
|
* The only reason for this is efficiency, it is possible
|
||||||
* to change these parameters in compile time.
|
* to change these parameters in compile time.
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
enum
|
enum
|
||||||
--- a/net/sched/Kconfig
|
--- a/net/sched/Kconfig
|
||||||
+++ b/net/sched/Kconfig
|
+++ b/net/sched/Kconfig
|
||||||
@@ -128,6 +128,37 @@
|
@@ -128,6 +128,37 @@ config NET_SCH_SFQ
|
||||||
To compile this code as a module, choose M here: the
|
To compile this code as a module, choose M here: the
|
||||||
module will be called sch_sfq.
|
module will be called sch_sfq.
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
---help---
|
---help---
|
||||||
--- a/net/sched/Makefile
|
--- a/net/sched/Makefile
|
||||||
+++ b/net/sched/Makefile
|
+++ b/net/sched/Makefile
|
||||||
@@ -23,6 +23,7 @@
|
@@ -23,6 +23,7 @@ obj-$(CONFIG_NET_SCH_GRED) += sch_gred.o
|
||||||
obj-$(CONFIG_NET_SCH_INGRESS) += sch_ingress.o
|
obj-$(CONFIG_NET_SCH_INGRESS) += sch_ingress.o
|
||||||
obj-$(CONFIG_NET_SCH_DSMARK) += sch_dsmark.o
|
obj-$(CONFIG_NET_SCH_DSMARK) += sch_dsmark.o
|
||||||
obj-$(CONFIG_NET_SCH_SFQ) += sch_sfq.o
|
obj-$(CONFIG_NET_SCH_SFQ) += sch_sfq.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/arch/mips/Makefile
|
--- a/arch/mips/Makefile
|
||||||
+++ b/arch/mips/Makefile
|
+++ b/arch/mips/Makefile
|
||||||
@@ -577,6 +577,9 @@
|
@@ -577,6 +577,9 @@ core-$(CONFIG_TOSHIBA_RBTX4927) += arch/
|
||||||
#
|
#
|
||||||
core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/
|
core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/jffs2/build.c
|
--- a/fs/jffs2/build.c
|
||||||
+++ b/fs/jffs2/build.c
|
+++ b/fs/jffs2/build.c
|
||||||
@@ -111,6 +111,17 @@
|
@@ -111,6 +111,17 @@ static int jffs2_build_filesystem(struct
|
||||||
dbg_fsbuild("scanned flash completely\n");
|
dbg_fsbuild("scanned flash completely\n");
|
||||||
jffs2_dbg_dump_block_lists_nolock(c);
|
jffs2_dbg_dump_block_lists_nolock(c);
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
/* Now scan the directory tree, increasing nlink according to every dirent found. */
|
/* Now scan the directory tree, increasing nlink according to every dirent found. */
|
||||||
--- a/fs/jffs2/scan.c
|
--- a/fs/jffs2/scan.c
|
||||||
+++ b/fs/jffs2/scan.c
|
+++ b/fs/jffs2/scan.c
|
||||||
@@ -72,7 +72,7 @@
|
@@ -72,7 +72,7 @@ static int file_dirty(struct jffs2_sb_in
|
||||||
return ret;
|
return ret;
|
||||||
if ((ret = jffs2_scan_dirty_space(c, jeb, jeb->free_size)))
|
if ((ret = jffs2_scan_dirty_space(c, jeb, jeb->free_size)))
|
||||||
return ret;
|
return ret;
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
think it's recoverable now. */
|
think it's recoverable now. */
|
||||||
jeb->dirty_size += jeb->wasted_size;
|
jeb->dirty_size += jeb->wasted_size;
|
||||||
c->dirty_size += jeb->wasted_size;
|
c->dirty_size += jeb->wasted_size;
|
||||||
@@ -144,8 +144,11 @@
|
@@ -144,8 +144,11 @@ int jffs2_scan_medium(struct jffs2_sb_in
|
||||||
/* reset summary info for next eraseblock scan */
|
/* reset summary info for next eraseblock scan */
|
||||||
jffs2_sum_reset_collected(s);
|
jffs2_sum_reset_collected(s);
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto out;
|
goto out;
|
||||||
@@ -400,7 +403,7 @@
|
@@ -400,7 +403,7 @@ static int jffs2_scan_xref_node(struct j
|
||||||
if (!ref)
|
if (!ref)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
* and AFTER xattr_ref is marked as a dead xref,
|
* and AFTER xattr_ref is marked as a dead xref,
|
||||||
* ref->xid is used to store 32bit xid, xd is not used
|
* ref->xid is used to store 32bit xid, xd is not used
|
||||||
* ref->ino is used to store 32bit inode-number, ic is not used
|
* ref->ino is used to store 32bit inode-number, ic is not used
|
||||||
@@ -473,7 +476,7 @@
|
@@ -473,7 +476,7 @@ static int jffs2_scan_eraseblock (struct
|
||||||
struct jffs2_sum_marker *sm;
|
struct jffs2_sum_marker *sm;
|
||||||
void *sumptr = NULL;
|
void *sumptr = NULL;
|
||||||
uint32_t sumlen;
|
uint32_t sumlen;
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
if (!buf_size) {
|
if (!buf_size) {
|
||||||
/* XIP case. Just look, point at the summary if it's there */
|
/* XIP case. Just look, point at the summary if it's there */
|
||||||
sm = (void *)buf + c->sector_size - sizeof(*sm);
|
sm = (void *)buf + c->sector_size - sizeof(*sm);
|
||||||
@@ -489,9 +492,9 @@
|
@@ -489,9 +492,9 @@ static int jffs2_scan_eraseblock (struct
|
||||||
buf_len = sizeof(*sm);
|
buf_len = sizeof(*sm);
|
||||||
|
|
||||||
/* Read as much as we want into the _end_ of the preallocated buffer */
|
/* Read as much as we want into the _end_ of the preallocated buffer */
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
if (err)
|
if (err)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
@@ -510,9 +513,9 @@
|
@@ -510,9 +513,9 @@ static int jffs2_scan_eraseblock (struct
|
||||||
}
|
}
|
||||||
if (buf_len < sumlen) {
|
if (buf_len < sumlen) {
|
||||||
/* Need to read more so that the entire summary node is present */
|
/* Need to read more so that the entire summary node is present */
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
if (err)
|
if (err)
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
@@ -525,7 +528,7 @@
|
@@ -525,7 +528,7 @@ static int jffs2_scan_eraseblock (struct
|
||||||
|
|
||||||
if (buf_size && sumlen > buf_size)
|
if (buf_size && sumlen > buf_size)
|
||||||
kfree(sumptr);
|
kfree(sumptr);
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
If it returns positive, that's a block classification
|
If it returns positive, that's a block classification
|
||||||
(i.e. BLK_STATE_xxx) so return that too.
|
(i.e. BLK_STATE_xxx) so return that too.
|
||||||
If it returns zero, fall through to full scan. */
|
If it returns zero, fall through to full scan. */
|
||||||
@@ -546,6 +549,17 @@
|
@@ -546,6 +549,17 @@ static int jffs2_scan_eraseblock (struct
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
/* We temporarily use 'ofs' as a pointer into the buffer/jeb */
|
/* We temporarily use 'ofs' as a pointer into the buffer/jeb */
|
||||||
ofs = 0;
|
ofs = 0;
|
||||||
|
|
||||||
@@ -671,7 +685,7 @@
|
@@ -671,7 +685,7 @@ scan_more:
|
||||||
scan_end = buf_len;
|
scan_end = buf_len;
|
||||||
goto more_empty;
|
goto more_empty;
|
||||||
}
|
}
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
/* See how much more there is to read in this eraseblock... */
|
/* See how much more there is to read in this eraseblock... */
|
||||||
buf_len = min_t(uint32_t, buf_size, jeb->offset + c->sector_size - ofs);
|
buf_len = min_t(uint32_t, buf_size, jeb->offset + c->sector_size - ofs);
|
||||||
if (!buf_len) {
|
if (!buf_len) {
|
||||||
@@ -907,7 +921,7 @@
|
@@ -907,7 +921,7 @@ scan_more:
|
||||||
|
|
||||||
D1(printk(KERN_DEBUG "Block at 0x%08x: free 0x%08x, dirty 0x%08x, unchecked 0x%08x, used 0x%08x, wasted 0x%08x\n",
|
D1(printk(KERN_DEBUG "Block at 0x%08x: free 0x%08x, dirty 0x%08x, unchecked 0x%08x, used 0x%08x, wasted 0x%08x\n",
|
||||||
jeb->offset,jeb->free_size, jeb->dirty_size, jeb->unchecked_size, jeb->used_size, jeb->wasted_size));
|
jeb->offset,jeb->free_size, jeb->dirty_size, jeb->unchecked_size, jeb->used_size, jeb->wasted_size));
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/r8169.c
|
--- a/drivers/net/r8169.c
|
||||||
+++ b/drivers/net/r8169.c
|
+++ b/drivers/net/r8169.c
|
||||||
@@ -1519,7 +1519,7 @@
|
@@ -1519,7 +1519,7 @@ static const struct rtl_cfg_info {
|
||||||
.hw_start = rtl_hw_start_8169,
|
.hw_start = rtl_hw_start_8169,
|
||||||
.region = 1,
|
.region = 1,
|
||||||
.align = 0,
|
.align = 0,
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
RxFIFOOver | TxErr | TxOK | RxOK | RxErr,
|
RxFIFOOver | TxErr | TxOK | RxOK | RxErr,
|
||||||
.napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow,
|
.napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow,
|
||||||
.msi = 0
|
.msi = 0
|
||||||
@@ -1528,7 +1528,7 @@
|
@@ -1528,7 +1528,7 @@ static const struct rtl_cfg_info {
|
||||||
.hw_start = rtl_hw_start_8168,
|
.hw_start = rtl_hw_start_8168,
|
||||||
.region = 2,
|
.region = 2,
|
||||||
.align = 8,
|
.align = 8,
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
TxErr | TxOK | RxOK | RxErr,
|
TxErr | TxOK | RxOK | RxErr,
|
||||||
.napi_event = TxErr | TxOK | RxOK | RxOverflow,
|
.napi_event = TxErr | TxOK | RxOK | RxOverflow,
|
||||||
.msi = RTL_FEATURE_MSI
|
.msi = RTL_FEATURE_MSI
|
||||||
@@ -1537,7 +1537,7 @@
|
@@ -1537,7 +1537,7 @@ static const struct rtl_cfg_info {
|
||||||
.hw_start = rtl_hw_start_8101,
|
.hw_start = rtl_hw_start_8101,
|
||||||
.region = 2,
|
.region = 2,
|
||||||
.align = 8,
|
.align = 8,
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
RxFIFOOver | TxErr | TxOK | RxOK | RxErr,
|
RxFIFOOver | TxErr | TxOK | RxOK | RxErr,
|
||||||
.napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow,
|
.napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow,
|
||||||
.msi = RTL_FEATURE_MSI
|
.msi = RTL_FEATURE_MSI
|
||||||
@@ -2873,10 +2873,12 @@
|
@@ -2873,10 +2873,12 @@ static irqreturn_t rtl8169_interrupt(int
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/Kconfig
|
--- a/fs/Kconfig
|
||||||
+++ b/fs/Kconfig
|
+++ b/fs/Kconfig
|
||||||
@@ -1430,6 +1430,9 @@
|
@@ -1430,6 +1430,9 @@ config VXFS_FS
|
||||||
To compile this as a module, choose M here: the module will be
|
To compile this as a module, choose M here: the module will be
|
||||||
called freevxfs. If unsure, say N.
|
called freevxfs. If unsure, say N.
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
depends on BLOCK
|
depends on BLOCK
|
||||||
--- a/fs/Makefile
|
--- a/fs/Makefile
|
||||||
+++ b/fs/Makefile
|
+++ b/fs/Makefile
|
||||||
@@ -78,6 +78,7 @@
|
@@ -78,6 +78,7 @@ obj-$(CONFIG_SQUASHFS) += squashfs/
|
||||||
obj-y += ramfs/
|
obj-y += ramfs/
|
||||||
obj-$(CONFIG_HUGETLBFS) += hugetlbfs/
|
obj-$(CONFIG_HUGETLBFS) += hugetlbfs/
|
||||||
obj-$(CONFIG_CODA_FS) += coda/
|
obj-$(CONFIG_CODA_FS) += coda/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/mini_fo/main.c
|
--- a/fs/mini_fo/main.c
|
||||||
+++ b/fs/mini_fo/main.c
|
+++ b/fs/mini_fo/main.c
|
||||||
@@ -79,6 +79,7 @@
|
@@ -79,6 +79,7 @@ mini_fo_tri_interpose(dentry_t *hidden_d
|
||||||
* of the new inode's fields
|
* of the new inode's fields
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
/*
|
/*
|
||||||
* original: inode = iget(sb, hidden_inode->i_ino);
|
* original: inode = iget(sb, hidden_inode->i_ino);
|
||||||
*/
|
*/
|
||||||
@@ -87,6 +88,13 @@
|
@@ -87,6 +88,13 @@ mini_fo_tri_interpose(dentry_t *hidden_d
|
||||||
err = -EACCES; /* should be impossible??? */
|
err = -EACCES; /* should be impossible??? */
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* interpose the inode if not already interposed
|
* interpose the inode if not already interposed
|
||||||
@@ -184,9 +192,9 @@
|
@@ -184,9 +192,9 @@ mini_fo_parse_options(super_block_t *sb,
|
||||||
hidden_root = ERR_PTR(err);
|
hidden_root = ERR_PTR(err);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
} else if(!strncmp("sto=", options, 4)) {
|
} else if(!strncmp("sto=", options, 4)) {
|
||||||
/* parse the storage dir */
|
/* parse the storage dir */
|
||||||
@@ -204,9 +212,9 @@
|
@@ -204,9 +212,9 @@ mini_fo_parse_options(super_block_t *sb,
|
||||||
hidden_root2 = ERR_PTR(err);
|
hidden_root2 = ERR_PTR(err);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
/* validate storage dir, this is done in
|
/* validate storage dir, this is done in
|
||||||
--- a/fs/mini_fo/mini_fo.h
|
--- a/fs/mini_fo/mini_fo.h
|
||||||
+++ b/fs/mini_fo/mini_fo.h
|
+++ b/fs/mini_fo/mini_fo.h
|
||||||
@@ -302,6 +302,10 @@
|
@@ -302,6 +302,10 @@ extern int mini_fo_tri_interpose(dentry_
|
||||||
extern int mini_fo_cp_cont(dentry_t *tgt_dentry, struct vfsmount *tgt_mnt,
|
extern int mini_fo_cp_cont(dentry_t *tgt_dentry, struct vfsmount *tgt_mnt,
|
||||||
dentry_t *src_dentry, struct vfsmount *src_mnt);
|
dentry_t *src_dentry, struct vfsmount *src_mnt);
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
|
||||||
extern int mini_fo_create(inode_t *dir, dentry_t *dentry, int mode, struct nameidata *nd);
|
extern int mini_fo_create(inode_t *dir, dentry_t *dentry, int mode, struct nameidata *nd);
|
||||||
|
|
||||||
@@ -501,6 +505,29 @@
|
@@ -501,6 +505,29 @@ static inline void double_unlock(struct
|
||||||
#endif /* if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) */
|
#endif /* if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) */
|
||||||
#endif /* __KERNEL__ */
|
#endif /* __KERNEL__ */
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
*/
|
*/
|
||||||
--- a/fs/mini_fo/super.c
|
--- a/fs/mini_fo/super.c
|
||||||
+++ b/fs/mini_fo/super.c
|
+++ b/fs/mini_fo/super.c
|
||||||
@@ -262,10 +262,31 @@
|
@@ -262,10 +262,31 @@ mini_fo_umount_begin(super_block_t *sb)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
#endif /* defined(FIST_DEBUG) || defined(FIST_FILTER_SCA) */
|
#endif /* defined(FIST_DEBUG) || defined(FIST_FILTER_SCA) */
|
||||||
--- a/fs/mini_fo/aux.c
|
--- a/fs/mini_fo/aux.c
|
||||||
+++ b/fs/mini_fo/aux.c
|
+++ b/fs/mini_fo/aux.c
|
||||||
@@ -164,11 +164,11 @@
|
@@ -164,11 +164,11 @@ dentry_t *bpath_walk(super_block_t *sb,
|
||||||
err = vfs_path_lookup(mnt->mnt_root, mnt, bpath+1, 0, &nd);
|
err = vfs_path_lookup(mnt->mnt_root, mnt, bpath+1, 0, &nd);
|
||||||
|
|
||||||
/* validate */
|
/* validate */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/mini_fo/meta.c
|
--- a/fs/mini_fo/meta.c
|
||||||
+++ b/fs/mini_fo/meta.c
|
+++ b/fs/mini_fo/meta.c
|
||||||
@@ -442,6 +442,11 @@
|
@@ -442,6 +442,11 @@ int meta_write_d_entry(dentry_t *dentry,
|
||||||
S_IRUSR | S_IWUSR);
|
S_IRUSR | S_IWUSR);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
/* open META-file for writing */
|
/* open META-file for writing */
|
||||||
meta_file = dentry_open(meta_dentry, meta_mnt, 0x1);
|
meta_file = dentry_open(meta_dentry, meta_mnt, 0x1);
|
||||||
if(!meta_file || IS_ERR(meta_file)) {
|
if(!meta_file || IS_ERR(meta_file)) {
|
||||||
@@ -535,6 +540,11 @@
|
@@ -535,6 +540,11 @@ int meta_write_r_entry(dentry_t *dentry,
|
||||||
meta_dentry, S_IRUSR | S_IWUSR);
|
meta_dentry, S_IRUSR | S_IWUSR);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
/* open META-file for writing */
|
/* open META-file for writing */
|
||||||
meta_file = dentry_open(meta_dentry, meta_mnt, 0x1);
|
meta_file = dentry_open(meta_dentry, meta_mnt, 0x1);
|
||||||
if(!meta_file || IS_ERR(meta_file)) {
|
if(!meta_file || IS_ERR(meta_file)) {
|
||||||
@@ -671,14 +681,16 @@
|
@@ -671,14 +681,16 @@ int meta_sync_d_list(dentry_t *dentry, i
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
dput(meta_dentry);
|
dput(meta_dentry);
|
||||||
err = -1;
|
err = -1;
|
||||||
goto out;
|
goto out;
|
||||||
@@ -811,14 +823,16 @@
|
@@ -811,14 +823,16 @@ int meta_sync_r_list(dentry_t *dentry, i
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/mini_fo/super.c
|
--- a/fs/mini_fo/super.c
|
||||||
+++ b/fs/mini_fo/super.c
|
+++ b/fs/mini_fo/super.c
|
||||||
@@ -84,6 +84,7 @@
|
@@ -84,6 +84,7 @@ mini_fo_write_inode(inode_t *inode, int
|
||||||
#endif /* defined(FIST_DEBUG) || defined(FIST_FILTER_SCA) */
|
#endif /* defined(FIST_DEBUG) || defined(FIST_FILTER_SCA) */
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
STATIC void
|
STATIC void
|
||||||
mini_fo_put_inode(inode_t *inode)
|
mini_fo_put_inode(inode_t *inode)
|
||||||
{
|
{
|
||||||
@@ -99,6 +100,7 @@
|
@@ -99,6 +100,7 @@ mini_fo_put_inode(inode_t *inode)
|
||||||
if (atomic_read(&inode->i_count) == 1)
|
if (atomic_read(&inode->i_count) == 1)
|
||||||
inode->i_nlink = 0;
|
inode->i_nlink = 0;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
#if defined(FIST_DEBUG) || defined(FIST_FILTER_SCA)
|
#if defined(FIST_DEBUG) || defined(FIST_FILTER_SCA)
|
||||||
@@ -238,7 +240,7 @@
|
@@ -238,7 +240,7 @@ mini_fo_clear_inode(inode_t *inode)
|
||||||
* dies.
|
* dies.
|
||||||
*/
|
*/
|
||||||
STATIC void
|
STATIC void
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
mini_fo_umount_begin(struct vfsmount *mnt, int flags)
|
mini_fo_umount_begin(struct vfsmount *mnt, int flags)
|
||||||
{
|
{
|
||||||
struct vfsmount *hidden_mnt;
|
struct vfsmount *hidden_mnt;
|
||||||
@@ -290,7 +292,9 @@
|
@@ -290,7 +292,9 @@ struct super_operations mini_fo_sops =
|
||||||
#if defined(FIST_DEBUG) || defined(FIST_FILTER_SCA)
|
#if defined(FIST_DEBUG) || defined(FIST_FILTER_SCA)
|
||||||
write_inode: mini_fo_write_inode,
|
write_inode: mini_fo_write_inode,
|
||||||
#endif /* defined(FIST_DEBUG) || defined(FIST_FILTER_SCA) */
|
#endif /* defined(FIST_DEBUG) || defined(FIST_FILTER_SCA) */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/mini_fo/inode.c
|
--- a/fs/mini_fo/inode.c
|
||||||
+++ b/fs/mini_fo/inode.c
|
+++ b/fs/mini_fo/inode.c
|
||||||
@@ -439,7 +439,7 @@
|
@@ -439,7 +439,7 @@ mini_fo_symlink(inode_t *dir, dentry_t *
|
||||||
int err=0;
|
int err=0;
|
||||||
dentry_t *hidden_sto_dentry;
|
dentry_t *hidden_sto_dentry;
|
||||||
dentry_t *hidden_sto_dir_dentry;
|
dentry_t *hidden_sto_dir_dentry;
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
umode_t mode;
|
umode_t mode;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -466,7 +466,7 @@
|
@@ -466,7 +466,7 @@ mini_fo_symlink(inode_t *dir, dentry_t *
|
||||||
down(&hidden_sto_dir_dentry->d_inode->i_sem);
|
down(&hidden_sto_dir_dentry->d_inode->i_sem);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
mode = S_IALLUGO;
|
mode = S_IALLUGO;
|
||||||
err = vfs_symlink(hidden_sto_dir_dentry->d_inode,
|
err = vfs_symlink(hidden_sto_dir_dentry->d_inode,
|
||||||
hidden_sto_dentry, symname, mode);
|
hidden_sto_dentry, symname, mode);
|
||||||
@@ -1128,7 +1128,7 @@
|
@@ -1128,7 +1128,7 @@ void mini_fo_put_link(struct dentry *den
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
STATIC int
|
STATIC int
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
mini_fo_permission(inode_t *inode, int mask, struct nameidata *nd)
|
mini_fo_permission(inode_t *inode, int mask, struct nameidata *nd)
|
||||||
#else
|
#else
|
||||||
mini_fo_permission(inode_t *inode, int mask)
|
mini_fo_permission(inode_t *inode, int mask)
|
||||||
@@ -1150,8 +1150,9 @@
|
@@ -1150,8 +1150,9 @@ mini_fo_permission(inode_t *inode, int m
|
||||||
* if (err)
|
* if (err)
|
||||||
* goto out;
|
* goto out;
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/lib/kobject_uevent.c
|
--- a/lib/kobject_uevent.c
|
||||||
+++ b/lib/kobject_uevent.c
|
+++ b/lib/kobject_uevent.c
|
||||||
@@ -29,7 +29,8 @@
|
@@ -29,7 +29,8 @@ u64 uevent_seqnum;
|
||||||
char uevent_helper[UEVENT_HELPER_PATH_LEN] = CONFIG_UEVENT_HELPER_PATH;
|
char uevent_helper[UEVENT_HELPER_PATH_LEN] = CONFIG_UEVENT_HELPER_PATH;
|
||||||
static DEFINE_SPINLOCK(sequence_lock);
|
static DEFINE_SPINLOCK(sequence_lock);
|
||||||
#if defined(CONFIG_NET)
|
#if defined(CONFIG_NET)
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* the strings here must match the enum in include/linux/kobject.h */
|
/* the strings here must match the enum in include/linux/kobject.h */
|
||||||
@@ -42,6 +43,18 @@
|
@@ -42,6 +43,18 @@ static const char *kobject_actions[] = {
|
||||||
[KOBJ_OFFLINE] = "offline",
|
[KOBJ_OFFLINE] = "offline",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
/**
|
/**
|
||||||
* kobject_action_type - translate action string to numeric type
|
* kobject_action_type - translate action string to numeric type
|
||||||
*
|
*
|
||||||
@@ -194,9 +207,7 @@
|
@@ -194,9 +207,7 @@ int kobject_uevent_env(struct kobject *k
|
||||||
kobj->state_remove_uevent_sent = 1;
|
kobj->state_remove_uevent_sent = 1;
|
||||||
|
|
||||||
/* we will send an event, so request a new sequence number */
|
/* we will send an event, so request a new sequence number */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/sound/core/Kconfig
|
--- a/sound/core/Kconfig
|
||||||
+++ b/sound/core/Kconfig
|
+++ b/sound/core/Kconfig
|
||||||
@@ -7,7 +7,7 @@
|
@@ -7,7 +7,7 @@ config SND_PCM
|
||||||
select SND_TIMER
|
select SND_TIMER
|
||||||
|
|
||||||
config SND_HWDEP
|
config SND_HWDEP
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/leds/Kconfig
|
--- a/drivers/leds/Kconfig
|
||||||
+++ b/drivers/leds/Kconfig
|
+++ b/drivers/leds/Kconfig
|
||||||
@@ -206,4 +206,8 @@
|
@@ -206,4 +206,8 @@ config LEDS_TRIGGER_DEFAULT_ON
|
||||||
This allows LEDs to be initialised in the ON state.
|
This allows LEDs to be initialised in the ON state.
|
||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
endif # NEW_LEDS
|
endif # NEW_LEDS
|
||||||
--- a/drivers/leds/Makefile
|
--- a/drivers/leds/Makefile
|
||||||
+++ b/drivers/leds/Makefile
|
+++ b/drivers/leds/Makefile
|
||||||
@@ -29,3 +29,4 @@
|
@@ -29,3 +29,4 @@ obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledt
|
||||||
obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o
|
obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o
|
||||||
obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o
|
obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o
|
||||||
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
|
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/leds/Kconfig
|
--- a/drivers/leds/Kconfig
|
||||||
+++ b/drivers/leds/Kconfig
|
+++ b/drivers/leds/Kconfig
|
||||||
@@ -77,6 +77,12 @@
|
@@ -77,6 +77,12 @@ config LEDS_WRAP
|
||||||
help
|
help
|
||||||
This option enables support for the PCEngines WRAP programmable LEDs.
|
This option enables support for the PCEngines WRAP programmable LEDs.
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
depends on LEDS_CLASS && ARCH_H1940
|
depends on LEDS_CLASS && ARCH_H1940
|
||||||
--- a/drivers/leds/Makefile
|
--- a/drivers/leds/Makefile
|
||||||
+++ b/drivers/leds/Makefile
|
+++ b/drivers/leds/Makefile
|
||||||
@@ -13,6 +13,7 @@
|
@@ -13,6 +13,7 @@ obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c2
|
||||||
obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o
|
obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o
|
||||||
obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o
|
obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o
|
||||||
obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o
|
obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/leds/Kconfig
|
--- a/drivers/leds/Kconfig
|
||||||
+++ b/drivers/leds/Kconfig
|
+++ b/drivers/leds/Kconfig
|
||||||
@@ -216,4 +216,11 @@
|
@@ -216,4 +216,11 @@ config LEDS_TRIGGER_MORSE
|
||||||
tristate "LED Morse Trigger"
|
tristate "LED Morse Trigger"
|
||||||
depends on LEDS_TRIGGERS
|
depends on LEDS_TRIGGERS
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
endif # NEW_LEDS
|
endif # NEW_LEDS
|
||||||
--- a/drivers/leds/Makefile
|
--- a/drivers/leds/Makefile
|
||||||
+++ b/drivers/leds/Makefile
|
+++ b/drivers/leds/Makefile
|
||||||
@@ -31,3 +31,4 @@
|
@@ -31,3 +31,4 @@ obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += l
|
||||||
obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o
|
obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o
|
||||||
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
|
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
|
||||||
obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o
|
obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/input/misc/Kconfig
|
--- a/drivers/input/misc/Kconfig
|
||||||
+++ b/drivers/input/misc/Kconfig
|
+++ b/drivers/input/misc/Kconfig
|
||||||
@@ -207,4 +207,20 @@
|
@@ -207,4 +207,20 @@ config HP_SDC_RTC
|
||||||
Say Y here if you want to support the built-in real time clock
|
Say Y here if you want to support the built-in real time clock
|
||||||
of the HP SDC controller.
|
of the HP SDC controller.
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
endif
|
endif
|
||||||
--- a/drivers/input/misc/Makefile
|
--- a/drivers/input/misc/Makefile
|
||||||
+++ b/drivers/input/misc/Makefile
|
+++ b/drivers/input/misc/Makefile
|
||||||
@@ -20,3 +20,4 @@
|
@@ -20,3 +20,4 @@ obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.
|
||||||
obj-$(CONFIG_INPUT_UINPUT) += uinput.o
|
obj-$(CONFIG_INPUT_UINPUT) += uinput.o
|
||||||
obj-$(CONFIG_INPUT_APANEL) += apanel.o
|
obj-$(CONFIG_INPUT_APANEL) += apanel.o
|
||||||
obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o
|
obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/char/Kconfig
|
--- a/drivers/char/Kconfig
|
||||||
+++ b/drivers/char/Kconfig
|
+++ b/drivers/char/Kconfig
|
||||||
@@ -1010,6 +1010,13 @@
|
@@ -1010,6 +1010,13 @@ config CS5535_GPIO
|
||||||
|
|
||||||
If compiled as a module, it will be called cs5535_gpio.
|
If compiled as a module, it will be called cs5535_gpio.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
depends on CPU_VR41XX
|
depends on CPU_VR41XX
|
||||||
--- a/drivers/char/Makefile
|
--- a/drivers/char/Makefile
|
||||||
+++ b/drivers/char/Makefile
|
+++ b/drivers/char/Makefile
|
||||||
@@ -94,6 +94,7 @@
|
@@ -94,6 +94,7 @@ obj-$(CONFIG_SCx200_GPIO) += scx200_gpio
|
||||||
obj-$(CONFIG_PC8736x_GPIO) += pc8736x_gpio.o
|
obj-$(CONFIG_PC8736x_GPIO) += pc8736x_gpio.o
|
||||||
obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o
|
obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o
|
||||||
obj-$(CONFIG_CS5535_GPIO) += cs5535_gpio.o
|
obj-$(CONFIG_CS5535_GPIO) += cs5535_gpio.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/Kconfig
|
--- a/fs/Kconfig
|
||||||
+++ b/fs/Kconfig
|
+++ b/fs/Kconfig
|
||||||
@@ -421,6 +421,7 @@
|
@@ -421,6 +421,7 @@ config FS_POSIX_ACL
|
||||||
|
|
||||||
source "fs/xfs/Kconfig"
|
source "fs/xfs/Kconfig"
|
||||||
source "fs/gfs2/Kconfig"
|
source "fs/gfs2/Kconfig"
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
tristate "OCFS2 file system support"
|
tristate "OCFS2 file system support"
|
||||||
--- a/fs/Makefile
|
--- a/fs/Makefile
|
||||||
+++ b/fs/Makefile
|
+++ b/fs/Makefile
|
||||||
@@ -124,3 +124,4 @@
|
@@ -124,3 +124,4 @@ obj-$(CONFIG_HPPFS) += hppfs/
|
||||||
obj-$(CONFIG_DEBUG_FS) += debugfs/
|
obj-$(CONFIG_DEBUG_FS) += debugfs/
|
||||||
obj-$(CONFIG_OCFS2_FS) += ocfs2/
|
obj-$(CONFIG_OCFS2_FS) += ocfs2/
|
||||||
obj-$(CONFIG_GFS2_FS) += gfs2/
|
obj-$(CONFIG_GFS2_FS) += gfs2/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/yaffs2/yaffs_fs.c
|
--- a/fs/yaffs2/yaffs_fs.c
|
||||||
+++ b/fs/yaffs2/yaffs_fs.c
|
+++ b/fs/yaffs2/yaffs_fs.c
|
||||||
@@ -181,7 +181,13 @@
|
@@ -181,7 +181,13 @@ static int yaffs_statfs(struct super_blo
|
||||||
#else
|
#else
|
||||||
static int yaffs_statfs(struct super_block *sb, struct statfs *buf);
|
static int yaffs_statfs(struct super_block *sb, struct statfs *buf);
|
||||||
#endif
|
#endif
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
static void yaffs_put_inode(struct inode *inode);
|
static void yaffs_put_inode(struct inode *inode);
|
||||||
static void yaffs_delete_inode(struct inode *);
|
static void yaffs_delete_inode(struct inode *);
|
||||||
@@ -284,7 +290,9 @@
|
@@ -284,7 +290,9 @@ static struct file_operations yaffs_dir_
|
||||||
|
|
||||||
static struct super_operations yaffs_super_ops = {
|
static struct super_operations yaffs_super_ops = {
|
||||||
.statfs = yaffs_statfs,
|
.statfs = yaffs_statfs,
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
.put_inode = yaffs_put_inode,
|
.put_inode = yaffs_put_inode,
|
||||||
.put_super = yaffs_put_super,
|
.put_super = yaffs_put_super,
|
||||||
.delete_inode = yaffs_delete_inode,
|
.delete_inode = yaffs_delete_inode,
|
||||||
@@ -844,11 +852,17 @@
|
@@ -844,11 +852,17 @@ struct inode *yaffs_get_inode(struct sup
|
||||||
T(YAFFS_TRACE_OS,
|
T(YAFFS_TRACE_OS,
|
||||||
(KERN_DEBUG "yaffs_get_inode for object %d\n", obj->objectId));
|
(KERN_DEBUG "yaffs_get_inode for object %d\n", obj->objectId));
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
return inode;
|
return inode;
|
||||||
}
|
}
|
||||||
@@ -1427,6 +1441,39 @@
|
@@ -1427,6 +1441,39 @@ static int yaffs_sync_fs(struct super_bl
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
static void yaffs_read_inode(struct inode *inode)
|
static void yaffs_read_inode(struct inode *inode)
|
||||||
{
|
{
|
||||||
/* NB This is called as a side effect of other functions, but
|
/* NB This is called as a side effect of other functions, but
|
||||||
@@ -1448,6 +1495,7 @@
|
@@ -1448,6 +1495,7 @@ static void yaffs_read_inode(struct inod
|
||||||
|
|
||||||
yaffs_GrossUnlock(dev);
|
yaffs_GrossUnlock(dev);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/yaffs2/yaffs_fs.c
|
--- a/fs/yaffs2/yaffs_fs.c
|
||||||
+++ b/fs/yaffs2/yaffs_fs.c
|
+++ b/fs/yaffs2/yaffs_fs.c
|
||||||
@@ -76,6 +76,12 @@
|
@@ -76,6 +76,12 @@ extern const char *yaffs_guts_c_version;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
|
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
|
||||||
#define WRITE_SIZE_STR "writesize"
|
#define WRITE_SIZE_STR "writesize"
|
||||||
#define WRITE_SIZE(mtd) (mtd)->writesize
|
#define WRITE_SIZE(mtd) (mtd)->writesize
|
||||||
@@ -189,7 +195,9 @@
|
@@ -189,7 +195,9 @@ static void yaffs_read_inode(struct inod
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
static void yaffs_delete_inode(struct inode *);
|
static void yaffs_delete_inode(struct inode *);
|
||||||
static void yaffs_clear_inode(struct inode *);
|
static void yaffs_clear_inode(struct inode *);
|
||||||
|
|
||||||
@@ -293,7 +301,9 @@
|
@@ -293,7 +301,9 @@ static struct super_operations yaffs_sup
|
||||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25))
|
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25))
|
||||||
.read_inode = yaffs_read_inode,
|
.read_inode = yaffs_read_inode,
|
||||||
#endif
|
#endif
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
.put_super = yaffs_put_super,
|
.put_super = yaffs_put_super,
|
||||||
.delete_inode = yaffs_delete_inode,
|
.delete_inode = yaffs_delete_inode,
|
||||||
.clear_inode = yaffs_clear_inode,
|
.clear_inode = yaffs_clear_inode,
|
||||||
@@ -437,6 +447,7 @@
|
@@ -437,6 +447,7 @@ static struct dentry *yaffs_lookup(struc
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
/* For now put inode is just for debugging
|
/* For now put inode is just for debugging
|
||||||
* Put inode is called when the inode **structure** is put.
|
* Put inode is called when the inode **structure** is put.
|
||||||
*/
|
*/
|
||||||
@@ -447,6 +458,7 @@
|
@@ -447,6 +458,7 @@ static void yaffs_put_inode(struct inode
|
||||||
atomic_read(&inode->i_count)));
|
atomic_read(&inode->i_count)));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
/* clear is called to tell the fs to release any per-inode data it holds */
|
/* clear is called to tell the fs to release any per-inode data it holds */
|
||||||
static void yaffs_clear_inode(struct inode *inode)
|
static void yaffs_clear_inode(struct inode *inode)
|
||||||
@@ -2279,7 +2291,7 @@
|
@@ -2279,7 +2291,7 @@ static int __init init_yaffs_fs(void)
|
||||||
/* Install the proc_fs entry */
|
/* Install the proc_fs entry */
|
||||||
my_proc_entry = create_proc_entry("yaffs",
|
my_proc_entry = create_proc_entry("yaffs",
|
||||||
S_IRUGO | S_IFREG,
|
S_IRUGO | S_IFREG,
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
if (my_proc_entry) {
|
if (my_proc_entry) {
|
||||||
my_proc_entry->write_proc = yaffs_proc_write;
|
my_proc_entry->write_proc = yaffs_proc_write;
|
||||||
@@ -2325,7 +2337,7 @@
|
@@ -2325,7 +2337,7 @@ static void __exit exit_yaffs_fs(void)
|
||||||
T(YAFFS_TRACE_ALWAYS, ("yaffs " __DATE__ " " __TIME__
|
T(YAFFS_TRACE_ALWAYS, ("yaffs " __DATE__ " " __TIME__
|
||||||
" removing. \n"));
|
" removing. \n"));
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/phy/phy.c
|
--- a/drivers/net/phy/phy.c
|
||||||
+++ b/drivers/net/phy/phy.c
|
+++ b/drivers/net/phy/phy.c
|
||||||
@@ -348,6 +348,50 @@
|
@@ -348,6 +348,50 @@ int phy_ethtool_gset(struct phy_device *
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(phy_ethtool_gset);
|
EXPORT_SYMBOL(phy_ethtool_gset);
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
/**
|
/**
|
||||||
* phy_mii_ioctl - generic PHY MII ioctl interface
|
* phy_mii_ioctl - generic PHY MII ioctl interface
|
||||||
* @phydev: the phy_device struct
|
* @phydev: the phy_device struct
|
||||||
@@ -403,8 +447,8 @@
|
@@ -403,8 +447,8 @@ int phy_mii_ioctl(struct phy_device *phy
|
||||||
}
|
}
|
||||||
|
|
||||||
phy_write(phydev, mii_data->reg_num, val);
|
phy_write(phydev, mii_data->reg_num, val);
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
&& val & BMCR_RESET
|
&& val & BMCR_RESET
|
||||||
&& phydev->drv->config_init) {
|
&& phydev->drv->config_init) {
|
||||||
phy_scan_fixups(phydev);
|
phy_scan_fixups(phydev);
|
||||||
@@ -524,7 +568,7 @@
|
@@ -524,7 +568,7 @@ static void phy_force_reduction(struct p
|
||||||
int idx;
|
int idx;
|
||||||
|
|
||||||
idx = phy_find_setting(phydev->speed, phydev->duplex);
|
idx = phy_find_setting(phydev->speed, phydev->duplex);
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
idx = phy_find_valid(idx, phydev->supported);
|
idx = phy_find_valid(idx, phydev->supported);
|
||||||
--- a/include/linux/phy.h
|
--- a/include/linux/phy.h
|
||||||
+++ b/include/linux/phy.h
|
+++ b/include/linux/phy.h
|
||||||
@@ -434,6 +434,7 @@
|
@@ -434,6 +434,7 @@ void phy_start_machine(struct phy_device
|
||||||
void phy_stop_machine(struct phy_device *phydev);
|
void phy_stop_machine(struct phy_device *phydev);
|
||||||
int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd);
|
int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd);
|
||||||
int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd);
|
int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/phy/mdio_bus.c
|
--- a/drivers/net/phy/mdio_bus.c
|
||||||
+++ b/drivers/net/phy/mdio_bus.c
|
+++ b/drivers/net/phy/mdio_bus.c
|
||||||
@@ -135,6 +135,9 @@
|
@@ -135,6 +135,9 @@ static int mdio_bus_match(struct device
|
||||||
struct phy_device *phydev = to_phy_device(dev);
|
struct phy_device *phydev = to_phy_device(dev);
|
||||||
struct phy_driver *phydrv = to_phy_driver(drv);
|
struct phy_driver *phydrv = to_phy_driver(drv);
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
}
|
}
|
||||||
--- a/include/linux/phy.h
|
--- a/include/linux/phy.h
|
||||||
+++ b/include/linux/phy.h
|
+++ b/include/linux/phy.h
|
||||||
@@ -339,6 +339,11 @@
|
@@ -339,6 +339,11 @@ struct phy_driver {
|
||||||
u32 features;
|
u32 features;
|
||||||
u32 flags;
|
u32 flags;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/phy/Kconfig
|
--- a/drivers/net/phy/Kconfig
|
||||||
+++ b/drivers/net/phy/Kconfig
|
+++ b/drivers/net/phy/Kconfig
|
||||||
@@ -66,6 +66,11 @@
|
@@ -66,6 +66,11 @@ config REALTEK_PHY
|
||||||
---help---
|
---help---
|
||||||
Supports the Realtek 821x PHY.
|
Supports the Realtek 821x PHY.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
depends on PHYLIB=y
|
depends on PHYLIB=y
|
||||||
--- a/drivers/net/phy/Makefile
|
--- a/drivers/net/phy/Makefile
|
||||||
+++ b/drivers/net/phy/Makefile
|
+++ b/drivers/net/phy/Makefile
|
||||||
@@ -12,6 +12,7 @@
|
@@ -12,6 +12,7 @@ obj-$(CONFIG_SMSC_PHY) += smsc.o
|
||||||
obj-$(CONFIG_VITESSE_PHY) += vitesse.o
|
obj-$(CONFIG_VITESSE_PHY) += vitesse.o
|
||||||
obj-$(CONFIG_BROADCOM_PHY) += broadcom.o
|
obj-$(CONFIG_BROADCOM_PHY) += broadcom.o
|
||||||
obj-$(CONFIG_ICPLUS_PHY) += icplus.o
|
obj-$(CONFIG_ICPLUS_PHY) += icplus.o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/phy/phy_device.c
|
--- a/drivers/net/phy/phy_device.c
|
||||||
+++ b/drivers/net/phy/phy_device.c
|
+++ b/drivers/net/phy/phy_device.c
|
||||||
@@ -143,6 +143,18 @@
|
@@ -143,6 +143,18 @@ int phy_scan_fixups(struct phy_device *p
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(phy_scan_fixups);
|
EXPORT_SYMBOL(phy_scan_fixups);
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
struct phy_device* phy_device_create(struct mii_bus *bus, int addr, int phy_id)
|
struct phy_device* phy_device_create(struct mii_bus *bus, int addr, int phy_id)
|
||||||
{
|
{
|
||||||
struct phy_device *dev;
|
struct phy_device *dev;
|
||||||
@@ -168,6 +180,8 @@
|
@@ -168,6 +180,8 @@ struct phy_device* phy_device_create(str
|
||||||
dev->bus = bus;
|
dev->bus = bus;
|
||||||
|
|
||||||
dev->state = PHY_DOWN;
|
dev->state = PHY_DOWN;
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
--- a/include/linux/phy.h
|
--- a/include/linux/phy.h
|
||||||
+++ b/include/linux/phy.h
|
+++ b/include/linux/phy.h
|
||||||
@@ -309,6 +309,17 @@
|
@@ -309,6 +309,17 @@ struct phy_device {
|
||||||
void (*adjust_link)(struct net_device *dev);
|
void (*adjust_link)(struct net_device *dev);
|
||||||
|
|
||||||
void (*adjust_state)(struct net_device *dev);
|
void (*adjust_state)(struct net_device *dev);
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
--- a/include/linux/netdevice.h
|
--- a/include/linux/netdevice.h
|
||||||
+++ b/include/linux/netdevice.h
|
+++ b/include/linux/netdevice.h
|
||||||
@@ -613,6 +613,7 @@
|
@@ -613,6 +613,7 @@ struct net_device
|
||||||
void *ax25_ptr; /* AX.25 specific data */
|
void *ax25_ptr; /* AX.25 specific data */
|
||||||
struct wireless_dev *ieee80211_ptr; /* IEEE 802.11 specific data,
|
struct wireless_dev *ieee80211_ptr; /* IEEE 802.11 specific data,
|
||||||
assign before registering */
|
assign before registering */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/phy/Kconfig
|
--- a/drivers/net/phy/Kconfig
|
||||||
+++ b/drivers/net/phy/Kconfig
|
+++ b/drivers/net/phy/Kconfig
|
||||||
@@ -71,6 +71,12 @@
|
@@ -71,6 +71,12 @@ config ADM6996_PHY
|
||||||
---help---
|
---help---
|
||||||
Currently supports the ADM6996F switch
|
Currently supports the ADM6996F switch
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
depends on PHYLIB=y
|
depends on PHYLIB=y
|
||||||
--- a/drivers/net/phy/Makefile
|
--- a/drivers/net/phy/Makefile
|
||||||
+++ b/drivers/net/phy/Makefile
|
+++ b/drivers/net/phy/Makefile
|
||||||
@@ -13,6 +13,7 @@
|
@@ -13,6 +13,7 @@ obj-$(CONFIG_VITESSE_PHY) += vitesse.o
|
||||||
obj-$(CONFIG_BROADCOM_PHY) += broadcom.o
|
obj-$(CONFIG_BROADCOM_PHY) += broadcom.o
|
||||||
obj-$(CONFIG_ICPLUS_PHY) += icplus.o
|
obj-$(CONFIG_ICPLUS_PHY) += icplus.o
|
||||||
obj-$(CONFIG_ADM6996_PHY) += adm6996.o
|
obj-$(CONFIG_ADM6996_PHY) += adm6996.o
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
/**
|
/**
|
||||||
* mdiobus_register - bring up all the PHYs on a given bus and attach them to bus
|
* mdiobus_register - bring up all the PHYs on a given bus and attach them to bus
|
||||||
* @bus: target mii_bus
|
* @bus: target mii_bus
|
||||||
@@ -85,6 +91,7 @@
|
@@ -85,6 +91,7 @@ int mdiobus_register(struct mii_bus *bus
|
||||||
|
|
||||||
phydev->dev.parent = bus->dev;
|
phydev->dev.parent = bus->dev;
|
||||||
phydev->dev.bus = &mdio_bus_type;
|
phydev->dev.bus = &mdio_bus_type;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/usb/serial/usb-serial.c
|
--- a/drivers/usb/serial/usb-serial.c
|
||||||
+++ b/drivers/usb/serial/usb-serial.c
|
+++ b/drivers/usb/serial/usb-serial.c
|
||||||
@@ -59,6 +59,7 @@
|
@@ -59,6 +59,7 @@ static struct usb_driver usb_serial_driv
|
||||||
drivers depend on it.
|
drivers depend on it.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
static int debug;
|
static int debug;
|
||||||
/* initially all NULL */
|
/* initially all NULL */
|
||||||
static struct usb_serial *serial_table[SERIAL_TTY_MINORS];
|
static struct usb_serial *serial_table[SERIAL_TTY_MINORS];
|
||||||
@@ -835,7 +836,7 @@
|
@@ -835,7 +836,7 @@ int usb_serial_probe(struct usb_interfac
|
||||||
dev_err(&interface->dev, "No free urbs available\n");
|
dev_err(&interface->dev, "No free urbs available\n");
|
||||||
goto probe_error;
|
goto probe_error;
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
port->bulk_in_size = buffer_size;
|
port->bulk_in_size = buffer_size;
|
||||||
port->bulk_in_endpointAddress = endpoint->bEndpointAddress;
|
port->bulk_in_endpointAddress = endpoint->bEndpointAddress;
|
||||||
port->bulk_in_buffer = kmalloc(buffer_size, GFP_KERNEL);
|
port->bulk_in_buffer = kmalloc(buffer_size, GFP_KERNEL);
|
||||||
@@ -1255,3 +1256,5 @@
|
@@ -1255,3 +1256,5 @@ MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
module_param(debug, bool, S_IRUGO | S_IWUSR);
|
module_param(debug, bool, S_IRUGO | S_IWUSR);
|
||||||
MODULE_PARM_DESC(debug, "Debug enabled or not");
|
MODULE_PARM_DESC(debug, "Debug enabled or not");
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/init/main.c
|
--- a/init/main.c
|
||||||
+++ b/init/main.c
|
+++ b/init/main.c
|
||||||
@@ -801,7 +801,7 @@
|
@@ -801,7 +801,7 @@ static int noinline init_post(void)
|
||||||
numa_default_policy();
|
numa_default_policy();
|
||||||
|
|
||||||
if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0)
|
if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0)
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
@@ -228,4 +232,6 @@
|
@@ -228,4 +232,6 @@ struct itimerval {
|
||||||
*/
|
*/
|
||||||
#define TIMER_ABSTIME 0x01
|
#define TIMER_ABSTIME 0x01
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
|
||||||
#define DECLARE_BITMAP(name,bits) \
|
#define DECLARE_BITMAP(name,bits) \
|
||||||
@@ -161,6 +169,8 @@
|
@@ -161,6 +169,8 @@ typedef unsigned long blkcnt_t;
|
||||||
|
|
||||||
#endif /* __KERNEL_STRICT_NAMES */
|
#endif /* __KERNEL_STRICT_NAMES */
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
--- a/scripts/kconfig/Makefile
|
--- a/scripts/kconfig/Makefile
|
||||||
+++ b/scripts/kconfig/Makefile
|
+++ b/scripts/kconfig/Makefile
|
||||||
@@ -93,6 +93,9 @@
|
@@ -93,6 +93,9 @@ check-lxdialog := $(srctree)/$(src)/lxd
|
||||||
# we really need to do so. (Do not call gcc as part of make mrproper)
|
# we really need to do so. (Do not call gcc as part of make mrproper)
|
||||||
HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags)
|
HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags)
|
||||||
HOST_LOADLIBES = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
|
HOST_LOADLIBES = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/net/wireless/hostap/hostap_ap.c
|
--- a/drivers/net/wireless/hostap/hostap_ap.c
|
||||||
+++ b/drivers/net/wireless/hostap/hostap_ap.c
|
+++ b/drivers/net/wireless/hostap/hostap_ap.c
|
||||||
@@ -2397,13 +2397,13 @@
|
@@ -2397,13 +2397,13 @@ int prism2_ap_get_sta_qual(local_info_t
|
||||||
addr[count].sa_family = ARPHRD_ETHER;
|
addr[count].sa_family = ARPHRD_ETHER;
|
||||||
memcpy(addr[count].sa_data, sta->addr, ETH_ALEN);
|
memcpy(addr[count].sa_data, sta->addr, ETH_ALEN);
|
||||||
if (sta->last_rx_silence == 0)
|
if (sta->last_rx_silence == 0)
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
qual[count].updated = sta->last_rx_updated;
|
qual[count].updated = sta->last_rx_updated;
|
||||||
|
|
||||||
sta->last_rx_updated = IW_QUAL_DBM;
|
sta->last_rx_updated = IW_QUAL_DBM;
|
||||||
@@ -2469,13 +2469,13 @@
|
@@ -2469,13 +2469,13 @@ int prism2_ap_translate_scan(struct net_
|
||||||
memset(&iwe, 0, sizeof(iwe));
|
memset(&iwe, 0, sizeof(iwe));
|
||||||
iwe.cmd = IWEVQUAL;
|
iwe.cmd = IWEVQUAL;
|
||||||
if (sta->last_rx_silence == 0)
|
if (sta->last_rx_silence == 0)
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
#endif /* HOSTAP_CONFIG_H */
|
#endif /* HOSTAP_CONFIG_H */
|
||||||
--- a/drivers/net/wireless/hostap/hostap.h
|
--- a/drivers/net/wireless/hostap/hostap.h
|
||||||
+++ b/drivers/net/wireless/hostap/hostap.h
|
+++ b/drivers/net/wireless/hostap/hostap.h
|
||||||
@@ -90,6 +90,7 @@
|
@@ -90,6 +90,7 @@ extern const struct iw_handler_def hosta
|
||||||
extern const struct ethtool_ops prism2_ethtool_ops;
|
extern const struct ethtool_ops prism2_ethtool_ops;
|
||||||
|
|
||||||
int hostap_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
int hostap_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
#endif /* HOSTAP_H */
|
#endif /* HOSTAP_H */
|
||||||
--- a/drivers/net/wireless/hostap/hostap_hw.c
|
--- a/drivers/net/wireless/hostap/hostap_hw.c
|
||||||
+++ b/drivers/net/wireless/hostap/hostap_hw.c
|
+++ b/drivers/net/wireless/hostap/hostap_hw.c
|
||||||
@@ -933,6 +933,7 @@
|
@@ -933,6 +933,7 @@ static int hfa384x_set_rid(struct net_de
|
||||||
prism2_hw_reset(dev);
|
prism2_hw_reset(dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
--- a/drivers/net/wireless/hostap/hostap_info.c
|
--- a/drivers/net/wireless/hostap/hostap_info.c
|
||||||
+++ b/drivers/net/wireless/hostap/hostap_info.c
|
+++ b/drivers/net/wireless/hostap/hostap_info.c
|
||||||
@@ -434,6 +434,11 @@
|
@@ -434,6 +434,11 @@ static void handle_info_queue_linkstatus
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get BSSID if we have a valid AP address */
|
/* Get BSSID if we have a valid AP address */
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
netif_carrier_on(local->ddev);
|
netif_carrier_on(local->ddev);
|
||||||
--- a/drivers/net/wireless/hostap/hostap_ioctl.c
|
--- a/drivers/net/wireless/hostap/hostap_ioctl.c
|
||||||
+++ b/drivers/net/wireless/hostap/hostap_ioctl.c
|
+++ b/drivers/net/wireless/hostap/hostap_ioctl.c
|
||||||
@@ -1502,23 +1502,20 @@
|
@@ -1502,23 +1502,20 @@ static int prism2_txpower_hfa386x_to_dBm
|
||||||
val = 255;
|
val = 255;
|
||||||
|
|
||||||
tmp = val;
|
tmp = val;
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
|
|
||||||
return (unsigned char) tmp;
|
return (unsigned char) tmp;
|
||||||
}
|
}
|
||||||
@@ -4083,3 +4080,35 @@
|
@@ -4083,3 +4080,35 @@ int hostap_ioctl(struct net_device *dev,
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/include/linux/stddef.h
|
--- a/include/linux/stddef.h
|
||||||
+++ b/include/linux/stddef.h
|
+++ b/include/linux/stddef.h
|
||||||
@@ -16,6 +16,7 @@
|
@@ -16,6 +16,7 @@ enum {
|
||||||
false = 0,
|
false = 0,
|
||||||
true = 1
|
true = 1
|
||||||
};
|
};
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#undef offsetof
|
#undef offsetof
|
||||||
#ifdef __compiler_offsetof
|
#ifdef __compiler_offsetof
|
||||||
@@ -23,6 +24,5 @@
|
@@ -23,6 +24,5 @@ enum {
|
||||||
#else
|
#else
|
||||||
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -330,7 +330,7 @@
|
||||||
+MODULE_LICENSE("GPL v2");
|
+MODULE_LICENSE("GPL v2");
|
||||||
--- a/drivers/spi/Kconfig
|
--- a/drivers/spi/Kconfig
|
||||||
+++ b/drivers/spi/Kconfig
|
+++ b/drivers/spi/Kconfig
|
||||||
@@ -100,6 +100,19 @@
|
@@ -100,6 +100,19 @@ config SPI_BUTTERFLY
|
||||||
inexpensive battery powered microcontroller evaluation board.
|
inexpensive battery powered microcontroller evaluation board.
|
||||||
This same cable can be used to flash new firmware.
|
This same cable can be used to flash new firmware.
|
||||||
|
|
||||||
|
@ -352,7 +352,7 @@
|
||||||
depends on ARCH_IMX && EXPERIMENTAL
|
depends on ARCH_IMX && EXPERIMENTAL
|
||||||
--- a/drivers/spi/Makefile
|
--- a/drivers/spi/Makefile
|
||||||
+++ b/drivers/spi/Makefile
|
+++ b/drivers/spi/Makefile
|
||||||
@@ -16,6 +16,7 @@
|
@@ -16,6 +16,7 @@ obj-$(CONFIG_SPI_BFIN) += spi_bfin5xx.
|
||||||
obj-$(CONFIG_SPI_BITBANG) += spi_bitbang.o
|
obj-$(CONFIG_SPI_BITBANG) += spi_bitbang.o
|
||||||
obj-$(CONFIG_SPI_AU1550) += au1550_spi.o
|
obj-$(CONFIG_SPI_AU1550) += au1550_spi.o
|
||||||
obj-$(CONFIG_SPI_BUTTERFLY) += spi_butterfly.o
|
obj-$(CONFIG_SPI_BUTTERFLY) += spi_butterfly.o
|
||||||
|
@ -362,7 +362,7 @@
|
||||||
obj-$(CONFIG_SPI_PXA2XX) += pxa2xx_spi.o
|
obj-$(CONFIG_SPI_PXA2XX) += pxa2xx_spi.o
|
||||||
--- a/MAINTAINERS
|
--- a/MAINTAINERS
|
||||||
+++ b/MAINTAINERS
|
+++ b/MAINTAINERS
|
||||||
@@ -3854,6 +3854,11 @@
|
@@ -3854,6 +3854,11 @@ L: cbe-oss-dev@ozlabs.org
|
||||||
W: http://www.ibm.com/developerworks/power/cell/
|
W: http://www.ibm.com/developerworks/power/cell/
|
||||||
S: Supported
|
S: Supported
|
||||||
|
|
||||||
|
|
|
@ -611,7 +611,7 @@
|
||||||
+module_exit(gpiommc_modexit);
|
+module_exit(gpiommc_modexit);
|
||||||
--- a/drivers/mmc/host/Kconfig
|
--- a/drivers/mmc/host/Kconfig
|
||||||
+++ b/drivers/mmc/host/Kconfig
|
+++ b/drivers/mmc/host/Kconfig
|
||||||
@@ -180,3 +180,28 @@
|
@@ -180,3 +180,28 @@ config MMC_TMIO
|
||||||
help
|
help
|
||||||
This provides support for the SD/MMC cell found in TC6393XB,
|
This provides support for the SD/MMC cell found in TC6393XB,
|
||||||
T7L66XB and also ipaq ASIC3
|
T7L66XB and also ipaq ASIC3
|
||||||
|
@ -642,7 +642,7 @@
|
||||||
+ if configfs is available.
|
+ if configfs is available.
|
||||||
--- a/drivers/mmc/host/Makefile
|
--- a/drivers/mmc/host/Makefile
|
||||||
+++ b/drivers/mmc/host/Makefile
|
+++ b/drivers/mmc/host/Makefile
|
||||||
@@ -22,4 +22,5 @@
|
@@ -22,4 +22,5 @@ obj-$(CONFIG_MMC_SPI) += mmc_spi.o
|
||||||
obj-$(CONFIG_MMC_S3C) += s3cmci.o
|
obj-$(CONFIG_MMC_S3C) += s3cmci.o
|
||||||
obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_cs.o
|
obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_cs.o
|
||||||
obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o
|
obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o
|
||||||
|
@ -824,7 +824,7 @@
|
||||||
+be done automatically.
|
+be done automatically.
|
||||||
--- a/MAINTAINERS
|
--- a/MAINTAINERS
|
||||||
+++ b/MAINTAINERS
|
+++ b/MAINTAINERS
|
||||||
@@ -1833,6 +1833,11 @@
|
@@ -1833,6 +1833,11 @@ L: gigaset307x-common@lists.sourceforge.
|
||||||
W: http://gigaset307x.sourceforge.net/
|
W: http://gigaset307x.sourceforge.net/
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ does not lock access between files.
|
||||||
|
|
||||||
--- a/drivers/mmc/host/gpiommc.c
|
--- a/drivers/mmc/host/gpiommc.c
|
||||||
+++ b/drivers/mmc/host/gpiommc.c
|
+++ b/drivers/mmc/host/gpiommc.c
|
||||||
@@ -143,6 +143,8 @@
|
@@ -143,6 +143,8 @@ struct gpiommc_configfs_device {
|
||||||
struct platform_device *pdev;
|
struct platform_device *pdev;
|
||||||
/* The configuration */
|
/* The configuration */
|
||||||
struct gpiommc_platform_data pdata;
|
struct gpiommc_platform_data pdata;
|
||||||
|
@ -12,7 +12,7 @@ does not lock access between files.
|
||||||
};
|
};
|
||||||
|
|
||||||
#define GPIO_INVALID -1
|
#define GPIO_INVALID -1
|
||||||
@@ -233,6 +235,8 @@
|
@@ -233,6 +235,8 @@ static ssize_t gpiommc_config_attr_show(
|
||||||
unsigned int gpio;
|
unsigned int gpio;
|
||||||
int err = 0;
|
int err = 0;
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ does not lock access between files.
|
||||||
if (attr == &gpiommc_attr_DI) {
|
if (attr == &gpiommc_attr_DI) {
|
||||||
gpio = dev->pdata.pins.gpio_di;
|
gpio = dev->pdata.pins.gpio_di;
|
||||||
if (gpio == GPIO_INVALID)
|
if (gpio == GPIO_INVALID)
|
||||||
@@ -293,6 +297,8 @@
|
@@ -293,6 +297,8 @@ static ssize_t gpiommc_config_attr_show(
|
||||||
WARN_ON(1);
|
WARN_ON(1);
|
||||||
err = -ENOSYS;
|
err = -ENOSYS;
|
||||||
out:
|
out:
|
||||||
|
@ -30,7 +30,7 @@ does not lock access between files.
|
||||||
return err ? err : count;
|
return err ? err : count;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -352,6 +358,8 @@
|
@@ -352,6 +358,8 @@ static ssize_t gpiommc_config_attr_store
|
||||||
int err = -EINVAL;
|
int err = -EINVAL;
|
||||||
unsigned long data;
|
unsigned long data;
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ does not lock access between files.
|
||||||
if (attr == &gpiommc_attr_register) {
|
if (attr == &gpiommc_attr_register) {
|
||||||
err = strict_strtoul(page, 10, &data);
|
err = strict_strtoul(page, 10, &data);
|
||||||
if (err)
|
if (err)
|
||||||
@@ -477,6 +485,8 @@
|
@@ -477,6 +485,8 @@ static ssize_t gpiommc_config_attr_store
|
||||||
WARN_ON(1);
|
WARN_ON(1);
|
||||||
err = -ENOSYS;
|
err = -ENOSYS;
|
||||||
out:
|
out:
|
||||||
|
@ -48,7 +48,7 @@ does not lock access between files.
|
||||||
return err ? err : count;
|
return err ? err : count;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -513,6 +523,7 @@
|
@@ -513,6 +523,7 @@ static struct config_item *gpiommc_make_
|
||||||
if (!dev)
|
if (!dev)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/include/linux/netfilter/xt_sctp.h
|
--- a/include/linux/netfilter/xt_sctp.h
|
||||||
+++ b/include/linux/netfilter/xt_sctp.h
|
+++ b/include/linux/netfilter/xt_sctp.h
|
||||||
@@ -37,54 +37,68 @@
|
@@ -37,54 +37,68 @@ struct xt_sctp_info {
|
||||||
|
|
||||||
#define SCTP_CHUNKMAP_SET(chunkmap, type) \
|
#define SCTP_CHUNKMAP_SET(chunkmap, type) \
|
||||||
do { \
|
do { \
|
||||||
|
|
|
@ -236,7 +236,7 @@
|
||||||
-#endif
|
-#endif
|
||||||
--- a/arch/powerpc/boot/Makefile
|
--- a/arch/powerpc/boot/Makefile
|
||||||
+++ b/arch/powerpc/boot/Makefile
|
+++ b/arch/powerpc/boot/Makefile
|
||||||
@@ -53,7 +53,7 @@
|
@@ -53,7 +53,7 @@ $(addprefix $(obj)/,$(zlib) cuboot-c2k.o
|
||||||
$(addprefix $(obj)/,$(zliblinuxheader)) $(addprefix $(obj)/,$(zlibheader))
|
$(addprefix $(obj)/,$(zliblinuxheader)) $(addprefix $(obj)/,$(zlibheader))
|
||||||
|
|
||||||
src-libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
|
src-libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
gunzip_util.c elf_util.c $(zlib) devtree.c oflib.c ofconsole.c \
|
gunzip_util.c elf_util.c $(zlib) devtree.c oflib.c ofconsole.c \
|
||||||
--- a/arch/powerpc/kernel/prom_init_check.sh
|
--- a/arch/powerpc/kernel/prom_init_check.sh
|
||||||
+++ b/arch/powerpc/kernel/prom_init_check.sh
|
+++ b/arch/powerpc/kernel/prom_init_check.sh
|
||||||
@@ -48,20 +48,6 @@
|
@@ -48,20 +48,6 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -502,7 +502,7 @@
|
||||||
-#endif
|
-#endif
|
||||||
--- a/arch/powerpc/lib/Makefile
|
--- a/arch/powerpc/lib/Makefile
|
||||||
+++ b/arch/powerpc/lib/Makefile
|
+++ b/arch/powerpc/lib/Makefile
|
||||||
@@ -8,7 +8,7 @@
|
@@ -8,7 +8,7 @@ endif
|
||||||
|
|
||||||
obj-y := string.o alloc.o \
|
obj-y := string.o alloc.o \
|
||||||
checksum_$(CONFIG_WORD_SIZE).o
|
checksum_$(CONFIG_WORD_SIZE).o
|
||||||
|
@ -513,7 +513,7 @@
|
||||||
obj-$(CONFIG_PPC64) += copypage_64.o copyuser_64.o \
|
obj-$(CONFIG_PPC64) += copypage_64.o copyuser_64.o \
|
||||||
--- a/arch/powerpc/Makefile
|
--- a/arch/powerpc/Makefile
|
||||||
+++ b/arch/powerpc/Makefile
|
+++ b/arch/powerpc/Makefile
|
||||||
@@ -90,8 +90,6 @@
|
@@ -90,8 +90,6 @@ endif
|
||||||
else
|
else
|
||||||
KBUILD_CFLAGS += $(call cc-option,-mtune=power4)
|
KBUILD_CFLAGS += $(call cc-option,-mtune=power4)
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
struct xt_string_info
|
struct xt_string_info
|
||||||
{
|
{
|
||||||
u_int16_t from_offset;
|
u_int16_t from_offset;
|
||||||
@@ -16,15 +11,7 @@
|
@@ -16,15 +11,7 @@ struct xt_string_info
|
||||||
char algo[XT_STRING_MAX_ALGO_NAME_SIZE];
|
char algo[XT_STRING_MAX_ALGO_NAME_SIZE];
|
||||||
char pattern[XT_STRING_MAX_PATTERN_SIZE];
|
char pattern[XT_STRING_MAX_PATTERN_SIZE];
|
||||||
u_int8_t patlen;
|
u_int8_t patlen;
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
struct ts_config __attribute__((aligned(8))) *config;
|
struct ts_config __attribute__((aligned(8))) *config;
|
||||||
--- a/net/netfilter/xt_string.c
|
--- a/net/netfilter/xt_string.c
|
||||||
+++ b/net/netfilter/xt_string.c
|
+++ b/net/netfilter/xt_string.c
|
||||||
@@ -29,16 +29,12 @@
|
@@ -29,16 +29,12 @@ string_mt(const struct sk_buff *skb, con
|
||||||
{
|
{
|
||||||
const struct xt_string_info *conf = matchinfo;
|
const struct xt_string_info *conf = matchinfo;
|
||||||
struct ts_state state;
|
struct ts_state state;
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#define STRING_TEXT_PRIV(m) ((struct xt_string_info *)(m))
|
#define STRING_TEXT_PRIV(m) ((struct xt_string_info *)(m))
|
||||||
@@ -50,7 +46,6 @@
|
@@ -50,7 +46,6 @@ string_mt_check(const char *tablename, c
|
||||||
{
|
{
|
||||||
struct xt_string_info *conf = matchinfo;
|
struct xt_string_info *conf = matchinfo;
|
||||||
struct ts_config *ts_conf;
|
struct ts_config *ts_conf;
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
/* Damn, can't handle this case properly with iptables... */
|
/* Damn, can't handle this case properly with iptables... */
|
||||||
if (conf->from_offset > conf->to_offset)
|
if (conf->from_offset > conf->to_offset)
|
||||||
@@ -59,15 +54,8 @@
|
@@ -59,15 +54,8 @@ string_mt_check(const char *tablename, c
|
||||||
return false;
|
return false;
|
||||||
if (conf->patlen > XT_STRING_MAX_PATTERN_SIZE)
|
if (conf->patlen > XT_STRING_MAX_PATTERN_SIZE)
|
||||||
return false;
|
return false;
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
if (IS_ERR(ts_conf))
|
if (IS_ERR(ts_conf))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
@@ -84,17 +72,6 @@
|
@@ -84,17 +72,6 @@ static void string_mt_destroy(const stru
|
||||||
static struct xt_match string_mt_reg[] __read_mostly = {
|
static struct xt_match string_mt_reg[] __read_mostly = {
|
||||||
{
|
{
|
||||||
.name = "string",
|
.name = "string",
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
.family = AF_INET,
|
.family = AF_INET,
|
||||||
.checkentry = string_mt_check,
|
.checkentry = string_mt_check,
|
||||||
.match = string_mt,
|
.match = string_mt,
|
||||||
@@ -104,17 +81,6 @@
|
@@ -104,17 +81,6 @@ static struct xt_match string_mt_reg[] _
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "string",
|
.name = "string",
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue