diff options
53 files changed, 316 insertions, 265 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci index 1ce5ae329c04..5210a51c90fd 100644 --- a/Documentation/ABI/testing/sysfs-bus-pci +++ b/Documentation/ABI/testing/sysfs-bus-pci | |||
| @@ -64,7 +64,6 @@ Description: | |||
| 64 | Writing a non-zero value to this attribute will | 64 | Writing a non-zero value to this attribute will |
| 65 | force a rescan of all PCI buses in the system, and | 65 | force a rescan of all PCI buses in the system, and |
| 66 | re-discover previously removed devices. | 66 | re-discover previously removed devices. |
| 67 | Depends on CONFIG_HOTPLUG. | ||
| 68 | 67 | ||
| 69 | What: /sys/bus/pci/devices/.../msi_irqs/ | 68 | What: /sys/bus/pci/devices/.../msi_irqs/ |
| 70 | Date: September, 2011 | 69 | Date: September, 2011 |
| @@ -90,7 +89,6 @@ Contact: Linux PCI developers <linux-pci@vger.kernel.org> | |||
| 90 | Description: | 89 | Description: |
| 91 | Writing a non-zero value to this attribute will | 90 | Writing a non-zero value to this attribute will |
| 92 | hot-remove the PCI device and any of its children. | 91 | hot-remove the PCI device and any of its children. |
| 93 | Depends on CONFIG_HOTPLUG. | ||
| 94 | 92 | ||
| 95 | What: /sys/bus/pci/devices/.../pci_bus/.../rescan | 93 | What: /sys/bus/pci/devices/.../pci_bus/.../rescan |
| 96 | Date: May 2011 | 94 | Date: May 2011 |
| @@ -99,7 +97,7 @@ Description: | |||
| 99 | Writing a non-zero value to this attribute will | 97 | Writing a non-zero value to this attribute will |
| 100 | force a rescan of the bus and all child buses, | 98 | force a rescan of the bus and all child buses, |
| 101 | and re-discover devices removed earlier from this | 99 | and re-discover devices removed earlier from this |
| 102 | part of the device tree. Depends on CONFIG_HOTPLUG. | 100 | part of the device tree. |
| 103 | 101 | ||
| 104 | What: /sys/bus/pci/devices/.../rescan | 102 | What: /sys/bus/pci/devices/.../rescan |
| 105 | Date: January 2009 | 103 | Date: January 2009 |
| @@ -109,7 +107,6 @@ Description: | |||
| 109 | force a rescan of the device's parent bus and all | 107 | force a rescan of the device's parent bus and all |
| 110 | child buses, and re-discover devices removed earlier | 108 | child buses, and re-discover devices removed earlier |
| 111 | from this part of the device tree. | 109 | from this part of the device tree. |
| 112 | Depends on CONFIG_HOTPLUG. | ||
| 113 | 110 | ||
| 114 | What: /sys/bus/pci/devices/.../reset | 111 | What: /sys/bus/pci/devices/.../reset |
| 115 | Date: July 2009 | 112 | Date: July 2009 |
diff --git a/Documentation/HOWTO b/Documentation/HOWTO index a9f288ff54f9..27faae3e3846 100644 --- a/Documentation/HOWTO +++ b/Documentation/HOWTO | |||
| @@ -112,7 +112,7 @@ required reading: | |||
| 112 | 112 | ||
| 113 | Other excellent descriptions of how to create patches properly are: | 113 | Other excellent descriptions of how to create patches properly are: |
| 114 | "The Perfect Patch" | 114 | "The Perfect Patch" |
| 115 | http://userweb.kernel.org/~akpm/stuff/tpp.txt | 115 | http://kerneltrap.org/node/3737 |
| 116 | "Linux kernel patch submission format" | 116 | "Linux kernel patch submission format" |
| 117 | http://linux.yyz.us/patch-format.html | 117 | http://linux.yyz.us/patch-format.html |
| 118 | 118 | ||
diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist index dc0e33210d7e..2b7e32dfe00d 100644 --- a/Documentation/SubmitChecklist +++ b/Documentation/SubmitChecklist | |||
| @@ -105,5 +105,5 @@ kernel patches. | |||
| 105 | same time, just various/random combinations of them]: | 105 | same time, just various/random combinations of them]: |
| 106 | 106 | ||
| 107 | CONFIG_SMP, CONFIG_SYSFS, CONFIG_PROC_FS, CONFIG_INPUT, CONFIG_PCI, | 107 | CONFIG_SMP, CONFIG_SYSFS, CONFIG_PROC_FS, CONFIG_INPUT, CONFIG_PCI, |
| 108 | CONFIG_BLOCK, CONFIG_PM, CONFIG_HOTPLUG, CONFIG_MAGIC_SYSRQ, | 108 | CONFIG_BLOCK, CONFIG_PM, CONFIG_MAGIC_SYSRQ, |
| 109 | CONFIG_NET, CONFIG_INET=n (but latter with CONFIG_NET=y) | 109 | CONFIG_NET, CONFIG_INET=n (but latter with CONFIG_NET=y) |
diff --git a/Documentation/cpu-hotplug.txt b/Documentation/cpu-hotplug.txt index 9f401350f502..0efd1b905b9d 100644 --- a/Documentation/cpu-hotplug.txt +++ b/Documentation/cpu-hotplug.txt | |||
| @@ -128,7 +128,7 @@ A: When doing make defconfig, Enable CPU hotplug support | |||
| 128 | 128 | ||
| 129 | "Processor type and Features" -> Support for Hotpluggable CPUs | 129 | "Processor type and Features" -> Support for Hotpluggable CPUs |
| 130 | 130 | ||
| 131 | Make sure that you have CONFIG_HOTPLUG, and CONFIG_SMP turned on as well. | 131 | Make sure that you have CONFIG_SMP turned on as well. |
| 132 | 132 | ||
| 133 | You would need to enable CONFIG_HOTPLUG_CPU for SMP suspend/resume support | 133 | You would need to enable CONFIG_HOTPLUG_CPU for SMP suspend/resume support |
| 134 | as well. | 134 | as well. |
diff --git a/Documentation/hwmon/submitting-patches b/Documentation/hwmon/submitting-patches index 843751c41fea..46286460462b 100644 --- a/Documentation/hwmon/submitting-patches +++ b/Documentation/hwmon/submitting-patches | |||
| @@ -27,8 +27,7 @@ increase the chances of your change being accepted. | |||
| 27 | explicitly below the patch header. | 27 | explicitly below the patch header. |
| 28 | 28 | ||
| 29 | * If your patch (or the driver) is affected by configuration options such as | 29 | * If your patch (or the driver) is affected by configuration options such as |
| 30 | CONFIG_SMP or CONFIG_HOTPLUG, make sure it compiles for all configuration | 30 | CONFIG_SMP, make sure it compiles for all configuration variants. |
| 31 | variants. | ||
| 32 | 31 | ||
| 33 | 32 | ||
| 34 | 2. Adding functionality to existing drivers | 33 | 2. Adding functionality to existing drivers |
diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt index 3f429ed8b3b8..213859e69e88 100644 --- a/Documentation/kbuild/kconfig.txt +++ b/Documentation/kbuild/kconfig.txt | |||
| @@ -165,7 +165,7 @@ Searching in menuconfig: | |||
| 165 | Example: | 165 | Example: |
| 166 | /hotplug | 166 | /hotplug |
| 167 | This lists all config symbols that contain "hotplug", | 167 | This lists all config symbols that contain "hotplug", |
| 168 | e.g., HOTPLUG, HOTPLUG_CPU, MEMORY_HOTPLUG. | 168 | e.g., HOTPLUG_CPU, MEMORY_HOTPLUG. |
| 169 | 169 | ||
| 170 | For search help, enter / followed TAB-TAB-TAB (to highlight | 170 | For search help, enter / followed TAB-TAB-TAB (to highlight |
| 171 | <Help>) and Enter. This will tell you that you can also use | 171 | <Help>) and Enter. This will tell you that you can also use |
diff --git a/Documentation/usb/hotplug.txt b/Documentation/usb/hotplug.txt index 4c945716a660..6424b130485c 100644 --- a/Documentation/usb/hotplug.txt +++ b/Documentation/usb/hotplug.txt | |||
