<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/misc/Kconfig, branch v2023.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/misc/Kconfig?h=v2023.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/misc/Kconfig?h=v2023.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-05-02T18:23:58Z</updated>
<entry>
<title>misc: add Qualcomm GENI SE QUP device driver</title>
<updated>2023-05-02T18:23:58Z</updated>
<author>
<name>Vladimir Zapolskiy</name>
<email>vladimir.zapolskiy@linaro.org</email>
</author>
<published>2023-04-21T17:50:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1b15483deb3f6e6975cdd13652a9b5ed2c81c42f'/>
<id>urn:sha1:1b15483deb3f6e6975cdd13652a9b5ed2c81c42f</id>
<content type='text'>
This change adds a Qualcomm GENI SE QUP device driver as a wrapper for
actually enabled and used serial devices found on a board.

At the moment the driver is pretty simple, its intention is to populate
childred devices and provide I/O mem read interface to them as clients,
this is needed for GENI UART driver to set up a proper clock divider
and provide the actually asked baud rate.

Signed-off-by: Vladimir Zapolskiy &lt;vladimir.zapolskiy@linaro.org&gt;
Reviewed-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;
</content>
</entry>
<entry>
<title>misc: imx: remove DM dependency for ocotp driver in SPL</title>
<updated>2023-03-30T06:40:27Z</updated>
<author>
<name>Jean-Marie Lemetayer</name>
<email>j.lemetayer@kerlink.fr</email>
</author>
<published>2023-02-13T13:12:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=251a3053b1e68de3421e2c5536e58b9632f9c770'/>
<id>urn:sha1:251a3053b1e68de3421e2c5536e58b9632f9c770</id>
<content type='text'>
The ocotp driver is available for regular and SPL builds using the
(SPL_)MXC_OCOTP configuration. Also, the ocotp driver does not support
the driver model (DM) configuration.

But, for SPL builds, the SPL_MXC_OCOTP configuration depends on
SPL_MISC which implies on SPL_DM.

This commit replaces the dependency on SPL_MISC with SPL_DRIVERS_MISC.
So the only requirement is to have enabled miscellaneous drivers for
the SPL.

Signed-off-by: Jean-Marie Lemetayer &lt;j.lemetayer@kerlink.fr&gt;
</content>
</entry>
<entry>
<title>rockchip: efuse: Add support for RK3288 and more</title>
<updated>2023-02-28T10:07:28Z</updated>
<author>
<name>Jonas Karlman</name>
<email>jonas@kwiboo.se</email>
</author>
<published>2023-02-22T22:44:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6f95b3e1034fb491a04479d792d35130ba41d887'/>
<id>urn:sha1:6f95b3e1034fb491a04479d792d35130ba41d887</id>
<content type='text'>
Add support for rk3066a, rk3188, rk322x and rk3288 compatible.

Signed-off-by: Jonas Karlman &lt;jonas@kwiboo.se&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SMSC_LPC47M et al to Kconfig</title>
<updated>2022-12-05T21:08:37Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-11-19T23:45:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d91365203c06e0fbfa329e707196e9aa51241e4c'/>
<id>urn:sha1:d91365203c06e0fbfa329e707196e9aa51241e4c</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SMSC_LPC47M
   CONFIG_SMSC_SIO1007

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_MXS_OCOTP to Kconfig</title>
<updated>2022-12-05T21:07:13Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-11-19T23:45:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6c03a652755ca415e3a1fa92525b5a8c230c9289'/>
<id>urn:sha1:6c03a652755ca415e3a1fa92525b5a8c230c9289</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_MXS_OCOTP

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_FSL_IIM to Kconfig</title>
<updated>2022-12-05T21:06:43Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-11-19T23:45:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=060613f119837fafc7c90a5dcc1aa1bf81ff319b'/>
<id>urn:sha1:060613f119837fafc7c90a5dcc1aa1bf81ff319b</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_FSL_IIM

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>misc: imx: S400_API: Move S400 MU and API to a common place</title>
<updated>2022-07-26T09:29:00Z</updated>
<author>
<name>Ye Li</name>
<email>ye.li@nxp.com</email>
</author>
<published>2022-07-26T08:40:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=03fcf966511d11aa67c7b52d9d68c7bf18edade6'/>
<id>urn:sha1:03fcf966511d11aa67c7b52d9d68c7bf18edade6</id>
<content type='text'>
Since iMX9 uses S401 which shares the API with iMX8ULP. So move S400
MU driver and API to a common place and selected by CONFIG_IMX_SENTINEL

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: nuvoton: Add host interface configuration driver</title>
<updated>2022-07-06T22:34:16Z</updated>
<author>
<name>Jim Liu</name>
<email>jim.t90615@gmail.com</email>
</author>
<published>2022-06-24T08:24:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=847505a3eefdadf44b4a2cc9325c5dcf7aa1cfa2'/>
<id>urn:sha1:847505a3eefdadf44b4a2cc9325c5dcf7aa1cfa2</id>
<content type='text'>
add nuvoton BMC npcm750 host configuration driver

Signed-off-by: Jim Liu &lt;JJLIU0@nuvoton.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SYS_FSL_SEC_MON et al to Kconfig</title>
<updated>2022-07-05T21:04:00Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-06-16T18:04:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c9f85187e21ef64f65c1cd7202ef9199501a6f4d'/>
<id>urn:sha1:c9f85187e21ef64f65c1cd7202ef9199501a6f4d</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SYS_FSL_SEC_MON
   CONFIG_SYS_FSL_SEC_MON_BE
   CONFIG_SYS_FSL_SEC_MON_LE

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>misc: nuvoton: Add NPCM7xx otp controller driver</title>
<updated>2022-06-23T01:30:05Z</updated>
<author>
<name>Jim Liu</name>
<email>jim.t90615@gmail.com</email>
</author>
<published>2022-06-07T08:33:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0ae1c77199a6ae0b5bf759f894736898d62d46b0'/>
<id>urn:sha1:0ae1c77199a6ae0b5bf759f894736898d62d46b0</id>
<content type='text'>
Add Nuvoton BMC npcm750 otp driver

Signed-off-by: Jim Liu &lt;JJLIU0@nuvoton.com&gt;
</content>
</entry>
</feed>
