<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/clk/at91, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/clk/at91?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/clk/at91?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2026-06-09T20:48:33Z</updated>
<entry>
<title>clk: at91: Use dev_read_addr_ptr()</title>
<updated>2026-06-09T20:48:33Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2026-05-25T03:10:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=54ed5729a95bf53ceda7345e4e3839e2f4e85eab'/>
<id>urn:sha1:54ed5729a95bf53ceda7345e4e3839e2f4e85eab</id>
<content type='text'>
Replace devfdt_get_addr_ptr() with dev_read_addr_ptr() when retrieving the
register base address.

dev_read_addr_ptr() supports both live device tree and flat DT backends,
avoiding direct dependency on devfdt_* helpers.

No functional changes.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Tested-by: Manikandan Muralidharan &lt;manikandan.m@microchip.com&gt;
</content>
</entry>
<entry>
<title>global: Correct duplicate U_BOOT_DRIVER entry names</title>
<updated>2026-04-07T17:32:56Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2026-03-23T22:55:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8c212d6e2e778b4f294d1d9f85eac9680a66d463'/>
<id>urn:sha1:8c212d6e2e778b4f294d1d9f85eac9680a66d463</id>
<content type='text'>
The U_BOOT_DRIVER macro creates a list of drivers used at link time, and
all entries here must be unique. This in turn means that all entries in
the code should also be unique in order to not lead to build failures
later with unexpected build combinations. Typically, the problem we have
here is when a driver is obviously based on another driver and didn't
update this particular field and so while the name field reflects
something unique the linker entry itself is not. In a few places this
provides a more suitable string name as well, however.

Reviewed-by: Marek Vasut &lt;marek.vasut+usb@mailbox.org&gt;
Reviewed-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt; # Tegra
Reviewed-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@nabladev.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>clk: Tighten some clock driver dependencies</title>
<updated>2025-10-28T18:25:23Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2025-07-18T01:14:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f30b6d12da1db7df7fec7c5927354514f3dc16b7'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>clk: at91: remove default values for PMC_PLL_ACR</title>
<updated>2025-10-17T09:33:46Z</updated>
<author>
<name>Manikandan Muralidharan</name>
<email>manikandan.m@microchip.com</email>
</author>
<published>2025-09-23T09:58:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7885969610a415c7445aa19a759affa31bfba93e'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>clk: at91: Add ACR in all PLL setting.</title>
<updated>2025-10-17T09:32:28Z</updated>
<author>
<name>Manikandan Muralidharan</name>
<email>manikandan.m@microchip.com</email>
</author>
<published>2025-09-23T09:58:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=57d88e78a814d40efee09c8b147c304ec927e889'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>clk: at91: Fix use of unsigned loop index</title>
<updated>2025-08-13T09:59:36Z</updated>
<author>
<name>Andrew Goodbody</name>
<email>andrew.goodbody@linaro.org</email>
</author>
<published>2025-07-23T14:13:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=da13ce8a6b1a37c49d2215ef78ee7984bae1c068'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>clk: at91: Fix testing of unsigned variable to be negative</title>
<updated>2025-08-13T09:59:36Z</updated>
<author>
<name>Andrew Goodbody</name>
<email>andrew.goodbody@linaro.org</email>
</author>
<published>2025-07-23T14:13:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=29ea990a1c4a2455f432d5e71b217e93b406fc12'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>clk: at91: sama7d65: add clock support</title>
<updated>2025-07-25T08:54:43Z</updated>
<author>
<name>Ryan Wanner</name>
<email>Ryan.Wanner@microchip.com</email>
</author>
<published>2025-07-07T11:32:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8dff5dd290584504569b95b4ea4a69e5c81f5981'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>clk: at91: Update MAX PLL and master clk ID</title>
<updated>2025-07-25T08:54:43Z</updated>
<author>
<name>Ryan Wanner</name>
<email>Ryan.Wanner@microchip.com</email>
</author>
<published>2025-07-07T11:31:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=eff0e49d1c6c75c92665c285216cf9bd785e5ac1'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>clk: at91: sam9x7: add pmc driver for sam9x7 SoC family</title>
<updated>2025-06-19T10:56:43Z</updated>
<author>
<name>Varshini Rajendran</name>
<email>varshini.rajendran@microchip.com</email>
</author>
<published>2025-06-03T05:05:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c9d609be6074d8c3bb89c871791b2315b580777b'/>
<id>urn:sha1: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>
</entry>
</feed>
