> -----Original Message----- > From: Andy Shevchenko [mailto:andriy.shevche...@linux.intel.com] > Sent: Thursday, October 27, 2016 4:59 PM > To: Vadim Pasternak <vad...@mellanox.com>; dvh...@infradead.org; > fengguang...@intel.com > Cc: da...@davemloft.net; ge...@linux-m68k.org; akpm@linux- > foundation.org; kv...@codeaurora.org; gre...@linuxfoundation.org; > mche...@kernel.org; li...@roeck-us.net; linux-kernel@vger.kernel.org; > platform-driver-...@vger.kernel.org; j...@resnulli.us > Subject: Re: [patch v1 1/2] drivers/platform/x86: move module mlx-platform > from arch/x86 to drivers/platform/x86 > > On Thu, 2016-10-27 at 13:59 +0000, vad...@mellanox.com wrote: > > From: Vadim Pasternak <vad...@mellanox.com> > > > > Move module mlx-platform.c from arch/x86/platform/mellanox/ to > > drivers/platform/x86/. > > Remove folder arch/x86/platform/mellanox/ and update relevant Makefile > > and Kconfig. > > No way, please use -M -C. >
Hi Andy, I am afraid I didn't understand your comment. Could you, please, add some more details? Thanks, Vadim. > > > > Signed-off-by: Vadim Pasternak <vad...@mellanox.com> > > --- > > MAINTAINERS | 2 +- > > arch/x86/Kconfig | 12 -- > > arch/x86/platform/Makefile | 1 - > > arch/x86/platform/mellanox/Makefile | 1 - > > arch/x86/platform/mellanox/mlx-platform.c | 266 ------------------- > > ----------- > > drivers/platform/x86/Kconfig | 14 +- > > drivers/platform/x86/Makefile | 1 + > > drivers/platform/x86/mlx-platform.c | 266 > > ++++++++++++++++++++++++++++++ > > 8 files changed, 281 insertions(+), 282 deletions(-) > > delete mode 100644 arch/x86/platform/mellanox/Makefile > > delete mode 100644 arch/x86/platform/mellanox/mlx-platform.c > > create mode 100644 drivers/platform/x86/mlx-platform.c > > > -- > Andy Shevchenko <andriy.shevche...@linux.intel.com> > Intel Finland Oy