1
0
Fork 0
alistair23-linux/lib/math
Andy Shevchenko 9f61589469 lib/math: move int_pow() from pwm_bl.c for wider use
The integer exponentiation is used in few places and might be used in
the future by other call sites.  Move it to wider use.

Link: http://lkml.kernel.org/r/20190323172531.80025-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Ray Jui <rjui@broadcom.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-05-14 19:52:49 -07:00
..
Kconfig
Makefile lib/math: move int_pow() from pwm_bl.c for wider use 2019-05-14 19:52:49 -07:00
cordic.c
div64.c
gcd.c
int_pow.c lib/math: move int_pow() from pwm_bl.c for wider use 2019-05-14 19:52:49 -07:00
int_sqrt.c
lcm.c
prime_numbers.c
rational.c
reciprocal_div.c