<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/clk, branch v2018.05-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/clk?h=v2018.05-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/clk?h=v2018.05-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-04-13T21:41:44Z</updated>
<entry>
<title>clk: renesas: Minor clean up of the R8A7790 clock driver</title>
<updated>2018-04-13T21:41:44Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@gmail.com</email>
</author>
<published>2018-04-12T13:23:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cc64a515465686becc8a991f3e340e8a54496043'/>
<id>urn:sha1:cc64a515465686becc8a991f3e340e8a54496043</id>
<content type='text'>
The initconst is not used in U-Boot, drop it. The r8a7790_crit_mod_clks
is also not used in U-Boot, so drop it too.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>clk: add sandbox test for bulk API</title>
<updated>2018-04-10T19:18:56Z</updated>
<author>
<name>Neil Armstrong</name>
<email>narmstrong@baylibre.com</email>
</author>
<published>2018-04-03T09:44:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=65388d0dc5a36fc86718ffcdf08ac5671ae27b5d'/>
<id>urn:sha1:65388d0dc5a36fc86718ffcdf08ac5671ae27b5d</id>
<content type='text'>
This patch adds the bulk clock API tests for the sandbox test suite.

It's very similar to the main test but only uses the _bulk() API and
checks if the clocks are correctly enabled/disabled.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>clk: Add get/enable/disable/release for a bulk of clocks</title>
<updated>2018-04-10T15:52:16Z</updated>
<author>
<name>Neil Armstrong</name>
<email>narmstrong@baylibre.com</email>
</author>
<published>2018-04-03T09:44:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a855be87da49ba750e83ecc526235fe33099f76e'/>
<id>urn:sha1:a855be87da49ba750e83ecc526235fe33099f76e</id>
<content type='text'>
This patch adds a "bulk" API to the clock API in order to get/enable/disable
/release a group of clocks associated with a device.

This bulk API will avoid adding a copy of the same code to manage
a group of clocks in drivers.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>clk: zynqmp: Add new compatible string for clock driver</title>
<updated>2018-04-09T10:14:50Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2018-02-21T12:59:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=969dd4c7dbdf722bdaa323d7b9e5e6a33bcd3c80'/>
<id>urn:sha1:969dd4c7dbdf722bdaa323d7b9e5e6a33bcd3c80</id>
<content type='text'>
New and old clk drivers are sharing IDs and descriptions.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>clock: stm32mp1: add stgen clock source change support</title>
<updated>2018-04-07T00:45:28Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2018-03-20T10:41:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=938e0e3f6e0911ca5329ac140ba1b0c55ded5340'/>
<id>urn:sha1:938e0e3f6e0911ca5329ac140ba1b0c55ded5340</id>
<content type='text'>
The STGEN is the clock source for the Cortex A7 arch timer.
So after modification of its frequency, CP15 cntfreq is updated
and a new timer init is performed.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>rockchip: clk: rk3188: update dpll settings to make EMAC work</title>
<updated>2018-03-28T21:44:59Z</updated>
<author>
<name>Alexander Kochetkov</name>
<email>al.kochet@gmail.com</email>
</author>
<published>2018-02-26T11:27:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6b0c26fa05470b939be05ecf534566aef0f5a2b2'/>
<id>urn:sha1:6b0c26fa05470b939be05ecf534566aef0f5a2b2</id>
<content type='text'>
The patch set dpll settings for 300MHz to values used by binary
blob[1]. With new values dpll still generate 300MHz clock, but
EMAC work. Probably with new values dpll generate more stable clock.

dpll on rk3188 provide clocks to DDR and EMAC. With current
dpll settings EMAC doesn't work on radxa rock. EMAC sends packets
to network, but it doesn't receive anything. ifconfig shows a lot
of framing errors.

[1] https://github.com/linux-rockchip/u-boot-rockchip/blob/u-boot-rk3288/
    tools/rk_tools/3188_LPDDR2_300MHz_DDR3_300MHz_20130830.bin

Signed-off-by: Alexander Kochetkov &lt;al.kochet@gmail.com&gt;
Acked-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>arm64: zynqmp: Print the value of pl clocks and wdt clock using clk dump</title>
<updated>2018-03-23T08:34:44Z</updated>
<author>
<name>Vipul Kumar</name>
<email>vipul.kumar@xilinx.com</email>
</author>
<published>2018-03-07T09:22:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a79b590f78ca9ad2d786e3ae3180cca02cb02bfc'/>
<id>urn:sha1:a79b590f78ca9ad2d786e3ae3180cca02cb02bfc</id>
<content type='text'>
This patch print pl clocks (pl0...pl3) and watchdog
clock using clk dump.

Signed-off-by: Vipul Kumar &lt;vipulk@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>clk: zynq: Show watchdog clock rate properly</title>
<updated>2018-03-23T08:34:43Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2018-02-21T14:06:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=58afff43e3a8f31344cbbc6a3f09bd3f7a2a70eb'/>
<id>urn:sha1:58afff43e3a8f31344cbbc6a3f09bd3f7a2a70eb</id>
<content type='text'>
watchdog clock is also connected to cpu 1X clocksource.

Zynq&gt; clk dump
...

Before:
      swdt          4294967290
After:
      swdt           111111110

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>clk: stm32mp1: add clock tree initialization</title>
<updated>2018-03-19T20:14:22Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2018-03-12T09:46:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=266fa4df0087c1113dc2c5dd98156ac41bf606da'/>
<id>urn:sha1:266fa4df0087c1113dc2c5dd98156ac41bf606da</id>
<content type='text'>
add binding and code for clock tree initialization from device tree

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>clk: add driver for stm32mp1</title>
<updated>2018-03-19T20:14:22Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2018-03-12T09:46:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a6151916cbda43a36a69d3610f6588e0dbedb5dc'/>
<id>urn:sha1:a6151916cbda43a36a69d3610f6588e0dbedb5dc</id>
<content type='text'>
add RCC clock driver for STMP32MP157
- base on driver model = UCLASS_CLK
- support ops to enable, disable and get rate
  of all SOC clock needed by U-Boot

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
</feed>
