Re: [PATCH] input/mc13xxx_ts.c: Add support for mc13892
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2011-09-26 17:54:24
Hi Uwe, On Mon, Sep 26, 2011 at 04:57:37PM +0200, Uwe Kleine-König wrote:
The mc13892 has almost the same touchscreen controller as the mc13783. This patch adds support for mc13892. Based on an earlier patch by David Jander. Cc: David Jander <redacted> Signed-off-by: Uwe Kleine-König <redacted> --- drivers/input/touchscreen/Kconfig | 10 +- drivers/input/touchscreen/Makefile | 2 +- drivers/input/touchscreen/mc13783_ts.c | 259 ----------------------------- drivers/input/touchscreen/mc13xxx_ts.c | 282 ++++++++++++++++++++++++++++++++ 4 files changed, 288 insertions(+), 265 deletions(-) delete mode 100644 drivers/input/touchscreen/mc13783_ts.c create mode 100644 drivers/input/touchscreen/mc13xxx_ts.c
This rename hides completely what was done to the driver to support the new chip. I also do not think that rename is that useful; I think if we simply update Kconfig text an driver description to reflectthe fact that we now support 2 chips that shoudl be enough. Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html