refresh patches

SVN-Revision: 27492
This commit is contained in:
Imre Kaloz 2011-07-06 12:57:51 +00:00
parent 90bd74dd8b
commit a00596924b
7 changed files with 14 additions and 13 deletions

View file

@ -1,6 +1,6 @@
--- a/drivers/mtd/devices/block2mtd.c
+++ b/drivers/mtd/devices/block2mtd.c
@@ -264,10 +264,12 @@ static int _open_bdev(struct block2mtd_d
@@ -264,11 +264,13 @@ static int _open_bdev(struct block2mtd_d
bdev = open_bdev_exclusive(dev->devname, FMODE_READ|FMODE_WRITE, NULL);
#ifndef MODULE
if (IS_ERR(bdev)) {
@ -9,8 +9,9 @@
/* We might not have rootfs mounted at this point. Try
to resolve the device name by other means. */
+ wait_for_device_probe();
- dev_t devt = name_to_dev_t(dev->devname);
+ wait_for_device_probe();
+ devt = name_to_dev_t(dev->devname);
if (devt) {
bdev = open_by_devnum(devt, FMODE_WRITE | FMODE_READ);
}

View file

@ -1,5 +1,5 @@
--- linux-2.6.38.8/drivers/gpio/Kconfig.orig 2011-06-02 19:35:11.000000000 -0600
+++ linux-2.6.38.8/drivers/gpio/Kconfig 2011-06-29 20:05:20.000000000 -0600
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -295,7 +295,7 @@ comment "PCI GPIO expanders:"
config GPIO_CS5535

View file

@ -1,5 +1,5 @@
--- linux-2.6.38.8/drivers/misc/Kconfig.orig 2011-06-02 19:35:11.000000000 -0600
+++ linux-2.6.38.8/drivers/misc/Kconfig 2011-07-02 21:05:01.000000000 -0600
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -224,8 +224,7 @@ config SGI_XP
config CS5535_MFGPT

View file

@ -165,7 +165,7 @@
case UPIO_AU:
case UPIO_DWAPB:
case UPIO_DWAPB32:
@@ -2521,6 +2541,7 @@ static int serial8250_request_std_resour
@@ -2534,6 +2554,7 @@ static int serial8250_request_std_resour
case UPIO_MEM:
case UPIO_DWAPB:
case UPIO_DWAPB32:
@ -173,7 +173,7 @@
if (!up->port.mapbase)
break;
@@ -2559,6 +2580,7 @@ static void serial8250_release_std_resou
@@ -2572,6 +2593,7 @@ static void serial8250_release_std_resou
case UPIO_MEM:
case UPIO_DWAPB:
case UPIO_DWAPB32:
@ -181,7 +181,7 @@
if (!up->port.mapbase)
break;
@@ -3074,6 +3096,7 @@ static int __devinit serial8250_probe(st
@@ -3083,6 +3105,7 @@ static int __devinit serial8250_probe(st
port.set_termios = p->set_termios;
port.pm = p->pm;
port.dev = &dev->dev;
@ -189,7 +189,7 @@
port.irqflags |= irqflag;
ret = serial8250_register_port(&port);
if (ret < 0) {
@@ -3223,6 +3246,7 @@ int serial8250_register_port(struct uart
@@ -3232,6 +3255,7 @@ int serial8250_register_port(struct uart
uart->port.iotype = port->iotype;
uart->port.flags = port->flags | UPF_BOOT_AUTOCONF;
uart->port.mapbase = port->mapbase;

View file

@ -61,7 +61,7 @@
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -448,7 +448,7 @@ config ARCH_IXP4XX
@@ -447,7 +447,7 @@ config ARCH_IXP4XX
bool "IXP4xx-based"
depends on MMU
select CPU_XSCALE