<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/gpio/Makefile, branch v2023.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/gpio/Makefile?h=v2023.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/gpio/Makefile?h=v2023.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2022-10-21T20:06:13Z</updated>
<entry>
<title>gpio: adp5585: add gpio driver for ADP5585 I/O Expander Controller</title>
<updated>2022-10-21T20:06:13Z</updated>
<author>
<name>Alice Guo</name>
<email>alice.guo@nxp.com</email>
</author>
<published>2022-10-09T03:19:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=71858454fedd1e9d975d43e82f2fbaf2640460b0'/>
<id>urn:sha1:71858454fedd1e9d975d43e82f2fbaf2640460b0</id>
<content type='text'>
Add gpio driver for ADP5585 I/O Expander Controller. The ADP5585 is a 10
input/output port expander and can be used to increase the number of
I/Os available to a processor.

Signed-off-by: Alice Guo &lt;alice.guo@nxp.com&gt;
</content>
</entry>
<entry>
<title>gpio: ftgpio010: Add support for Faraday Technology FTGPIO010</title>
<updated>2022-10-07T01:05:17Z</updated>
<author>
<name>Sergei Antonov</name>
<email>saproj@gmail.com</email>
</author>
<published>2022-09-12T10:09:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d100d3e18ea81845eaee34964c6a927dbb8287cc'/>
<id>urn:sha1:d100d3e18ea81845eaee34964c6a927dbb8287cc</id>
<content type='text'>
Add Faraday Technology's FTGPIO010 controller driver.

Signed-off-by: Sergei Antonov &lt;saproj@gmail.com&gt;
</content>
</entry>
<entry>
<title>pmic: Convert pm8916 driver to a generic Qcom PMIC driver</title>
<updated>2022-08-26T14:55:45Z</updated>
<author>
<name>Sumit Garg</name>
<email>sumit.garg@linaro.org</email>
</author>
<published>2022-08-04T14:27:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e555d4caacd008b5091a8d755bdfff1ce8cceb2f'/>
<id>urn:sha1:e555d4caacd008b5091a8d755bdfff1ce8cceb2f</id>
<content type='text'>
Since both pm8916.c and pm8916_gpio.c are already supporting multiple
Qcom SoCs, it makes sense to rename these drivers to pmic_qcom.c and
qcom_pmic_gpio.c respectively. Also, these driver can be extended to
support additional functionality if required for other Qcom SoCs.

Along with this import latest DT binding: qcom,spmi-pmic.txt from Linux
kernel and thereby remove pm8916.txt.

