diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-07-04 11:44:32 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-07-04 11:44:32 +0000 |
commit | c3c100b63f2c4bfe479c829b7232e9c64ba6aaea (patch) | |
tree | d5171997e3f204108b01fbd79df0ce7398c2096b /target/device/Sharp/LNode80/kernel-patches/001-patch-2.4.26-vrs1 | |
parent | e8609e8ea76faf951875d46b5e58a84516963c7b (diff) | |
download | buildroot-novena-c3c100b63f2c4bfe479c829b7232e9c64ba6aaea.tar.gz buildroot-novena-c3c100b63f2c4bfe479c829b7232e9c64ba6aaea.zip |
- list defaults for BR2_GNU_TARGET_SUFFIX in help text
- fix a few typos
Diffstat (limited to 'target/device/Sharp/LNode80/kernel-patches/001-patch-2.4.26-vrs1')
-rw-r--r-- | target/device/Sharp/LNode80/kernel-patches/001-patch-2.4.26-vrs1 | 6 |
1 files changed, 3 insertions, 3 deletions
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: |