Re: [PATCH v3 1/2] hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree

From: Greg Kroah-Hartman
Date: Wed Apr 29 2015 - 08:08:05 EST


On Wed, Apr 29, 2015 at 01:41:25PM +0200, Pali Rohár wrote:
> This commit moves i8k driver to hwmon tree under name dell-smm-hwmon which is
> better name then abbreviation i8k. For backward compatibility is added macro
> MODULE_ALIAS("i8k") so modprobe will load driver also old name i8k. CONFIG_I8K
> compile option was not changed.
>
> This commit also adds me as maintainer of this new dell-smm-hwmon driver and
> remove Guenter Roeck from list who is implicit maintainer all hwmon drivers.
>
> Signed-off-by: Pali Rohár <pali.rohar@xxxxxxxxx>
> ---
> MAINTAINERS | 4 +-
> drivers/char/Makefile | 1 -
> drivers/char/i8k.c | 1007 ---------------------------------------
> drivers/hwmon/Makefile | 1 +
> drivers/hwmon/dell-smm-hwmon.c | 1009 ++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 1012 insertions(+), 1010 deletions(-)
> delete mode 100644 drivers/char/i8k.c
> create mode 100644 drivers/hwmon/dell-smm-hwmon.c

In the future, please create patches with -M to show the file is moved,
which makes it much easier to review.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/