1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
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
..
cordic.c lib: Move mathematic helpers to separate folder 2019-05-14 19:52:49 -07:00
div64.c lib: Move mathematic helpers to separate folder 2019-05-14 19:52:49 -07:00
gcd.c lib: Move mathematic helpers to separate folder 2019-05-14 19:52:49 -07:00
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 lib: Move mathematic helpers to separate folder 2019-05-14 19:52:49 -07:00
Kconfig lib: Move mathematic helpers to separate folder 2019-05-14 19:52:49 -07:00
lcm.c lib: Move mathematic helpers to separate folder 2019-05-14 19:52:49 -07:00
Makefile lib/math: move int_pow() from pwm_bl.c for wider use 2019-05-14 19:52:49 -07:00
prime_numbers.c lib: Move mathematic helpers to separate folder 2019-05-14 19:52:49 -07:00
rational.c lib: Move mathematic helpers to separate folder 2019-05-14 19:52:49 -07:00
reciprocal_div.c lib: Move mathematic helpers to separate folder 2019-05-14 19:52:49 -07:00