- ds1682-add-sesnsors-kconfig-variable-prefix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     DS1682 add SESNSORS Kconfig variable prefix
has been removed from the -mm tree.  Its filename was
     ds1682-add-sesnsors-kconfig-variable-prefix.patch

This patch was dropped because it was nacked

------------------------------------------------------
Subject: DS1682 add SESNSORS Kconfig variable prefix
From: maximilian attems <max@xxxxxxx>

The new DS1682 chip driver "polluates" global Kconfig namespace.  make it
consistent with ds1337, ds1374 and friends.

Signed-off-by: maximilian attems <max@xxxxxxx>
Acked-by: Grant Likely <grant.likely@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/i2c/chips/Kconfig  |    2 +-
 drivers/i2c/chips/Makefile |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/i2c/chips/Kconfig~ds1682-add-sesnsors-kconfig-variable-prefix drivers/i2c/chips/Kconfig
--- a/drivers/i2c/chips/Kconfig~ds1682-add-sesnsors-kconfig-variable-prefix
+++ a/drivers/i2c/chips/Kconfig
@@ -30,7 +30,7 @@ config SENSORS_DS1374
 	  This driver is deprecated and will be dropped soon. Use
 	  rtc-ds1374 instead.
 
-config DS1682
+config SENSORS_DS1682
 	tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
 	depends on EXPERIMENTAL
 	help
diff -puN drivers/i2c/chips/Makefile~ds1682-add-sesnsors-kconfig-variable-prefix drivers/i2c/chips/Makefile
--- a/drivers/i2c/chips/Makefile~ds1682-add-sesnsors-kconfig-variable-prefix
+++ a/drivers/i2c/chips/Makefile
@@ -4,7 +4,7 @@
 
 obj-$(CONFIG_SENSORS_DS1337)	+= ds1337.o
 obj-$(CONFIG_SENSORS_DS1374)	+= ds1374.o
-obj-$(CONFIG_DS1682)		+= ds1682.o
+obj-$(CONFIG_SENSORS_DS1682)	+= ds1682.o
 obj-$(CONFIG_SENSORS_EEPROM)	+= eeprom.o
 obj-$(CONFIG_SENSORS_MAX6875)	+= max6875.o
 obj-$(CONFIG_SENSORS_M41T00)	+= m41t00.o
_

Patches currently in -mm which might be from max@xxxxxxx are

origin.patch
ds1682-add-sesnsors-kconfig-variable-prefix.patch
git-mtd.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux