projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ifxmips] implement gpiolib drivers for core gpio and ebu attached latches
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.32
/
191-cambria_optional_uart.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.32/191-cambria_optional_uart.patch
b/target/linux/ixp4xx/patches-2.6.32/191-cambria_optional_uart.patch
index
e41b7e1
..
0e12f6e
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.32/191-cambria_optional_uart.patch
+++ b/
target/linux/ixp4xx/patches-2.6.32/191-cambria_optional_uart.patch
@@
-165,7
+165,7
@@
#ifdef CONFIG_SERIAL_8250_AU1X00
case UPIO_AU:
#endif
#ifdef CONFIG_SERIAL_8250_AU1X00
case UPIO_AU:
#endif
-@@ -24
51,6 +2471
,7 @@ static int serial8250_request_std_resour
+@@ -24
49,6 +2469
,7 @@ static int serial8250_request_std_resour
case UPIO_MEM32:
case UPIO_MEM:
case UPIO_DWAPB:
case UPIO_MEM32:
case UPIO_MEM:
case UPIO_DWAPB:
@@
-173,7
+173,7
@@
if (!up->port.mapbase)
break;
if (!up->port.mapbase)
break;
-@@ -248
8,6 +2509
,7 @@ static void serial8250_release_std_resou
+@@ -248
6,6 +2507
,7 @@ static void serial8250_release_std_resou
case UPIO_MEM32:
case UPIO_MEM:
case UPIO_DWAPB:
case UPIO_MEM32:
case UPIO_MEM:
case UPIO_DWAPB:
@@
-181,7
+181,7
@@
if (!up->port.mapbase)
break;
if (!up->port.mapbase)
break;
-@@ -29
60,6 +2982
,7 @@ static int __devinit serial8250_probe(st
+@@ -29
58,6 +2980
,7 @@ static int __devinit serial8250_probe(st
port.serial_in = p->serial_in;
port.serial_out = p->serial_out;
port.dev = &dev->dev;
port.serial_in = p->serial_in;
port.serial_out = p->serial_out;
port.dev = &dev->dev;
@@
-189,7
+189,7
@@
if (share_irqs)
port.irqflags |= IRQF_SHARED;
ret = serial8250_register_port(&port);
if (share_irqs)
port.irqflags |= IRQF_SHARED;
ret = serial8250_register_port(&port);
-@@ -31
10,6 +3133
,7 @@ int serial8250_register_port(struct uart
+@@ -31
08,6 +3131
,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;
uart->port.iotype = port->iotype;
uart->port.flags = port->flags | UPF_BOOT_AUTOCONF;
uart->port.mapbase = port->mapbase;
This page took
0.026866 seconds
and
4
git commands to generate.