From fac7f7f84f3771c5247c7fdee825c092077984f5 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13613 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../1046-s3c2410_serial-nodebug.patch.patch | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch (limited to 'target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch') diff --git a/target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch new file mode 100644 index 0000000000..0c56f4c2f9 --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch @@ -0,0 +1,40 @@ +From b2b07b5cf12c430ad74b44602b098e7b711a2b72 Mon Sep 17 00:00:00 2001 +From: mokopatches +Date: Sun, 13 Apr 2008 07:23:48 +0100 +Subject: [PATCH] s3c2410_serial-nodebug.patch + +--- + drivers/serial/s3c2410.c | 8 -------- + 1 files changed, 0 insertions(+), 8 deletions(-) + +diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c +index e773c8e..6c93a1b 100644 +--- a/drivers/serial/s3c2410.c ++++ b/drivers/serial/s3c2410.c +@@ -708,10 +708,6 @@ static unsigned int s3c24xx_serial_getclk(struct uart_port *port, + int calc_deviation; + + for (sptr = res; sptr < resptr; sptr++) { +- printk(KERN_DEBUG +- "found clk %p (%s) quot %d, calc %d\n", +- sptr->clksrc, sptr->clksrc->name, +- sptr->quot, sptr->calc); + + calc_deviation = baud - sptr->calc; + if (calc_deviation < 0) +@@ -723,12 +719,8 @@ static unsigned int s3c24xx_serial_getclk(struct uart_port *port, + } + } + +- printk(KERN_DEBUG "best %p (deviation %d)\n", best, deviation); + } + +- printk(KERN_DEBUG "selected clock %p (%s) quot %d, calc %d\n", +- best->clksrc, best->clksrc->name, best->quot, best->calc); +- + /* store results to pass back */ + + *clksrc = best->clksrc; +-- +1.5.6.5 + -- cgit v1.2.3