2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-15 08:44:14 +08:00
linux-next/lib/math
Andy Shevchenko 2c64e9cb0b lib: Move mathematic helpers to separate folder
For better maintenance and expansion move the mathematic helpers to the
separate folder.

No functional change intended.

Note, the int_sqrt() is not used as a part of lib, so, moved to regular
obj.

Link: http://lkml.kernel.org/r/20190323172531.80025-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Ray Jui <rjui@broadcom.com>
[mchehab+samsung@kernel.org: fix broken doc references for div64.c and gcd.c]
  Link: http://lkml.kernel.org/r/734f49bae5d4052b3c25691dfefad59bea2e5843.1555580999.git.mchehab+samsung@kernel.org
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_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: Move mathematic helpers to separate folder 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