]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: mlx-platform: Move module from arch/x86
authorVadim Pasternak <vadimp@mellanox.com>
Mon, 31 Oct 2016 07:22:33 +0000 (07:22 +0000)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 16 Dec 2016 21:30:24 +0000 (23:30 +0200)
commite62ecd718691b599b2dbca6f0c173c01a7f94e56
tree3def9426d9a975fcffec1cbecf80d3e823096dee
parente6b50f584dfb276416c6784be8397cbc4263db15
platform/x86: mlx-platform: Move module from arch/x86

Since mlx-platform is not an architectural driver, it is moved out
of arch/x86/platform to drivers/platform/x86.
Relevant Makefile and Kconfig are updated.

Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
MAINTAINERS
arch/x86/Kconfig
arch/x86/platform/Makefile
arch/x86/platform/mellanox/Makefile [deleted file]
arch/x86/platform/mellanox/mlx-platform.c [deleted file]
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/mlx-platform.c [new file with mode: 0644]