From e3889bcf7c8ad2eff0eaeb62dbc4c0977a972788 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 12 Apr 2012 12:33:56 +0000 Subject: update 3.2 patches sync with lantiq kernel series SVN-Revision: 31260 --- .../patches-3.2/0011-MIPS-lantiq-fix-early-printk.patch | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'target/linux/lantiq/patches-3.2/0011-MIPS-lantiq-fix-early-printk.patch') diff --git a/target/linux/lantiq/patches-3.2/0011-MIPS-lantiq-fix-early-printk.patch b/target/linux/lantiq/patches-3.2/0011-MIPS-lantiq-fix-early-printk.patch index 1eb29e6ea3..9981322296 100644 --- a/target/linux/lantiq/patches-3.2/0011-MIPS-lantiq-fix-early-printk.patch +++ b/target/linux/lantiq/patches-3.2/0011-MIPS-lantiq-fix-early-printk.patch @@ -1,7 +1,7 @@ -From 68e9e86dda22c491e5e3c44271a91aefcf636434 Mon Sep 17 00:00:00 2001 +From 993160b530efe9b0d3f0bc4551954a4c3344beeb Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 20 Aug 2011 18:55:13 +0200 -Subject: [PATCH 11/70] MIPS: lantiq: fix early printk +Subject: [PATCH 11/73] MIPS: lantiq: fix early printk The code was using a 32bit write operations in the early_printk code. This resulted in 3 zero bytes also being written to the serial port. This patch @@ -14,6 +14,8 @@ Signed-off-by: John Crispin arch/mips/lantiq/early_printk.c | 14 ++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) +diff --git a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h +index 87f6d24..e31f52d 100644 --- a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h +++ b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h @@ -34,6 +34,12 @@ @@ -29,6 +31,8 @@ Signed-off-by: John Crispin /* RCU - reset control unit */ #define LTQ_RCU_BASE_ADDR 0x1F203000 #define LTQ_RCU_SIZE 0x1000 +diff --git a/arch/mips/lantiq/early_printk.c b/arch/mips/lantiq/early_printk.c +index 972e05f..5089075 100644 --- a/arch/mips/lantiq/early_printk.c +++ b/arch/mips/lantiq/early_printk.c @@ -12,11 +12,13 @@ @@ -59,3 +63,6 @@ Signed-off-by: John Crispin + ltq_w8(c, LTQ_ASC_TBUF); local_irq_restore(flags); } +-- +1.7.9.1 + -- cgit v1.2.3