<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/clk/at91, branch next</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>clk: Tighten some clock driver dependencies</title>
<updated>2025-10-28T18:25:23+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2025-07-18T01:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f30b6d12da1db7df7fec7c5927354514f3dc16b7'/>
<id>f30b6d12da1db7df7fec7c5927354514f3dc16b7</id>
<content type='text'>
A few clock drivers cannot build without access to some platform
specific header files. Express those requirements in Kconfig as well.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few clock drivers cannot build without access to some platform
specific header files. Express those requirements in Kconfig as well.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clk: at91: remove default values for PMC_PLL_ACR</title>
<updated>2025-10-17T09:33:46+00:00</updated>
<author>
<name>Manikandan Muralidharan</name>
<email>manikandan.m@microchip.com</email>
</author>
<published>2025-09-23T09:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7885969610a415c7445aa19a759affa31bfba93e'/>
<id>7885969610a415c7445aa19a759affa31bfba93e</id>
<content type='text'>
Remove default values for PMC PLL Analog Control Register(ACR) as the
values are specific for each SoC and PLL, so load them from PLL
characteristics structure

Signed-off-by: Manikandan Muralidharan &lt;manikandan.m@microchip.com&gt;
Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove default values for PMC PLL Analog Control Register(ACR) as the
values are specific for each SoC and PLL, so load them from PLL
characteristics structure

Signed-off-by: Manikandan Muralidharan &lt;manikandan.m@microchip.com&gt;
Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clk: at91: Add ACR in all PLL setting.</title>
<updated>2025-10-17T09:32:28+00:00</updated>
<author>
<name>Manikandan Muralidharan</name>
<email>manikandan.m@microchip.com</email>
</author>
<published>2025-09-23T09:58:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=57d88e78a814d40efee09c8b147c304ec927e889'/>
<id>57d88e78a814d40efee09c8b147c304ec927e889</id>
<content type='text'>
Add ACR in all PLL setting. Add correct ACR value for each PLL used in
different SoCs.

Signed-off-by: Manikandan Muralidharan &lt;manikandan.m@microchip.com&gt;
Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ACR in all PLL setting. Add correct ACR value for each PLL used in
different SoCs.

Signed-off-by: Manikandan Muralidharan &lt;manikandan.m@microchip.com&gt;
Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clk: at91: Fix use of unsigned loop index</title>
<updated>2025-08-13T09:59:36+00:00</updated>
<author>
<name>Andrew Goodbody</name>
<email>andrew.goodbody@linaro.org</email>
</author>
<published>2025-07-23T14:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=da13ce8a6b1a37c49d2215ef78ee7984bae1c068'/>
<id>da13ce8a6b1a37c49d2215ef78ee7984bae1c068</id>
<content type='text'>
The use of the unsigned variable 'i' as a loop index leads to the test
for i being non-negative always being true. Instead declare 'i' as an
int so that the for loop will terminate as expected.
If the original for loop completes 'i' will be 1 past the end of the
array so decrement it in the subsequent error path to prevent an out of
bounds access occurring.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody &lt;andrew.goodbody@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The use of the unsigned variable 'i' as a loop index leads to the test
for i being non-negative always being true. Instead declare 'i' as an
int so that the for loop will terminate as expected.
If the original for loop completes 'i' will be 1 past the end of the
array so decrement it in the subsequent error path to prevent an out of
bounds access occurring.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody &lt;andrew.goodbody@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clk: at91: Fix testing of unsigned variable to be negative</title>
<updated>2025-08-13T09:59:36+00:00</updated>
<author>
<name>Andrew Goodbody</name>
<email>andrew.goodbody@linaro.org</email>
</author>
<published>2025-07-23T14:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=29ea990a1c4a2455f432d5e71b217e93b406fc12'/>
<id>29ea990a1c4a2455f432d5e71b217e93b406fc12</id>
<content type='text'>
The variable 'index' is declared as unsigned but used to receive the
return value of a function returning 'int'. This value is then tested
for being less than zero to detect an error condition but as index is
unsigned this can never be true. Change the variable 'index' to be an
int so that the error condition can be detected.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody &lt;andrew.goodbody@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The variable 'index' is declared as unsigned but used to receive the
return value of a function returning 'int'. This value is then tested
for being less than zero to detect an error condition but as index is
unsigned this can never be true. Change the variable 'index' to be an
int so that the error condition can be detected.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody &lt;andrew.goodbody@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clk: at91: sama7d65: add clock support</title>
<updated>2025-07-25T08:54:43+00:00</updated>
<author>
<name>Ryan Wanner</name>
<email>Ryan.Wanner@microchip.com</email>
</author>
<published>2025-07-07T11:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8dff5dd290584504569b95b4ea4a69e5c81f5981'/>
<id>8dff5dd290584504569b95b4ea4a69e5c81f5981</id>
<content type='text'>
Add clock support for SAMA7D65

