diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/cpu-freq/core.txt | 2 | ||||
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 33 | ||||
-rw-r--r-- | Documentation/filesystems/ocfs2.txt | 3 | ||||
-rw-r--r-- | Documentation/i2c/busses/i2c-amd8111 | 2 | ||||
-rw-r--r-- | Documentation/i2c/busses/i2c-i801 | 5 | ||||
-rw-r--r-- | Documentation/i2c/busses/i2c-nforce2 | 6 |
6 files changed, 34 insertions, 17 deletions
diff --git a/Documentation/cpu-freq/core.txt b/Documentation/cpu-freq/core.txt index 29b3f9ffc66c..ce0666e51036 100644 --- a/Documentation/cpu-freq/core.txt +++ b/Documentation/cpu-freq/core.txt | |||
@@ -24,7 +24,7 @@ Contents: | |||
24 | 1. General Information | 24 | 1. General Information |
25 | ======================= | 25 | ======================= |
26 | 26 | ||
27 | The CPUFreq core code is located in linux/kernel/cpufreq.c. This | 27 | The CPUFreq core code is located in drivers/cpufreq/cpufreq.c. This |
28 | cpufreq code offers a standardized interface for the CPUFreq | 28 | cpufreq code offers a standardized interface for the CPUFreq |
29 | architecture drivers (those pieces of code that do actual | 29 | architecture drivers (those pieces of code that do actual |
30 | frequency transitions), as well as to "notifiers". These are device | 30 | frequency transitions), as well as to "notifiers". These are device |
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 46f2a559b27c..64ce44da5936 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -216,17 +216,6 @@ Who: Thomas Gleixner <tglx@linutronix.de> | |||
216 | 216 | ||
217 | --------------------------- | 217 | --------------------------- |
218 | 218 | ||
219 | What: i2c-ite and i2c-algo-ite drivers | ||
220 | When: September 2006 | ||
221 | Why: These drivers never compiled since they were added to the kernel | ||
222 | tree 5 years ago. This feature removal can be reevaluated if | ||
223 | someone shows interest in the drivers, fixes them and takes over | ||
224 | maintenance. | ||
225 | http://marc.theaimsgroup.com/?l=linux-mips&m=115040510817448 | ||
226 | Who: Jean Delvare <khali@linux-fr.org> | ||
227 | |||
228 | --------------------------- | ||
229 | |||
230 | What: Bridge netfilter deferred IPv4/IPv6 output hook calling | 219 | What: Bridge netfilter deferred IPv4/IPv6 output hook calling |
231 | When: January 2007 | 220 | When: January 2007 |
232 | Why: The deferred output hooks are a layering violation causing unusual | 221 | Why: The deferred output hooks are a layering violation causing unusual |
@@ -270,3 +259,25 @@ Why: The new layer 3 independant connection tracking replaces the old | |||
270 | Who: Patrick McHardy <kaber@trash.net> | 259 | Who: Patrick McHardy <kaber@trash.net> |
271 | 260 | ||
272 | --------------------------- | 261 | --------------------------- |
262 | |||
263 | What: ACPI hooks (X86_SPEEDSTEP_CENTRINO_ACPI) in speedstep-centrino driver | ||
264 | When: December 2006 | ||
265 | Why: Speedstep-centrino driver with ACPI hooks and acpi-cpufreq driver are | ||
266 | functionally very much similar. They talk to ACPI in same way. Only | ||
267 | difference between them is the way they do frequency transitions. | ||
268 | One uses MSRs and the other one uses IO ports. Functionaliy of | ||
269 | speedstep_centrino with ACPI hooks is now merged into acpi-cpufreq. | ||
270 | That means one common driver will support all Intel Enhanced Speedstep | ||
271 | capable CPUs. That means less confusion over name of | ||
272 | speedstep-centrino driver (with that driver supposed to be used on | ||
273 | non-centrino platforms). That means less duplication of code and | ||
274 | less maintenance effort and no possibility of these two drivers | ||
275 | going out of sync. | ||
276 | Current users of speedstep_centrino with ACPI hooks are requested to | ||
277 | switch over to acpi-cpufreq driver. speedstep-centrino will continue | ||
278 | to work using older non-ACPI static table based scheme even after this | ||
279 | date. | ||
280 | |||
281 | Who: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> | ||
282 | |||
283 | --------------------------- | ||
diff --git a/Documentation/filesystems/ocfs2.txt b/Documentation/filesystems/ocfs2.txt index af6defd10cb6..8ccf0c1b58ed 100644 --- a/Documentation/filesystems/ocfs2.txt +++ b/Documentation/filesystems/ocfs2.txt | |||
@@ -54,3 +54,6 @@ errors=panic Panic and halt the machine if an error occurs. | |||
54 | intr (*) Allow signals to interrupt cluster operations. | 54 | intr (*) Allow signals to interrupt cluster operations. |
55 | nointr Do not allow signals to interrupt cluster | 55 | nointr Do not allow signals to interrupt cluster |
56 | operations. | 56 | operations. |
57 | atime_quantum=60(*) OCFS2 will not update atime unless this number | ||
58 | of seconds has passed since the last update. | ||
59 | Set to zero to always update atime. | ||
diff --git a/Documentation/i2c/busses/i2c-amd8111 b/Documentation/i2c/busses/i2c-amd8111 index db294ee7455a..460dd6635fd2 100644 --- a/Documentation/i2c/busses/i2c-amd8111 +++ b/Documentation/i2c/busses/i2c-amd8111 | |||
@@ -5,7 +5,7 @@ Supported adapters: | |||
5 | 5 | ||
6 | Datasheets: | 6 | Datasheets: |
7 | AMD datasheet not yet available, but almost everything can be found | 7 | AMD datasheet not yet available, but almost everything can be found |
8 | in publically available ACPI 2.0 specification, which the adapter | 8 | in the publicly available ACPI 2.0 specification, which the adapter |
9 | follows. | 9 | follows. |
10 | 10 | ||
11 | Author: Vojtech Pavlik <vojtech@suse.cz> | 11 | Author: Vojtech Pavlik <vojtech@suse.cz> |
diff --git a/Documentation/i2c/busses/i2c-i801 b/Documentation/i2c/busses/i2c-i801 index e46c23458242..3db69a086c41 100644 --- a/Documentation/i2c/busses/i2c-i801 +++ b/Documentation/i2c/busses/i2c-i801 | |||
@@ -9,7 +9,10 @@ Supported adapters: | |||
9 | * Intel 82801EB/ER (ICH5) (HW PEC supported, 32 byte buffer not supported) | 9 | * Intel 82801EB/ER (ICH5) (HW PEC supported, 32 byte buffer not supported) |
10 | * Intel 6300ESB | 10 | * Intel 6300ESB |
11 | * Intel 82801FB/FR/FW/FRW (ICH6) | 11 | * Intel 82801FB/FR/FW/FRW (ICH6) |
12 | * Intel ICH7 | 12 | * Intel 82801G (ICH7) |
13 | * Intel 631xESB/632xESB (ESB2) | ||
14 | * Intel 82801H (ICH8) | ||
15 | * Intel ICH9 | ||
13 | Datasheets: Publicly available at the Intel website | 16 | Datasheets: Publicly available at the Intel website |
14 | 17 | ||
15 | Authors: | 18 | Authors: |
diff --git a/Documentation/i2c/busses/i2c-nforce2 b/Documentation/i2c/busses/i2c-nforce2 index cd49c428a3ab..7f61fbc03f7f 100644 --- a/Documentation/i2c/busses/i2c-nforce2 +++ b/Documentation/i2c/busses/i2c-nforce2 | |||
@@ -10,11 +10,11 @@ Supported adapters: | |||
10 | * nForce4 MCP51 10de:0264 | 10 | * nForce4 MCP51 10de:0264 |
11 | * nForce4 MCP55 10de:0368 | 11 | * nForce4 MCP55 10de:0368 |
12 | 12 | ||
13 | Datasheet: not publically available, but seems to be similar to the | 13 | Datasheet: not publicly available, but seems to be similar to the |
14 | AMD-8111 SMBus 2.0 adapter. | 14 | AMD-8111 SMBus 2.0 adapter. |
15 | 15 | ||
16 | Authors: | 16 | Authors: |
17 | Hans-Frieder Vogt <hfvogt@arcor.de>, | 17 | Hans-Frieder Vogt <hfvogt@gmx.net>, |
18 | Thomas Leibold <thomas@plx.com>, | 18 | Thomas Leibold <thomas@plx.com>, |
19 | Patrick Dreker <patrick@dreker.de> | 19 | Patrick Dreker <patrick@dreker.de> |
20 | 20 | ||
@@ -38,7 +38,7 @@ Notes | |||
38 | ----- | 38 | ----- |
39 | 39 | ||
40 | The SMBus adapter in the nForce2 chipset seems to be very similar to the | 40 | The SMBus adapter in the nForce2 chipset seems to be very similar to the |
41 | SMBus 2.0 adapter in the AMD-8111 southbridge. However, I could only get | 41 | SMBus 2.0 adapter in the AMD-8111 south bridge. However, I could only get |
42 | the driver to work with direct I/O access, which is different to the EC | 42 | the driver to work with direct I/O access, which is different to the EC |
43 | interface of the AMD-8111. Tested on Asus A7N8X. The ACPI DSDT table of the | 43 | interface of the AMD-8111. Tested on Asus A7N8X. The ACPI DSDT table of the |
44 | Asus A7N8X lists two SMBuses, both of which are supported by this driver. | 44 | Asus A7N8X lists two SMBuses, both of which are supported by this driver. |