<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/linux/platform_data/clk-ux500.h, branch linux-5.11.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.11.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.11.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2016-07-12T09:24:07Z</updated>
<entry>
<title>ARM: ux500: use CLK_OF_DECLARE()</title>
<updated>2016-07-12T09:24:07Z</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2016-06-20T20:47:53Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=269f1aac1410d27959bd073a089eb85eed55c8a1'/>
<id>urn:sha1:269f1aac1410d27959bd073a089eb85eed55c8a1</id>
<content type='text'>
The ux500 DT support predates the CLK_OF_DECLARE macro and calls
directly into the clk driver from platform code.

Converting this to CLK_OF_DECLARE makes the code much nicer and
similar to how modern platforms do it today. It also removes the
last user of cpu_is_u8500_family() etc.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>clk/ARM: move Ux500 PRCC bases to the device tree</title>
<updated>2015-08-24T23:49:14Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2015-07-30T13:19:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=5dc0fe199b358966021b015c71ca4049d0f42aa6'/>
<id>urn:sha1:5dc0fe199b358966021b015c71ca4049d0f42aa6</id>
<content type='text'>
The base addresses for the Ux500 PRCC controllers are hardcoded,
let's move them to the clock node in the device tree and delete
the constants.

Cc: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Acked-by: Olof Johansson &lt;olof@lixom.net&gt;
Acked-by: Michael Turquette &lt;mturquette@baylibre.com&gt;
Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>clk: ux500: delete the non-DT U8500 clock implementation</title>
<updated>2015-08-24T23:49:02Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2015-07-30T13:19:12Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0f350f063eb62212a701a512f74e63ae4714441c'/>
<id>urn:sha1:0f350f063eb62212a701a512f74e63ae4714441c</id>
<content type='text'>
This code is unused and not coming back. Let's kill it off.

Cc: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>clk: ux500: Copy u8500_clk_init() ready for DT enablement</title>
<updated>2013-09-26T09:05:26Z</updated>
<author>
<name>Lee Jones</name>
<email>lee.jones@linaro.org</email>
</author>
<published>2013-09-17T09:11:53Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=82b0f4b7c576d22c764239662cedc63c21f02d8d'/>
<id>urn:sha1:82b0f4b7c576d22c764239662cedc63c21f02d8d</id>
<content type='text'>
Here we're using the old clock initialisation function as a template.
It's necessary to remove all of the clk_register_clkdev() calls as
they don't make sense when booting with Device Tree.

Cc: Mike Turquette &lt;mturquette@linaro.org&gt;
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>clk: ux500: Pass clock base adresses in initcall for u8540 and u9540</title>
<updated>2013-06-07T01:16:04Z</updated>
<author>
<name>Philippe Begnic</name>
<email>philippe.begnic@st.com</email>
</author>
<published>2013-05-27T12:41:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1237e598a94b5a44a0162a4f4534d18ef8a81a7d'/>
<id>urn:sha1:1237e598a94b5a44a0162a4f4534d18ef8a81a7d</id>
<content type='text'>
Align on u8500 version, pass clock base address in clk_init functions
for u8540 and u9540.

Signed-off-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;
Signed-off-by: Philippe Begnic &lt;philippe.begnic@st.com&gt;
Reviewed-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;
Signed-off-by: Mike Turquette &lt;mturquette@linaro.org&gt;
</content>
</entry>
<entry>
<title>clk: ux500: pass clock base adresses in init call</title>
<updated>2013-04-08T11:59:19Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2013-03-19T10:21:56Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9b819060d349e2247c471d8f055c91a597560da0'/>
<id>urn:sha1:9b819060d349e2247c471d8f055c91a597560da0</id>
<content type='text'>
The ux500 clock driver was including &lt;mach/db8500-regs.h&gt;
which will not work when building for multiplatform support
since &lt;mach/*&gt; is going away.

Pass the base adresses in the init call instead.

Cc: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;
Cc: Mike Turquette &lt;mturquette@linaro.org&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Acked-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;
Acked-by: Mike Turquette &lt;mturquette@linaro.org&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>clk: ux500: First version of clock definitions for ux500</title>
<updated>2012-09-06T22:58:04Z</updated>
<author>
<name>Ulf Hansson</name>
<email>ulf.hansson@linaro.org</email>
</author>
<published>2012-08-27T13:45:51Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=bce5afd8d960e78892669b68751547015646d5e4'/>
<id>urn:sha1:bce5afd8d960e78892669b68751547015646d5e4</id>
<content type='text'>
In this first version of the clock definitions, the structure for
ux500 are set. Support for u8500, u9540 and u8540 are prepared.

Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;
Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Mike Turquette &lt;mturquette@linaro.org&gt;
</content>
</entry>
</feed>
