]> git.dujemihanovic.xyz Git - u-boot.git/commit
memory: ti-aemif: Wrap the CS configuration into a function
authorBastien Curutchet <bastien.curutchet@bootlin.com>
Mon, 21 Oct 2024 15:13:28 +0000 (17:13 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2024 00:45:22 +0000 (18:45 -0600)
commit4b43602c8b05ad51ec430f81319c56c40dd00c77
tree58e64baf1b84bf1cb09f9afda680c3f62c9fb8ab
parentf437f786cdba7bd909c480977cfc4de5ab004c3f
memory: ti-aemif: Wrap the CS configuration into a function

Wrap the CS configuration into a aemif_configure_cs() to ease its
migration to another driver when adding DM support.

Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
drivers/memory/ti-aemif.c