Signed-off-by: Ryan Wanner &lt;Ryan.Wanner@microchip.com&gt;
[romain.sioen@microchip.com: add Fractional PLL core
output range]
Signed-off-by: Romain Sioen &lt;romain.sioen@microchip.com&gt;
[varshini.rajendran@microchip.com: adapt driver to upstream]
Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add clock support for SAMA7D65

Signed-off-by: Ryan Wanner &lt;Ryan.Wanner@microchip.com&gt;
[romain.sioen@microchip.com: add Fractional PLL core
output range]
Signed-off-by: Romain Sioen &lt;romain.sioen@microchip.com&gt;
[varshini.rajendran@microchip.com: adapt driver to upstream]
Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clk: at91: Update MAX PLL and master clk ID</title>
<updated>2025-07-25T08:54:43+00:00</updated>
<author>
<name>Ryan Wanner</name>
<email>Ryan.Wanner@microchip.com</email>
</author>
<published>2025-07-07T11:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=eff0e49d1c6c75c92665c285216cf9bd785e5ac1'/>
<id>eff0e49d1c6c75c92665c285216cf9bd785e5ac1</id>
<content type='text'>
Update the MAX PLL and master CLK ID to support sama7d65
SoC family.

Signed-off-by: Ryan Wanner &lt;Ryan.Wanner@microchip.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the MAX PLL and master CLK ID to support sama7d65
SoC family.

Signed-off-by: Ryan Wanner &lt;Ryan.Wanner@microchip.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clk: at91: sam9x7: add pmc driver for sam9x7 SoC family</title>
<updated>2025-06-19T10:56:43+00:00</updated>
<author>
<name>Varshini Rajendran</name>
<email>varshini.rajendran@microchip.com</email>
</author>
<published>2025-06-03T05:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c9d609be6074d8c3bb89c871791b2315b580777b'/>
<id>c9d609be6074d8c3bb89c871791b2315b580777b</id>
<content type='text'>
Add PMC driver support for sam9x7 SoC family

Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
[balamanikandan.gunasundar@microchip.com: Add peripheral clock id for pmecc]
Signed-off-by: Balamanikandan Gunasundar &lt;balamanikandan.gunasundar@microchip.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add PMC driver support for sam9x7 SoC family

Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
[balamanikandan.gunasundar@microchip.com: Add peripheral clock id for pmecc]
Signed-off-by: Balamanikandan Gunasundar &lt;balamanikandan.gunasundar@microchip.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clk: at91: clk-main: drop parent_name check when registering main_rc oscillator</title>
<updated>2025-06-19T10:56:43+00:00</updated>
<author>
<name>Manikandan Muralidharan</name>
<email>manikandan.m@microchip.com</email>
</author>
<published>2025-06-03T05:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ed5ffbee4804aa67b78b53caa0bfd793c6f85d74'/>
<id>ed5ffbee4804aa67b78b53caa0bfd793c6f85d74</id>
<content type='text'>
The clk_register function logs an error if parent_name is missing from the
Device Tree.On the SAM9X7, the main_rc node is omitted to stay aligned with
the Linux Device Tree.Remove the parent_name check in at91_clk_main_rc()
to allow it to pass NULL when the parent is not specified.

Signed-off-by: Manikandan Muralidharan &lt;manikandan.m@microchip.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The clk_register function logs an error if parent_name is missing from the
Device Tree.On the SAM9X7, the main_rc node is omitted to stay aligned with
the Linux Device Tree.Remove the parent_name check in at91_clk_main_rc()
to allow it to pass NULL when the parent is not specified.

Signed-off-by: Manikandan Muralidharan &lt;manikandan.m@microchip.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clk: at91: sam9x60-pll: add support for HW PLL freq dividers</title>
<updated>2025-06-19T10:56:43+00:00</updated>
<author>
<name>Varshini Rajendran</name>
<email>varshini.rajendran@microchip.com</email>
</author>
<published>2025-06-03T05:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=107cf34bd799b868f3ec640d31567cd4a9bf7b81'/>
<id>107cf34bd799b868f3ec640d31567cd4a9bf7b81</id>
<content type='text'>
Add support for hardware dividers for PLL IDs.In sam9x7 SoC,
PLL_ID_PLLA and PLL_ID_PLLA_DIV2 has /2 hardware dividers
each.

fcorepllack -----&gt; HW Div = 2 -+--&gt; fpllack
                               |
                               +--&gt; HW Div = 2 ---&gt; fplladiv2ck

Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for hardware dividers for PLL IDs.In sam9x7 SoC,
PLL_ID_PLLA and PLL_ID_PLLA_DIV2 has /2 hardware dividers
each.

fcorepllack -----&gt; HW Div = 2 -+--&gt; fpllack
                               |
                               +--&gt; HW Div = 2 ---&gt; fplladiv2ck

Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
