commit | 58d81d64e06ffaea6bddc85ae2b7295c371bcc55 | [log] [tgz] |
---|---|---|
author | Priit Laes <plaes@plaes.org> | Mon Nov 19 20:01:22 2018 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Nov 29 17:30:48 2018 +0200 |
tree | 8b3212ca7189300141dbf644ae6a353cc052a314 | |
parent | 559afaa2c506688a94969158cd83249ceacb2e27 [diff] |
lib: cordic: Move cordic macros and defines to header file Now that these macros are in header file, we can eventually clean up the duplicate macros present in the drivers that utilize the same cordic algorithm implementation. Also add CORDIC_ prefix to nonprefixed macros. Reviewed-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Priit Laes <plaes@plaes.org> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>