]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi
authorTom Rini <trini@konsulko.com>
Wed, 25 Jan 2023 02:07:01 +0000 (21:07 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 25 Jan 2023 02:07:01 +0000 (21:07 -0500)
commit17e8e58fe62c019b2cc26af221b6defc3368229f
treef1b57c4446fa8db94c8097399f216de58dd8696a
parent4e1ab2065e21e48a3087144ab826f12cfb797a65
parentcd108f2795777d3cca1d0f00c50bb92f766f6591
Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi

This contains some fixes, and the first bunch of some clean up patches
to get rid of legacy GPIO and PMIC code.
Highlight is the DM AXP PMIC driver, which is required to convert some
drivers over to use DM regulators, and also is required to get rid
of some less optimal PMIC setup code in Trusted Firmware. This isn't
enabled by any defconfig yet, but can be enabled manually and works. For
the full glory some patches are still missing, and this requires more
testing, which would be simpler if the core code is upstream.