<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/Documentation/devicetree/bindings/arm/arm-boards, branch linux-4.3.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2015-05-22T15:25:40Z</updated>
<entry>
<title>Documentation: bindings: Add DT bindings for ARM Juno boards.</title>
<updated>2015-05-22T15:25:40Z</updated>
<author>
<name>Liviu Dudau</name>
<email>Liviu.Dudau@arm.com</email>
</author>
<published>2015-05-20T10:42:37Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=41e177b37bd558980d50609116f7810b46fe4ce0'/>
<id>urn:sha1:41e177b37bd558980d50609116f7810b46fe4ce0</id>
<content type='text'>
List the required properties and nodes used to describe the
ARM Juno boards.

Signed-off-by: Liviu Dudau &lt;Liviu.Dudau@arm.com&gt;
</content>
</entry>
<entry>
<title>dt/bindings: arm-boards: Spelling s/pointong/pointing/</title>
<updated>2015-01-13T19:48:14Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert+renesas@glider.be</email>
</author>
<published>2014-12-10T13:54:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7c2461b766d5c7627e85e05d8f411781dbc3b37b'/>
<id>urn:sha1:7c2461b766d5c7627e85e05d8f411781dbc3b37b</id>
<content type='text'>
Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;
Cc: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
Cc: Rob Herring &lt;robh+dt@kernel.org&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>ARM: realview: add device tree and bindings for PB1176</title>
<updated>2014-10-22T11:49:04Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2014-10-01T07:30:45Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f123a66cbdc47e31bcb11b59f935bed89343a8ed'/>
<id>urn:sha1:f123a66cbdc47e31bcb11b59f935bed89343a8ed</id>
<content type='text'>
As a first example, add device tree and bindings for the
RealView PB1176.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>dt/bindings: arm-boards: add binding for Versatile core module</title>
<updated>2014-06-24T19:16:02Z</updated>
<author>
<name>Rob Herring</name>
<email>robh@kernel.org</email>
</author>
<published>2014-03-29T18:32:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=fe3eed11c969731795cb8a686162c6698ee86bdf'/>
<id>urn:sha1:fe3eed11c969731795cb8a686162c6698ee86bdf</id>
<content type='text'>
Add binding for the core module found on ARM versatile AB and PB boards.

Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
Cc: Pawel Moll &lt;pawel.moll@arm.com&gt;
Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;
Cc: Ian Campbell &lt;ijc+devicetree@hellion.org.uk&gt;
Cc: Kumar Gala &lt;galak@codeaurora.org&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: integrator: move EBI to the device tree</title>
<updated>2013-12-04T15:22:31Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2013-06-17T21:58:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=307b96677c98bc444262e3d1a7d26c0ca8a1c6e0'/>
<id>urn:sha1:307b96677c98bc444262e3d1a7d26c0ca8a1c6e0</id>
<content type='text'>
This moves the External Bus Interface (EBI) over to a device
tree node and deletes the static mappings from the platform.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: integrator: core module registers from compatible strings</title>
<updated>2013-10-16T12:10:14Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2013-10-10T16:24:58Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=df36680f1a71eef97685c30eb9eaf55a6813b6cd'/>
<id>urn:sha1:df36680f1a71eef97685c30eb9eaf55a6813b6cd</id>
<content type='text'>
This augments the core machine code for the Integrator platforms
to get their references to the core module device nodes by
using compatible strings instead of predefined node names
and rename the CP syscon node to be simply "syscon".

Reported-by: Mark Rutland &lt;mark.rutland@arm.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: integrator: move CM base into device tree</title>
<updated>2013-10-16T12:09:56Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2013-06-16T00:44:27Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=bb4dbefe4c6ae3685152d03e318e093d5f6f795a'/>
<id>urn:sha1:bb4dbefe4c6ae3685152d03e318e093d5f6f795a</id>
<content type='text'>
This moves the core module (CM) control base into the device
tree. It is a simple memory range of 0x200 bytes. Move the
cm header down into the machine directory and unexport the
cm_control() symbol as no modules are using it.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: integrator: get the LM interrupts from DT</title>
<updated>2013-10-16T12:09:38Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2013-06-15T21:56:32Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a67202583f44c90d1155f4de8c8028884a2a1451'/>
<id>urn:sha1:a67202583f44c90d1155f4de8c8028884a2a1451</id>
<content type='text'>
The OF/DT boot path needs to get the LM (Logical Module)
IRQs from the device tree for coherency. This augments the
DT syscon node to contain these IRQs and alter the DT LM
code to get them from there.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: integrator: hook the CP into the SoC bus</title>
<updated>2012-11-16T21:26:07Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2012-11-02T00:20:43Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=64100a03ad0b94a45ed2753632d9dd68379ad3ac'/>
<id>urn:sha1:64100a03ad0b94a45ed2753632d9dd68379ad3ac</id>
<content type='text'>
This hooks the Integrator/CP into the SoC bus when booting from
device tree, by mapping the CP controller registers first,
then registering the SoC device, and then populating the device
tree with the SoC device as parent.

Cc: Lee Jones &lt;lee.jones@linaro.org&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: 7517/1: integrator: initial device tree support</title>
<updated>2012-09-17T22:20:22Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2012-09-06T08:08:24Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4980f9bc2cec0f8ff0e0f2b021d46c7606ae1849'/>
<id>urn:sha1:4980f9bc2cec0f8ff0e0f2b021d46c7606ae1849</id>
<content type='text'>
This is initial device tree support for the ARM Integrator family,
we create a very basic device tree, #ifdef out the non-DT machines
when compiling for device tree.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
</feed>
