]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "memory: ti-aemif: Add DM support"
authorTom Rini <trini@konsulko.com>
Wed, 30 Oct 2024 00:45:51 +0000 (18:45 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2024 00:45:51 +0000 (18:45 -0600)
commit2d79d1004d8d2ec8522c520dc205c8f199fd035e
treeff16500f1889accb9b30a2eb446ec49b95fbb76e
parente28e70e392306626b750bedb4225bee24db40466
parentea21cde01de8f6e3ffed75a995123183f411773e
Merge patch series "memory: ti-aemif: Add DM support"

Bastien Curutchet <bastien.curutchet@bootlin.com> says:

Hi all,

This patch series aims to add DM support for the AEMIF controller that
can be found in the DaVinci SoCs.

This controller has already a driver used by the Keystone SoCs so I
add my work to it.

As we can now easily import Linux device-trees, I try to stick the
most I can to the Linux bindings of the AEMIF controller. To do so I add
an 'intermediate' driver called 'ti-aemif-cs'. It's in charge of
configuring timings for a given chip select of the AEMIF controller.

Link: https://lore.kernel.org/r/20241021151330.1860929-1-bastien.curutchet@bootlin.com
board/ti/ks2_evm/board.c