The patch titled rename TANBAC TB0219 config has been added to the -mm tree. Its filename is rename-tanbac-tb0219-config.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: rename TANBAC TB0219 config From: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Rename config for TANBAC TB0219 GPIO support to something more appropriate. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/Kconfig | 4 ++-- drivers/char/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff -puN drivers/char/Kconfig~rename-tanbac-tb0219-config drivers/char/Kconfig --- a/drivers/char/Kconfig~rename-tanbac-tb0219-config +++ a/drivers/char/Kconfig @@ -915,8 +915,8 @@ config SONYPI To compile this driver as a module, choose M here: the module will be called sonypi. -config TANBAC_TB0219 - tristate "TANBAC TB0219 base board support" +config GPIO_TB0219 + tristate "TANBAC TB0219 GPIO support" depends on TANBAC_TB022X select GPIO_VR41XX diff -puN drivers/char/Makefile~rename-tanbac-tb0219-config drivers/char/Makefile --- a/drivers/char/Makefile~rename-tanbac-tb0219-config +++ a/drivers/char/Makefile @@ -92,7 +92,7 @@ obj-$(CONFIG_PC8736x_GPIO) += pc8736x_gp obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o obj-$(CONFIG_CS5535_GPIO) += cs5535_gpio.o obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o -obj-$(CONFIG_TANBAC_TB0219) += tb0219.o +obj-$(CONFIG_GPIO_TB0219) += tb0219.o obj-$(CONFIG_TELCLOCK) += tlclk.o obj-$(CONFIG_WATCHDOG) += watchdog/ _ Patches currently in -mm which might be from yoichi_yuasa@xxxxxxxxxxxxxx are origin.patch git-input.patch git-mips.patch rename-tanbac-tb0219-config.patch rtc-update-vr41xx-alarm-handling.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