From c3c100b63f2c4bfe479c829b7232e9c64ba6aaea Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 4 Jul 2006 11:44:32 +0000 Subject: - list defaults for BR2_GNU_TARGET_SUFFIX in help text - fix a few typos --- target/device/Sharp/LNode80/kernel-patches/001-patch-2.4.26-vrs1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/device/Sharp') diff --git a/target/device/Sharp/LNode80/kernel-patches/001-patch-2.4.26-vrs1 b/target/device/Sharp/LNode80/kernel-patches/001-patch-2.4.26-vrs1 index 1e1959909..590da35f2 100644 --- a/target/device/Sharp/LNode80/kernel-patches/001-patch-2.4.26-vrs1 +++ b/target/device/Sharp/LNode80/kernel-patches/001-patch-2.4.26-vrs1 @@ -1515,7 +1515,7 @@ diff -urN linux-2.4.26/Documentation/cpufreq-old linux-2.4.26-vrs1/Documentation + +CPUFreq architecture drivers are the pieces of kernel code that +actually perform CPU frequency transitions. These need to be -+initialised seperately (seperate initcalls), and may be ++initialised separately (separate initcalls), and may be +modularized. They interact with the CPUFreq core in the following way: + + @@ -20140,7 +20140,7 @@ diff -urN linux-2.4.26/drivers/char/clps711x_keyb.c linux-2.4.26-vrs1/drivers/ch + * Basic Function: + * + * Basicly the driver is interrupt driven. It sets all column drivers -+ * high. If any key is pressed, a interrupt occures. Now a seperate scan of ++ * high. If any key is pressed, a interrupt occures. Now a separate scan of + * each column is done. This scan is timer based, because we use a keyboard + * interface with decoupling capacitors (neccecary if you want to survive + * EMC compliance tests). Always one line is set high. When next timer event @@ -20150,7 +20150,7 @@ diff -urN linux-2.4.26/drivers/char/clps711x_keyb.c linux-2.4.26-vrs1/drivers/ch + * pressed. If any is pressed we reschedule the scan within a programmable + * delay. If we would switch back to interrupt mode as long as a key is pressed, + * we come right back to the interrupt, because the int. is level triggered ! -+ * The timer based scan of the seperate columns can also be done in one ++ * The timer based scan of the separate columns can also be done in one + * timer event (set fastscan to 1). + * + * Summary: -- cgit v1.2.3