+ w1-add-missing-kconfig-makefile-entries-for-ds2431-slave-driver.patch added to -mm tree

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

 



The patch titled
     w1: add missing Kconfig/Makefile entries for DS2431 slave driver
has been added to the -mm tree.  Its filename is
     w1-add-missing-kconfig-makefile-entries-for-ds2431-slave-driver.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: w1: add missing Kconfig/Makefile entries for DS2431 slave driver
From: Herton Ronaldo Krzesinski <herton@xxxxxxxxxxxxxxx>

Signed-off-by: Herton Ronaldo Krzesinski <herton@xxxxxxxxxxxxxxx>
Acked-by: Evgeniy Polyakov <zbr@xxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/w1/slaves/Kconfig  |    6 ++++++
 drivers/w1/slaves/Makefile |    1 +
 2 files changed, 7 insertions(+)

diff -puN drivers/w1/slaves/Kconfig~w1-add-missing-kconfig-makefile-entries-for-ds2431-slave-driver drivers/w1/slaves/Kconfig
--- a/drivers/w1/slaves/Kconfig~w1-add-missing-kconfig-makefile-entries-for-ds2431-slave-driver
+++ a/drivers/w1/slaves/Kconfig
@@ -16,6 +16,12 @@ config W1_SLAVE_SMEM
 	  Say Y here if you want to connect 1-wire
 	  simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire.
 
+config W1_SLAVE_DS2431
+	tristate "1kb EEPROM family support (DS2431)"
+	help
+	  Say Y here if you want to use a 1-wire
+	  1kb EEPROM family device (DS2431)
+
 config W1_SLAVE_DS2433
 	tristate "4kb EEPROM family support (DS2433)"
 	help
diff -puN drivers/w1/slaves/Makefile~w1-add-missing-kconfig-makefile-entries-for-ds2431-slave-driver drivers/w1/slaves/Makefile
--- a/drivers/w1/slaves/Makefile~w1-add-missing-kconfig-makefile-entries-for-ds2431-slave-driver
+++ a/drivers/w1/slaves/Makefile
@@ -4,6 +4,7 @@
 
 obj-$(CONFIG_W1_SLAVE_THERM)	+= w1_therm.o
 obj-$(CONFIG_W1_SLAVE_SMEM)	+= w1_smem.o
+obj-$(CONFIG_W1_SLAVE_DS2431)	+= w1_ds2431.o
 obj-$(CONFIG_W1_SLAVE_DS2433)	+= w1_ds2433.o
 obj-$(CONFIG_W1_SLAVE_DS2760)	+= w1_ds2760.o
 obj-$(CONFIG_W1_SLAVE_BQ27000)	+= w1_bq27000.o
_

Patches currently in -mm which might be from herton@xxxxxxxxxxxxxxx are

linux-next.patch
w1-add-missing-kconfig-makefile-entries-for-ds2431-slave-driver.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