Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1257665
| From | Michael Welling <mwelling@ieee.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004 |
| Date | 2015-10-28 06:30 +0100 |
| Message-ID | <qort8-6PV-5@gated-at.bofh.it> (permalink) |
| References | <qom0q-3aS-7@gated-at.bofh.it> <qomD9-3DG-31@gated-at.bofh.it> <qoobU-4xv-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Oct 27, 2015 at 06:51:41PM -0700, Dmitry Torokhov wrote: > Hi Michael, > On Tue, Oct 27, 2015 at 07:17:01PM -0500, Michael Welling wrote: > > Adds support for the i2c based tsc2004. Support was added to the tsc2005 driver > > due to the similarity of the devices. > > > > Signed-off-by: Michael Welling <mwelling@ieee.org> > > --- > > v2: Fixes Kconfig based on report for 0-day build bot. > > > > .../bindings/input/touchscreen/tsc2004.txt | 38 ++++ > > drivers/input/touchscreen/Kconfig | 7 +- > > drivers/input/touchscreen/tsc2005.c | 206 ++++++++++++++++----- > > Could we maybe split the code into core, spi and i2c drivers instead of > keeping everything together and rely on #ifdefs? > Dmitry, So then we have three files? Perhaps: drivers/input/touchscreen/tsc2004.c drivers/input/touchscreen/tsc2005.c drivers/input/touchscreen/tsc200x-core.c Please ellaborate exactly how you want things to be structured and named so that I don't waste time in revision. It appears that I can't make the build bot happy the way it is. > Thanks! > > -- > Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] Input: tsc2005 - Add support for tsc2004 Michael Welling <mwelling@ieee.org> - 2015-10-27 21:40 +0100
Re: [PATCH] Input: tsc2005 - Add support for tsc2004 Michael Welling <mwelling@ieee.org> - 2015-10-27 21:50 +0100
Re: [PATCH] Input: tsc2005 - Add support for tsc2004 kbuild test robot <lkp@intel.com> - 2015-10-28 00:40 +0100
[PATCH v2] Input: tsc2005 - Add support for tsc2004 Michael Welling <mwelling@ieee.org> - 2015-10-28 01:20 +0100
Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004 Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-10-28 03:00 +0100
Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004 Michael Welling <mwelling@ieee.org> - 2015-10-28 06:30 +0100
Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004 Michael Welling <mwelling@ieee.org> - 2015-10-28 06:50 +0100
Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004 Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-10-28 07:20 +0100
Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004 Arnd Bergmann <arnd@arndb.de> - 2015-10-30 14:00 +0100
Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004 Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-10-28 06:50 +0100
Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004 kbuild test robot <lkp@intel.com> - 2015-10-28 05:40 +0100
Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004 Michael Welling <mwelling@ieee.org> - 2015-10-28 06:40 +0100
Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004 Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-10-28 06:50 +0100
csiph-web