<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/clk/at91/Makefile, branch linux-7.0.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-7.0.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-7.0.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2024-12-29T12:17:55+00:00</updated>
<entry>
<title>clk: at91: sama7d65: add sama7d65 pmc driver</title>
<updated>2024-12-29T12:17:55+00:00</updated>
<author>
<name>Ryan Wanner</name>
<email>Ryan.Wanner@microchip.com</email>
</author>
<published>2024-12-20T21:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9a497710cab94140762bcfbd9b6dc2c45f30678b'/>
<id>urn:sha1:9a497710cab94140762bcfbd9b6dc2c45f30678b</id>
<content type='text'>
Add clock support for SAMA7D65 SoC.

Increase maximum number of valid master clocks. The PMC for the SAMA7D65
requires 9 master clocks.

Increase maximum amount of PLLs to 9 to support SAMA7D65 SoC PLL
requirements.

Signed-off-by: Ryan Wanner &lt;Ryan.Wanner@microchip.com&gt;
Reviewed-by: Claudiu Beznea &lt;claudiu.beznea@tuxon.dev&gt;
Link: https://lore.kernel.org/r/549fa8590fe9b4380e413f8eed87392f28754395.1734723585.git.Ryan.Wanner@microchip.com
[claudiu.beznea: sorted alphanumerically the Makefile entries, reorder
 the code for resource cleanup in sama7d65_pmc_setup()]
Signed-off-by: Claudiu Beznea &lt;claudiu.beznea@tuxon.dev&gt;
</content>
</entry>
<entry>
<title>clk: at91: sam9x7: add sam9x7 pmc driver</title>
<updated>2024-08-07T16:16:48+00:00</updated>
<author>
<name>Varshini Rajendran</name>
<email>varshini.rajendran@microchip.com</email>
</author>
<published>2024-07-29T07:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=33013b43e2715c7e061ae052825edd87fd278330'/>
<id>urn:sha1:33013b43e2715c7e061ae052825edd87fd278330</id>
<content type='text'>
Add a driver for the PMC clocks of sam9x7 Soc family.

Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;
Link: https://lore.kernel.org/r/20240729070811.1990964-1-varshini.rajendran@microchip.com
Signed-off-by: Claudiu Beznea &lt;claudiu.beznea@tuxon.dev&gt;
</content>
</entry>
<entry>
<title>clk: at91: do not compile dt-compat.c for sama7g5 and sam9x60</title>
<updated>2023-01-09T12:05:41+00:00</updated>
<author>
<name>Claudiu Beznea</name>
<email>claudiu.beznea@microchip.com</email>
</author>
<published>2022-12-08T11:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=80519d8ccc6b65bfbc8571ea16992141d71510e9'/>
<id>urn:sha1:80519d8ccc6b65bfbc8571ea16992141d71510e9</id>
<content type='text'>
There is no need to have dt-compat.c compiled for SAMA7G5 and SAM9X60
as there is no in kernel device tree that could use it. Thus avoid
compiling dt-compat.c for them.

Signed-off-by: Claudiu Beznea &lt;claudiu.beznea@microchip.com&gt;
Link: https://lore.kernel.org/r/20221208114515.35179-4-claudiu.beznea@microchip.com
</content>
</entry>
<entry>
<title>clk: at91: sama7g5: add clock support for sama7g5</title>
<updated>2020-07-24T09:19:09+00:00</updated>
<author>
<name>Claudiu Beznea</name>
<email>claudiu.beznea@microchip.com</email>
</author>
<published>2020-07-22T07:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cb783bbbcf54c36256006895c215e86c5e7266d8'/>
<id>urn:sha1:cb783bbbcf54c36256006895c215e86c5e7266d8</id>
<content type='text'>
Add clock support for SAMA7G5.

Signed-off-by: Claudiu Beznea &lt;claudiu.beznea@microchip.com&gt;
Link: https://lore.kernel.org/r/1595403506-8209-19-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;
</content>
</entry>
<entry>
<title>clk: at91: add at91rm9200 pmc driver</title>
<updated>2020-03-21T01:18:58+00:00</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@bootlin.com</email>
</author>
<published>2020-02-14T14:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=02ff48e4d7f7f253008f3aeadd41c8a2fc640587'/>
<id>urn:sha1:02ff48e4d7f7f253008f3aeadd41c8a2fc640587</id>
<content type='text'>
Add a driver for the PMC clocks of the at91rm9200.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Link: https://lkml.kernel.org/r/20200214145934.53648-1-alexandre.belloni@bootlin.com
Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;
</content>
</entry>
<entry>
<title>clk: at91: add at91sam9n12 pmc driver</title>
<updated>2020-02-12T23:34:44+00:00</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@bootlin.com</email>
</author>
<published>2020-01-16T17:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=143e04dab6b4c73c66b1708f6bc3212b9cb71dbb'/>
<id>urn:sha1:143e04dab6b4c73c66b1708f6bc3212b9cb71dbb</id>
<content type='text'>
Add a driver for the PMC clocks of the at91sam9n12 family.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Link: https://lkml.kernel.org/r/20200116172316.426703-1-alexandre.belloni@bootlin.com
Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;
</content>
</entry>
<entry>
<title>clk: at91: add sama5d3 pmc driver</title>
<updated>2020-02-12T23:33:30+00:00</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@bootlin.com</email>
</author>
<published>2020-01-10T22:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0969b242f7b8e5de0a1c28f81d8558fd678c066d'/>
<id>urn:sha1:0969b242f7b8e5de0a1c28f81d8558fd678c066d</id>
<content type='text'>
Add a driver for the PMC clocks of the sama5d3.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Link: https://lkml.kernel.org/r/20200110223033.1261791-1-alexandre.belloni@bootlin.com
Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;
</content>
</entry>
<entry>
<title>clk: at91: add at91sam9g45 pmc driver</title>
<updated>2020-02-12T23:33:09+00:00</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@bootlin.com</email>
</author>
<published>2020-01-17T21:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=12dc8d3be9d86cccc35dcf32828d3a8e9d48e0d1'/>
<id>urn:sha1:12dc8d3be9d86cccc35dcf32828d3a8e9d48e0d1</id>
<content type='text'>
Add a driver for the PMC clocks of the at91sam9g45 family.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Link: https://lkml.kernel.org/r/20200117210529.17490-1-alexandre.belloni@bootlin.com
Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;
</content>
</entry>
<entry>
<title>clk: at91: add sam9x60 pmc driver</title>
<updated>2019-04-25T21:15:53+00:00</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@bootlin.com</email>
</author>
<published>2019-04-02T12:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=01e2113de9a5288bee805db06a00a48295f7eaab'/>
<id>urn:sha1:01e2113de9a5288bee805db06a00a48295f7eaab</id>
<content type='text'>
Add a driver for the PMC clocks of the sam9c60.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
[sboyd@kernel.org: Staticize spinlock]
Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;
</content>
</entry>
<entry>
<title>clk: at91: add sam9x60 PLL driver</title>
<updated>2019-04-25T19:34:06+00:00</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@bootlin.com</email>
</author>
<published>2019-04-02T12:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=a436c2a447e59740e8bc5c604abac33419099673'/>
<id>urn:sha1:a436c2a447e59740e8bc5c604abac33419099673</id>
<content type='text'>
The PLLs on the sam9x60 (PLLA and USB PLL) use a different register set and
programming model than the previous SoCs.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;
</content>
</entry>
</feed>
