<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/clk/mediatek, branch v2020.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/clk/mediatek?h=v2020.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/clk/mediatek?h=v2020.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-01-26T11:03:06Z</updated>
<entry>
<title>clk: mediatek: use unsigned type for returning the clk rate</title>
<updated>2020-01-26T11:03:06Z</updated>
<author>
<name>Fabien Parent</name>
<email>fparent@baylibre.com</email>
</author>
<published>2019-10-17T19:02:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=832685f07c75388e4f268d15536c988cc345b5a1'/>
<id>urn:sha1:832685f07c75388e4f268d15536c988cc345b5a1</id>
<content type='text'>
mtk_clk_find_parent_rate is calling clk_get_rate to know the rate
of a parent clock. clk_get_rate returns a ulong, while
mtk_clk_find_parent_rate returns an int. This implicit cast creates
an issue for clock rates big enough to need the full 32 bits to
store its data. When that happen the clk rate will become incorrect
because of the implicit cast between ulong -&gt; int -&gt; ulong.

This commit change the return type of mtk_clk_find_parent_rate to
ulong.

Signed-off-by: Fabien Parent &lt;fparent@baylibre.com&gt;
</content>
</entry>
<entry>
<title>clk: mediatek: fix clock-rate overflow problem</title>
<updated>2020-01-16T14:39:45Z</updated>
<author>
<name>Sam Shih</name>
<email>sam.shih@mediatek.com</email>
</author>
<published>2020-01-10T08:30:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d8588ba55f84059ef43f6ad5b892df59543d0c41'/>
<id>urn:sha1:d8588ba55f84059ef43f6ad5b892df59543d0c41</id>
<content type='text'>
This patch fix clock-rate overflow problem in mediatek
clock driver common part.

Signed-off-by: Sam Shih &lt;sam.shih@mediatek.com&gt;
Reviewed-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
</content>
</entry>
<entry>
<title>clk: mediatek: add driver for MT7622</title>
<updated>2020-01-16T14:39:45Z</updated>
<author>
<name>Sam Shih</name>
<email>sam.shih@mediatek.com</email>
</author>
<published>2020-01-10T08:30:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=72ab603b201829be03eddef97f29169dcbfbe45d'/>
<id>urn:sha1:72ab603b201829be03eddef97f29169dcbfbe45d</id>
<content type='text'>
This patch add clock driver for MediaTek MT7622 SoC.

Signed-off-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
Signed-off-by: Sam Shih &lt;sam.shih@mediatek.com&gt;
</content>
</entry>
<entry>
<title>clk: mediatek: mt7629: add support for ssusbsys</title>
<updated>2020-01-16T14:39:45Z</updated>
<author>
<name>Chunfeng Yun</name>
<email>chunfeng.yun@mediatek.com</email>
</author>
<published>2020-01-09T03:35:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5f82a940a0379e32b3553bc0cd6d3ece2f8d0141'/>
<id>urn:sha1:5f82a940a0379e32b3553bc0cd6d3ece2f8d0141</id>
<content type='text'>
The SSUSB IP's clocks come from ssusbsys module on mt7629,
so add its driver

Signed-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
</content>
</entry>
<entry>
<title>clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pll</title>
<updated>2020-01-16T14:39:45Z</updated>
<author>
<name>mingming lee</name>
<email>mingming.lee@mediatek.com</email>
</author>
<published>2019-12-31T03:29:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0670adb27aa99f87cc5f339efee0b9974711b026'/>
<id>urn:sha1:0670adb27aa99f87cc5f339efee0b9974711b026</id>
<content type='text'>
Add configurable pcw_chg_reg/ibits/fmin to mtk_pll to support mt8512
</content>
</entry>
<entry>
<title>clk: mediatek: add set_clr_upd mux type flow</title>
<updated>2020-01-16T14:39:45Z</updated>
<author>
<name>mingming lee</name>
<email>mingming.lee@mediatek.com</email>
</author>
<published>2019-12-31T03:29:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f62168d3c3d9bc0301dbc3ef9dc6d889ac19412e'/>
<id>urn:sha1:f62168d3c3d9bc0301dbc3ef9dc6d889ac19412e</id>
<content type='text'>
Add new set_clr_upd mux type and related operation to
mtk common clock driver to support mt8512
</content>
</entry>
<entry>
<title>clk: mediatek: add driver support for MT8512</title>
<updated>2020-01-16T14:39:45Z</updated>
<author>
<name>mingming lee</name>
<email>mingming.lee@mediatek.com</email>
</author>
<published>2019-12-31T03:29:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c196110777d0a62968f55421685451e4edb089d6'/>
<id>urn:sha1:c196110777d0a62968f55421685451e4edb089d6</id>
<content type='text'>
Add clock driver for MediaTek MT8512 SoC, include topckgen,
apmixedsys and infracfg support.

Signed-off-by: mingming lee &lt;mingming.lee@mediatek.com&gt;
</content>
</entry>
<entry>
<title>clk: mediatek: add driver for MT8518</title>
<updated>2019-12-03T13:44:14Z</updated>
<author>
<name>mingming lee</name>
<email>mingming.lee@mediatek.com</email>
</author>
<published>2019-11-07T11:28:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=907240077516aec17529ac0ec9d16af8e91e167b'/>
<id>urn:sha1:907240077516aec17529ac0ec9d16af8e91e167b</id>
<content type='text'>
Add clock driver for MediaTek MT8518 SoC.

Signed-off-by: mingming lee &lt;mingming.lee@mediatek.com&gt;
</content>
</entry>
<entry>
<title>clk: MediaTek: add hifsys entry for MT7623 SoC.</title>
<updated>2019-08-07T19:31:03Z</updated>
<author>
<name>Ryder Lee</name>
<email>ryder.lee@mediatek.com</email>
</author>
<published>2019-07-29T14:17:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2d88b5a38eda720b028818c039e08b8d6dea6cc6'/>
<id>urn:sha1:2d88b5a38eda720b028818c039e08b8d6dea6cc6</id>
<content type='text'>
This adds high speed interface subsystem - hifsys (i.e. PCIe and USB)
for MT7623 SoC and enables its reset controller.

The control block is shared with ethsys and accordingly rename the
related defines.

Tested-by: Frank Wunderlich &lt;frank-w@public-files.de&gt;
Signed-off-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
</content>
</entry>
<entry>
<title>clk: mediatek: add driver for MT8516</title>
<updated>2019-04-23T21:57:26Z</updated>
<author>
<name>Fabien Parent</name>
<email>fparent@baylibre.com</email>
</author>
<published>2019-03-24T15:46:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd52c3253aa39b7a0ecfe494a919ecd55465dfbe'/>
<id>urn:sha1:cd52c3253aa39b7a0ecfe494a919ecd55465dfbe</id>
<content type='text'>
Add clock driver for MediaTek MT8516 SoC.

Signed-off-by: Fabien Parent &lt;fparent@baylibre.com&gt;
Acked-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
[trini: Redo whitespace]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
