[PATCH v1 0/3] lib: polynomial: Move to math/ and clean up

Andy Shevchenko posted 3 patches 1 month, 1 week ago
There is a newer version of this series
lib/Kconfig                 |  3 ---
lib/Makefile                |  2 --
lib/math/Kconfig            |  3 +++
lib/math/Makefile           |  1 +
lib/{ => math}/polynomial.c | 20 ++++++++------------
5 files changed, 12 insertions(+), 17 deletions(-)
rename lib/{ => math}/polynomial.c (90%)
[PATCH v1 0/3] lib: polynomial: Move to math/ and clean up
Posted by Andy Shevchenko 1 month, 1 week ago
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.

No functional changes intended.

Andy Shevchenko (3):
  lib: polynomial: Move to math/ subfolder
  lib: math: polynomial: Don't use 'proxy' headers
  lib: math: polynomial: Remove link to non-exist file and fix spelling

 lib/Kconfig                 |  3 ---
 lib/Makefile                |  2 --
 lib/math/Kconfig            |  3 +++
 lib/math/Makefile           |  1 +
 lib/{ => math}/polynomial.c | 20 ++++++++------------
 5 files changed, 12 insertions(+), 17 deletions(-)
 rename lib/{ => math}/polynomial.c (90%)

-- 
2.50.1
Re: [PATCH v1 0/3] lib: polynomial: Move to math/ and clean up
Posted by Kuan-Wei Chiu 1 month, 1 week ago
On Fri, Feb 27, 2026 at 08:47:57AM +0100, Andy Shevchenko wrote:
> 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.
> 
> No functional changes intended.
> 
> Andy Shevchenko (3):
>   lib: polynomial: Move to math/ subfolder
>   lib: math: polynomial: Don't use 'proxy' headers
>   lib: math: polynomial: Remove link to non-exist file and fix spelling

With the #include <math.h> added in patch #2
for the series:

Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com>

Regards,
Kuan-Wei

> 
>  lib/Kconfig                 |  3 ---
>  lib/Makefile                |  2 --
>  lib/math/Kconfig            |  3 +++
>  lib/math/Makefile           |  1 +
>  lib/{ => math}/polynomial.c | 20 ++++++++------------
>  5 files changed, 12 insertions(+), 17 deletions(-)
>  rename lib/{ => math}/polynomial.c (90%)
> 
> -- 
> 2.50.1
> 
>