Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-29 | lib: cordic: Move cordic macros and defines to header file | Priit Laes | 1 | -0/+9 | |
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 <[email protected]> Signed-off-by: Priit Laes <[email protected]> Acked-by: Larry Finger <[email protected]> Signed-off-by: Kalle Valo <[email protected]> | |||||
2011-10-29 | Docs: wording: Insert `the' | Michael Witten | 1 | -1/+1 | |
Signed-off-by: Michael Witten <[email protected]> Signed-off-by: Jiri Kosina <[email protected]> | |||||
2011-10-29 | Docs: Pedantry: [Cc]ordic -> CORDIC | Michael Witten | 1 | -1/+1 | |
According to: http://en.wikipedia.org/wiki/CORDIC it stands for: *CO*ordinate *R*otation *DI*gital *C*omputer Signed-off-by: Michael Witten <[email protected]> Signed-off-by: Jiri Kosina <[email protected]> | |||||
2011-06-03 | lib: cordic: add library module providing cordic angle calculation | Arend van Spriel | 1 | -0/+48 | |
The brcm80211 driver in the staging tree has a cordic function to determine cosine and sine for a given angle. Feedback received from John Linville suggested that these kind of functions should be made available to others as a library function in the kernel tree. The b43 driver also has a cordic angle calculation implemented. Cc: [email protected] Cc: [email protected] Cc: "John W. Linville" <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Dan Carpenter <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Larry Finger <[email protected]> Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Henry Ptasinski <[email protected]> Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: John W. Linville <[email protected]> |