diff options
61 files changed, 84 insertions, 89 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index 07c75d18154e..2254db0f00a5 100644 --- a/Documentation/Changes +++ b/Documentation/Changes | |||
| @@ -73,6 +73,11 @@ Perl | |||
| 73 | You will need perl 5 and the following modules: Getopt::Long, Getopt::Std, | 73 | You will need perl 5 and the following modules: Getopt::Long, Getopt::Std, |
| 74 | File::Basename, and File::Find to build the kernel. | 74 | File::Basename, and File::Find to build the kernel. |
| 75 | 75 | ||
| 76 | BC | ||
| 77 | -- | ||
| 78 | |||
| 79 | You will need bc to build kernels 3.10 and higher | ||
| 80 | |||
| 76 | 81 | ||
| 77 | System utilities | 82 | System utilities |
| 78 | ================ | 83 | ================ |
diff --git a/Documentation/DMA-attributes.txt b/Documentation/DMA-attributes.txt index cc2450d80310..18dc52c4f2a0 100644 --- a/Documentation/DMA-attributes.txt +++ b/Documentation/DMA-attributes.txt | |||
| @@ -98,5 +98,5 @@ DMA_ATTR_FORCE_CONTIGUOUS | |||
| 98 | By default DMA-mapping subsystem is allowed to assemble the buffer | 98 | By default DMA-mapping subsystem is allowed to assemble the buffer |
| 99 | allocated by dma_alloc_attrs() function from individual pages if it can | 99 | allocated by dma_alloc_attrs() function from individual pages if it can |
| 100 | be mapped as contiguous chunk into device dma address space. By | 100 | be mapped as contiguous chunk into device dma address space. By |
| 101 | specifing this attribute the allocated buffer is forced to be contiguous | 101 | specifying this attribute the allocated buffer is forced to be contiguous |
| 102 | also in physical memory. | 102 | also in physical memory. |
diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index 189baba40cd6..d22b216f5d23 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt | |||
| @@ -129,7 +129,7 @@ Boards: | |||
| 129 | - AM437x GP EVM | 129 | - AM437x GP EVM |
| 130 | compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43" | 130 | compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43" |
| 131 | 131 | ||
| 132 | - DRA742 EVM: Software Developement Board for DRA742 | 132 | - DRA742 EVM: Software Development Board for DRA742 |
| 133 | compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7" | 133 | compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7" |
| 134 | 134 | ||
| 135 | - DRA722 EVM: Software Development Board for DRA722 | 135 | - DRA722 EVM: Software Development Board for DRA722 |
diff --git a/Documentation/devicetree/bindings/bus/mvebu-mbus.txt b/Documentation/devicetree/bindings/bus/mvebu-mbus.txt index 7586fb68c072..5fa44f52a0b8 100644 --- a/Documentation/devicetree/bindings/bus/mvebu-mbus.txt +++ b/Documentation/devicetree/bindings/bus/mvebu-mbus.txt | |||
| @@ -197,7 +197,7 @@ to be set by the operating system and that are guaranteed to be free of overlaps | |||
| 197 | with one another or with the system memory ranges. | 197 | with one another or with the system memory ranges. |
| 198 | 198 | ||
| 199 | Each entry in the property refers to exactly one window. If the operating system | 199 | Each entry in the property refers to exactly one window. If the operating system |
| 200 | choses to use a different set of mbus windows, it must ensure that any address | 200 | chooses to use a different set of mbus windows, it must ensure that any address |
| 201 | translations performed from downstream devices are adapted accordingly. | 201 | translations performed from downstream devices are adapted accordingly. |
| 202 | 202 | ||
| 203 | The operating system may insert additional mbus windows that do not conflict | 203 | The operating system may insert additional mbus windows that do not conflict |
diff --git a/Documentation/devicetree/bindings/dma/dma.txt b/Documentation/devicetree/bindings/dma/dma.txt index 8f504e6bae14..82104271e754 100644 --- a/Documentation/devicetree/bindings/dma/dma.txt +++ b/Documentation/devicetree/bindings/dma/dma.txt | |||
| @@ -14,7 +14,7 @@ Required property: | |||
| 14 | 14 | ||
| 15 | Optional properties: | 15 | Optional properties: |
| 16 | - dma-channels: Number of DMA channels supported by the controller. | 16 | - dma-channels: Number of DMA channels supported by the controller. |
| 17 | - dma-requests: Number of DMA requests signals supported by the | 17 | - dma-requests: Number of DMA request signals supported by the |
| 18 | controller. | 18 | controller. |
| 19 | 19 | ||
| 20 | Example: | 20 | Example: |
| @@ -44,7 +44,7 @@ Required property: | |||
| 44 | #dma-cells property in the node referenced by phandle | 44 | #dma-cells property in the node referenced by phandle |
| 45 | containing DMA controller specific information. This | 45 | containing DMA controller specific information. This |
| 46 | typically contains a DMA request line number or a | 46 | typically contains a DMA request line number or a |
| 47 | channel number, but can contain any data that is used | 47 | channel number, but can contain any data that is |
| 48 | required for configuring a channel. | 48 | required for configuring a channel. |
| 49 | - dma-names: Contains one identifier string for each DMA specifier in | 49 | - dma-names: Contains one identifier string for each DMA specifier in |
| 50 | the dmas property. The specific strings that can be used | 50 | the dmas property. The specific strings that can be used |
diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt index ee9be9961524..e577196a12c0 100644 --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | |||
| @@ -8,7 +8,7 @@ Required properties: | |||
| 8 | "fsl,imx51-sdma" | 8 | "fsl,imx51-sdma" |
| 9 | "fsl,imx53-sdma" | 9 | "fsl,imx53-sdma" |
| 10 | "fsl,imx6q-sdma" | 10 | "fsl,imx6q-sdma" |
| 11 | The -to variants should be preferred since they allow to determnine the | 11 | The -to variants should be preferred since they allow to determine the |
| 12 | correct ROM script addresses needed for the driver to work without additional | 12 | correct ROM script addresses needed for the driver to work without additional |
| 13 | firmware. | ||
