]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib: polynomial: move to math/ subfolder
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 2 Mar 2026 09:28:07 +0000 (10:28 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 28 Mar 2026 04:19:39 +0000 (21:19 -0700)
commit7eece6917c541af24a6161b10a150b5744695f80
tree2c78c3610a91f0e70eab8bc4574e7b6589934de1
parent19aa667ace53c7398b08d01def44f96f03708bda
lib: polynomial: move to math/ subfolder

Patch series "lib: polynomial: Move to math/ and clean up", v2.

While removing Baikal SoC and platform code pieces I found that this code
belongs to lib/math/ rather than generic lib/.  Hence the move and
followed up cleanups.

This patch (of 3):

The algorithm behind polynomial belongs to our collection of math
equations and expressions handling.  Move it to math/ subfolder where
others of the kind are located.

Link: https://lkml.kernel.org/r/20260302092831.2267785-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/Kconfig
lib/Makefile
lib/math/Kconfig
lib/math/Makefile
lib/math/polynomial.c [moved from lib/polynomial.c with 100% similarity]