<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/dt-bindings/mfd, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-04-12T14:09:13Z</updated>
<entry>
<title>power: rename stpmu1 to official name stpmic1</title>
<updated>2019-04-12T14:09:13Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2019-02-04T10:26:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=42f01aacfd508ddaab5fbc21dd1d3c04dcf61990'/>
<id>urn:sha1:42f01aacfd508ddaab5fbc21dd1d3c04dcf61990</id>
<content type='text'>
Alignment with kernel driver name &amp; binding
introduced by https://patchwork.kernel.org/cover/10761943/
to use the final marketing name = STPMIC1.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>power: stpmu1: rename files to stpmic1</title>
<updated>2019-04-12T14:09:13Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2019-02-04T10:26:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d46c22b3fdb58623f1bf372d028313a5d3e7b79b'/>
<id>urn:sha1:d46c22b3fdb58623f1bf372d028313a5d3e7b79b</id>
<content type='text'>
Prepare file modification for kernel alignment and
rename driver to stpmic1.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: dts: stm32mp157c-ed1: Add regulator node</title>
<updated>2018-05-08T13:07:39Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2018-04-26T15:13:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=21299d3a68ba71c17430b1f156ff532b88b39ee2'/>
<id>urn:sha1:21299d3a68ba71c17430b1f156ff532b88b39ee2</id>
<content type='text'>
Add regulator nodes needed by stpmu1 regulator driver
Add vmmc-supply and vqmmc-supply regulator property for
sdmmc1 and sdmmc2.

Signed-off-by: Christophe Kerello &lt;christophe.kerello@st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>clk: clk_stm32f: Add DSI clock support</title>
<updated>2018-03-14T01:45:37Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2018-02-08T16:20:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6243c884485182d7dd949c8ef1965d71593c9e4d'/>
<id>urn:sha1:6243c884485182d7dd949c8ef1965d71593c9e4d</id>
<content type='text'>
DSI clock is available on STM32F769-disco and
STM32F469-disco board.

Signed-off-by: Yannick Fertre &lt;yannick.fertre@st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>ARM: DTS: stm32: add STM32F429 SoC and its Discovery board support</title>
<updated>2018-01-10T13:05:45Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2017-12-12T08:49:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=46b1e54b18f5605dfee73a198b99f9cf64a416e4'/>
<id>urn:sha1:46b1e54b18f5605dfee73a198b99f9cf64a416e4</id>
<content type='text'>
All these files comes from kernel v4.15-rc1.

Update some header with correct STMicroelectronics Copyright.

Remove the paragraph about writing to the Free Software
Foundation's mailing address as requested by checkpatch.

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>clk: clk_stm32fx: add clock configuration for mmc usage</title>
<updated>2017-11-30T03:30:50Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2017-11-15T12:14:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4e97e25723530cc8bf57ca1d0ae17d86895e04c5'/>
<id>urn:sha1:4e97e25723530cc8bf57ca1d0ae17d86895e04c5</id>
<content type='text'>
MMC block needs 48Mhz source clock, for that we choose
to select the SAI PLL.
Update also stm32_clock_get_rate() to retrieve the MMC
clock source needed in MMC driver.

STM32F4 uses a different RCC variant than STM32F7. For STM32F4
sdmmc clocks bit are located into dckcfgr register whereas there
are located into dckcfgr2 registers on STM32F7.
In both registers, bits CK48MSEL and SDMMC1SEL are located at
the same position.

Signed-off-by: Christophe Priouzeau &lt;christophe.priouzeau@st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Reviewed-by: Vikas Manocha &lt;vikas.manocha@st.com&gt;
</content>
</entry>
<entry>
<title>dm: reset: add stm32 reset driver</title>
<updated>2017-09-22T11:40:01Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2017-09-13T16:00:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=23a06416858d839ee62dc00562be956be6d84bd2'/>
<id>urn:sha1:23a06416858d839ee62dc00562be956be6d84bd2</id>
<content type='text'>
This driver is adapted from linux drivers/reset/reset-stm32.c
It's compatible with STM32 F4/F7/H7 SoCs.

This driver doesn't implement .of_match as it's binded
by MFD RCC driver.

To add support for each SoC family, a SoC's specific
include/dt-binfings/mfd/stm32xx-rcc.h file must be added.

This patch only includes stm32h7-rcc.h dedicated for STM32H7 SoCs.
Other SoCs support will be added in the future.

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>ARM: DTS: stm32: align DT clock declaration with kernel</title>
<updated>2017-07-26T15:26:52Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2017-07-18T07:29:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=fa87abb6b67d21860b95f4c8a5d1c14008f7be46'/>
<id>urn:sha1:fa87abb6b67d21860b95f4c8a5d1c14008f7be46</id>
<content type='text'>
Use the same clocks macro than the one used by kernel DT.

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Acked-by: Vikas MANOCHA &lt;vikas.manocha@st.com&gt;
</content>
</entry>
<entry>
<title>STiH410-B2260: Add device tree</title>
<updated>2017-03-15T00:40:21Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2017-02-21T12:37:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e'/>
<id>urn:sha1:51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e</id>
<content type='text'>
This device tree has been extracted from v4.9 kernel

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
