<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/misc, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-06-11T08:42:48Z</updated>
<entry>
<title>imx8: fuse: fix fuse driver</title>
<updated>2019-06-11T08:42:48Z</updated>
<author>
<name>Marcel Ziswiler</name>
</author>
<published>2019-05-31T16:00:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=74c0f5cd7c9b404d3ae5a2db9af77c94357ef40f'/>
<id>urn:sha1:74c0f5cd7c9b404d3ae5a2db9af77c94357ef40f</id>
<content type='text'>
This fixes the i.MX 8 fuse driver to actually build for i.MX 8QM as
well.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Reviewed-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>spl: misc: Allow misc drivers in SPL and TPL</title>
<updated>2019-05-21T23:33:23Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-11-18T15:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=aaba703fd0f08f3c63ad241cbb29273f0ebbf2a6'/>
<id>urn:sha1:aaba703fd0f08f3c63ad241cbb29273f0ebbf2a6</id>
<content type='text'>
In some cases it is necessary to read the keyboard in early phases of
U-Boot. The cros_ec keyboard is kept in the misc directory. Update the
config to allow this.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>gdsys_rxaui_ctrl: Use new regmap interface</title>
<updated>2019-05-21T05:52:34Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-28T08:47:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=935a89241c97cdd671326c98c43f3833dba96a5b'/>
<id>urn:sha1:935a89241c97cdd671326c98c43f3833dba96a5b</id>
<content type='text'>
For the DM case, use the proper parameter for the regmap_init_mem call
(which is the ofnode, not the udevice).

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gdsys_rxaui_ctrl: Return old state</title>
<updated>2019-05-21T05:52:34Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-28T08:47:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=ca0eab2dcfe5e742a2e663dc10829679879f7b98'/>
<id>urn:sha1:ca0eab2dcfe5e742a2e663dc10829679879f7b98</id>
<content type='text'>
Make the gdsys_rxaui_ctrl polarity setting function return the old
state to comply with the API requirements.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>cros_ec: Use a hyphen in the uclass name</title>
<updated>2019-05-08T04:44:07Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-05-02T16:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=16f4d05164eb5418d4bafd5a058813c97a431273'/>
<id>urn:sha1:16f4d05164eb5418d4bafd5a058813c97a431273</id>
<content type='text'>
Device-tree rules require that aliases use a hyphen rather than a
underscore. Update the uclass name to fit with this.

This allows device-tree aliases to be used to refer to cros-ec devices,
for example:

	aliases {
	    cros-ec0 = &amp;ec;
	    cros-ec1 = &amp;pd;
	};

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>mxc_ocotp: Disable fuse sense for imx8mq B1</title>
<updated>2019-04-25T17:16:24Z</updated>
<author>
<name>Ye Li</name>
</author>
<published>2019-04-17T09:41:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=b3cf86c86bf00d7d3ee9bc7ecb0819105b641c89'/>
<id>urn:sha1:b3cf86c86bf00d7d3ee9bc7ecb0819105b641c89</id>
<content type='text'>
On iMX8MQ Rev B1, reading from fuse box is not allowed. The
OCOTP_READ_FUSE_DATA register is tied to magic number 0xff0055aa
for chip rev. So u-boot has to disable the fuse sense function for it.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
Tested-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>mxc_ocotp: Update redundancy banks for mx7ulp B0</title>
<updated>2019-04-25T17:16:24Z</updated>
<author>
<name>Ye Li</name>
</author>
<published>2019-04-17T09:41:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=112ad600587655d17a95ecf1d9a10358528106ac'/>
<id>urn:sha1:112ad600587655d17a95ecf1d9a10358528106ac</id>
<content type='text'>
On mx7ulp B0, beside bank 0 and 1, the fuse bank 9, 10, 28 are changed to
Redundancy mode not ECC, so they can support to program different bits of
a word in multiple times.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>misc: imx8: scu: add i.MX8QM support</title>
<updated>2019-04-25T15:03:25Z</updated>
<author>
<name>Peng Fan</name>
</author>
<published>2019-03-05T02:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=894e02b7b0276af80f52d47cbc6565275262c098'/>
<id>urn:sha1:894e02b7b0276af80f52d47cbc6565275262c098</id>
<content type='text'>
According to IMX8QXP/8QM config option, choose the clk/iomuxc
compatible.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx8: fuse: add fuse driver</title>
<updated>2019-04-25T07:03:15Z</updated>
<author>
<name>Peng Fan</name>
</author>
<published>2019-04-12T07:54:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=90c98a5ad0ed5de95f2cedf4c755804110377007'/>
<id>urn:sha1:90c98a5ad0ed5de95f2cedf4c755804110377007</id>
<content type='text'>
Add fuse write for i.MX8

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>misc: fs_loader: Replace label with DT phandle</title>
<updated>2019-04-22T22:13:22Z</updated>
<author>
<name>Tien Fong Chee</name>
</author>
<published>2019-03-05T15:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=c1ef736e3d486b758c4cda36c24d9111c5733bb0'/>
<id>urn:sha1:c1ef736e3d486b758c4cda36c24d9111c5733bb0</id>
<content type='text'>
In previously label which will be expanded to the node's full path was
used, and now replacing label with most commonly used DT phandle. The
codes were changed accordingly to the use of DT phandle and supporting
multiple instances.

Signed-off-by: Tien Fong Chee &lt;tien.fong.chee@intel.com&gt;
</content>
</entry>
</feed>