Signed-off-by: Sumit Garg &lt;sumit.garg@linaro.org&gt;
</content>
</entry>
<entry>
<title>gpio: Remove mvgpio driver</title>
<updated>2022-08-09T06:58:27Z</updated>
<author>
<name>Chris Packham</name>
<email>judge.packham@gmail.com</email>
</author>
<published>2022-08-03T23:43:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=65b3b24eba7558fa4085a0695b3ad3e7dbf7a3fb'/>
<id>urn:sha1:65b3b24eba7558fa4085a0695b3ad3e7dbf7a3fb</id>
<content type='text'>
The last user of this driver was removed in commit dee08b1999e2 ("arm:
Remove gplugd board"). Remove the unused driver.

Signed-off-by: Chris Packham &lt;judge.packham@gmail.com&gt;
Acked-by: Pali Rohár &lt;pali@kernel.org&gt;
</content>
</entry>
<entry>
<title>gpio: Add Turris Omnia MCU driver</title>
<updated>2022-07-29T08:02:43Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali@kernel.org</email>
</author>
<published>2022-07-28T11:06:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5e4d24ccc115215be9aa4cd20cda585e2792e7ff'/>
<id>urn:sha1:5e4d24ccc115215be9aa4cd20cda585e2792e7ff</id>
<content type='text'>
This driver registers GPIO controller and allows U-Boot to control GPIO
pins on MCU which is connected to Turris Omnia via i2c.

Signed-off-by: Pali Rohár &lt;pali@kernel.org&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>gpio: npcm: Add support for Nuvoton NPCM SoCs</title>
<updated>2022-05-05T13:29:58Z</updated>
<author>
<name>Stanley Chu</name>
<email>stanley.chuys@gmail.com</email>
</author>
<published>2022-02-25T02:14:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=344e86c61ec2f88b2740b33ed65ccc34ed708baa'/>
<id>urn:sha1:344e86c61ec2f88b2740b33ed65ccc34ed708baa</id>
<content type='text'>
Add Nuvoton BMC NPCM7xx/NPCM8xx gpio driver

Signed-off-by: Stanley Chu &lt;yschu@nuvoton.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next</title>
<updated>2022-03-16T16:52:02Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-03-16T16:52:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=297e6eb8dcf9d90aaf9b0d146cdd502403003d04'/>
<id>urn:sha1:297e6eb8dcf9d90aaf9b0d146cdd502403003d04</id>
<content type='text'>
Xilinx changes for v2022.07-rc1

microblaze:
- Add support for reserved memory

xilinx:
- Update FRU code with MAC reading

zynqmp:
- Remove double AMS setting
- DT updates (mostly for SOMs)
- Add support for zcu106 rev 1.0

zynq:
- Update nand binding

nand:
- Aligned zynq_nand to upstream DT binding

net:
- Add support for ethernet-phy-id

mmc:
- Workaround CD in zynq_sdhci driver also for ZynqMP
- Add support for dynamic/run-time SD config for SOMs

gpio:
- Add driver for slg7xl45106

firmware:
- Add support for dynamic SD config

power-domain:
- Update zynqmp driver with the latest firmware

video:
- Add skeleton driver for DP and DPDMA

i2c:
- Fix i2c to work with QEMU

pinctrl:
- Add driver for zynqmp pinctrl driver
</content>
</entry>
<entry>
<title>Merge tag 'v2022.04-rc4' into next</title>
<updated>2022-03-14T21:40:36Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-03-14T21:40:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2abf048ab7b835787d6627423559832f2b18f253'/>
<id>urn:sha1:2abf048ab7b835787d6627423559832f2b18f253</id>
<content type='text'>
Prepare v2022.04-rc4
</content>
</entry>
<entry>
<title>gpio: Add Aspeed GPIO driver</title>
<updated>2022-03-07T16:36:12Z</updated>
<author>
<name>Andrew Jeffery</name>
<email>andrew@aj.id.au</email>
</author>
<published>2022-02-15T23:56:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7ad889b0f37a122b7cb8c2a43302914423d77292'/>
<id>urn:sha1:7ad889b0f37a122b7cb8c2a43302914423d77292</id>
<content type='text'>
The Aspeed GPIO driver supports the GPIO controllers found in the
AST2400, AST2500 and AST2600 BMC SoCs. The implementation is a cut-down
copy of the upstream Linux kernel driver, adapted for u-boot.

Signed-off-by: Andrew Jeffery &lt;andrew@aj.id.au&gt;
</content>
</entry>
<entry>
<title>gpio: slg7xl45106: Add support for slg7xl45106 i2c gpo expander</title>
<updated>2022-03-07T15:33:47Z</updated>
<author>
<name>T Karthik Reddy</name>
<email>t.karthik.reddy@xilinx.com</email>
</author>
<published>2022-02-23T15:21:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=15efe0f3a57fc783526769fdd245bc2ebdbe2588'/>
<id>urn:sha1:15efe0f3a57fc783526769fdd245bc2ebdbe2588</id>
<content type='text'>
slg7xl45106 is i2c based 8-bit gpo expander, gpo pins are set and get by
writing and reading corresponding gpo bit value into its data register.

Signed-off-by: T Karthik Reddy &lt;t.karthik.reddy@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Link: https://lore.kernel.org/r/839f475cc75c97ffb3496a4caa93de2faabdbca2.1645629688.git.michal.simek@xilinx.com
</content>
</entry>
</feed>
