mellanox: Relocate mlx-platform driver
authorVadim Pasternak <vadimp@nvidia.com>
Fri, 24 Jan 2025 17:26:19 +0000 (19:26 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 4 Feb 2025 11:03:10 +0000 (13:03 +0200)
commit8c03f64d1df9a0bbbfaeca6cb0cb48da23c50f60
treeef8a6c7b63ca4adcdccc374b25fbb2998fb0bf82
parent1bcfd16b12265ff29c2e2d8c977a9dcbf2649020
mellanox: Relocate mlx-platform driver

Move 'mlx-platform' driver 'x86' to 'mellanox' folder.

Motivation to allow running it on systems with ARM architecture.

Since drivers/platform/x86/mlx-platform.c is rellocated to folder
drivers/platform/x86/, remove "MELLANOX PLATFORM DRIVER" item.
This driver will be located under "MELLANOX HARDWARE PLATFORM SUPPORT"
item.

Reviewed-by: Michael Shych <michaelsh@nvidia.com>
Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>
Link: https://lore.kernel.org/r/20250124172632.22437-2-vadimp@nvidia.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
MAINTAINERS
drivers/platform/mellanox/Kconfig
drivers/platform/mellanox/Makefile
drivers/platform/mellanox/mlx-platform.c [new file with mode: 0644]
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/mlx-platform.c [deleted file]