From 614683faf8029100802db06a825648d0b6490285 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 12 Dec 2008 11:58:53 +0000 Subject: changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko) SVN-Revision: 13613 --- ...-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 target/linux/s3c24xx/patches-2.6.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch (limited to 'target/linux/s3c24xx/patches-2.6.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch') diff --git a/target/linux/s3c24xx/patches-2.6.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch b/target/linux/s3c24xx/patches-2.6.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch new file mode 100644 index 0000000..17531ed --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch @@ -0,0 +1,33 @@ +From 749594928cc1a0e452c4c791fcbea2f8f4a7e259 Mon Sep 17 00:00:00 2001 +From: Mike Westerhof +Date: Fri, 8 Aug 2008 13:08:03 +0100 +Subject: [PATCH] commit 830ea3d0c27c0c750b7bf1b56c002ee7943f3edc + + gta0x-log-serial-rx-error.patch + + This patch causes a KERN_DEBUG message to be printed each time an + error status is read from a UART. This is intended to facilitate + the reporting of more useful problem and bug reports from users + in the field. + + Signed-off-by: Mike Westerhof +--- + drivers/serial/s3c2410.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c +index fef3c8f..5652905 100644 +--- a/drivers/serial/s3c2410.c ++++ b/drivers/serial/s3c2410.c +@@ -357,7 +357,7 @@ s3c24xx_serial_rx_chars(int irq, void *dev_id) + port->icount.rx++; + + if (unlikely(uerstat & S3C2410_UERSTAT_ANY)) { +- dbg("rxerr: port ch=0x%02x, rxs=0x%08x\n", ++ printk(KERN_DEBUG "rxerr: port ch=0x%02x, rxs=0x%08x\n", + ch, uerstat); + + /* check for break */ +-- +1.5.6.5 + -- cgit v1.1