commit | d7fb6fa9f11d14955415d701ba0ea79f7884477c | [log] [tgz] |
---|---|---|
author | Thomas Stranger <thomas.stranger@outlook.com> | Tue Apr 27 18:02:57 2021 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu May 06 07:10:02 2021 -0500 |
tree | 6263f8277af5157101bb5b222c9532041fd13623 | |
parent | 457f3a46d6cbad2ed33284e1a148a9a5f4a339d9 [diff] |
drivers/dma: stm32 dmamux: fix isActiveFlag/clearFlag function array len This commit uses dt property dma-channels instead of ll defines to make sure every soc has correct number of function pointers defined. While commit 5f6218a tried to fix this for g0 series, this caused regression for other series(e.g. stm32g431). Using UTIL_LISTIFY and dt properties this should finally be fixed and reduce boilerplate code. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>