diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-17 12:51:02 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-17 12:51:02 +0000 |
commit | 4f72aeefd8ced794afc203af3fca1be5a6802f71 (patch) | |
tree | c94f0225aafe46c2716aa14d0f53941d81d40b8d /target/linux/lantiq/patches-3.3/0027-SERIAL-MIPS-lantiq-convert-serial-driver-to-clkdev-a.patch | |
parent | d1f448b466341c016f19a878b6faf700aa185887 (diff) |
kernel: update linux 3.3 to 3.3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31336 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.3/0027-SERIAL-MIPS-lantiq-convert-serial-driver-to-clkdev-a.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.3/0027-SERIAL-MIPS-lantiq-convert-serial-driver-to-clkdev-a.patch | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/lantiq/patches-3.3/0027-SERIAL-MIPS-lantiq-convert-serial-driver-to-clkdev-a.patch b/target/linux/lantiq/patches-3.3/0027-SERIAL-MIPS-lantiq-convert-serial-driver-to-clkdev-a.patch index 426dfcf583..10ec3019db 100644 --- a/target/linux/lantiq/patches-3.3/0027-SERIAL-MIPS-lantiq-convert-serial-driver-to-clkdev-a.patch +++ b/target/linux/lantiq/patches-3.3/0027-SERIAL-MIPS-lantiq-convert-serial-driver-to-clkdev-a.patch @@ -12,11 +12,9 @@ Cc: linux-serial@vger.kernel.org drivers/tty/serial/lantiq.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) -diff --git a/drivers/tty/serial/lantiq.c b/drivers/tty/serial/lantiq.c -index 5d25828..1542ad6 100644 --- a/drivers/tty/serial/lantiq.c +++ b/drivers/tty/serial/lantiq.c -@@ -540,6 +540,10 @@ lqasc_request_port(struct uart_port *port) +@@ -540,6 +540,10 @@ lqasc_request_port(struct uart_port *por if (ltq_gpio_request(&pdev->dev, MUXC_SIF_TX_PIN, 3, 1, "asc1-tx")) return -EBUSY; @@ -27,7 +25,7 @@ index 5d25828..1542ad6 100644 } return 0; } -@@ -698,7 +702,7 @@ lqasc_probe(struct platform_device *pdev) +@@ -698,7 +702,7 @@ lqasc_probe(struct platform_device *pdev if (lqasc_port[pdev->id] != NULL) return -EBUSY; @@ -36,6 +34,3 @@ index 5d25828..1542ad6 100644 if (IS_ERR(clk)) { pr_err("failed to get fpi clk\n"); return -ENOENT; --- -1.7.9.1 - |