Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1548729
| Path | csiph.com!news.redatomik.org!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Jonathan Cameron <jic23@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v8 3/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature |
| Date | Fri, 30 Dec 2016 21:20:01 +0100 |
| Message-ID | <sUbOF-DA-7@gated-at.bofh.it> (permalink) |
| References | <sGjVL-89K-5@gated-at.bofh.it> <sGjVL-89K-5@gated-at.bofh.it> <sGjVL-89K-15@gated-at.bofh.it> <sH6a6-5Oe-13@gated-at.bofh.it> <sH6D7-6ey-5@gated-at.bofh.it> <sI5vk-3xy-15@gated-at.bofh.it> <sI9Sh-66y-3@gated-at.bofh.it> <sNGkx-XE-13@gated-at.bofh.it> <sT7WN-7AB-11@gated-at.bofh.it> <sTnRT-15P-13@gated-at.bofh.it> |
| X-Original-To | "H. Nikolaus Schaller" <hns@goldelico.com>, Dmitry Torokhov <dmitry.torokhov@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | 7bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 63 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Jonathan Cameron <jic23@jic23.retrosnub.co.uk>, Sebastian Reichel <sre@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Benoît Cousson <bcousson@baylibre.com>, Tony Lindgren <tony@atomide.com>, Russell King <linux@armlinux.org.uk>, Arnd Bergmann <arnd@arndb.de>, Michael Welling <mwelling@ieee.org>, Mika Penttilä <mika.penttila@nextfour.com>, Javier Martinez Canillas <javier@osg.samsung.com>, Igor Grinberg <grinberg@compulab.co.il>, "Andrew F. Davis" <afd@ti.com>, Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>, Alexander Stein <alexander.stein@systec-electronic.com>, Eric Engestrom <eric@engestrom.ch>, Hans de Goede <hdegoede@redhat.com>, Benjamin Tissoires <benjamin.tissoires@redhat.com>, Petr Cvek <petr.cvek@tul.cz>, linux-input@vger.kernel.org, devicetree <devicetree@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>, linux-omap <linux-omap@vger.kernel.org>, Discussions about the Letux Kernel <letux-kernel@openphoenux.org>, linux-iio@vger.kernel.org, kernel@pyra-handheld.com, "Yann E. MORIN" <yann.morin.1998@free.fr>, Linux Kbuild mailing list <linux-kbuild@vger.kernel.org> |
| X-Original-Date | Fri, 30 Dec 2016 20:17:53 +0000 |
| X-Original-Message-ID | <422954b1-4ae5-acc1-f98a-f6f71047f4bf@kernel.org> |
| X-Original-References | <cover.1479823354.git.hns@goldelico.com> <cover.1479823354.git.hns@goldelico.com> <99f236df48b03b3188e12f94a20097f8440db7a5.1479823354.git.hns@goldelico.com> <E42B1EF7-222E-46D6-878B-30C789CFBBC5@jic23.retrosnub.co.uk> <811B6F6A-2E3D-45B4-A984-74ABE0E37192@goldelico.com> <8d3fc752-e69c-f568-4f71-4f1768a3fffe@kernel.org> <AC7B3C1C-C05B-45B5-8426-5225F151DC26@goldelico.com> <E4E31180-A686-4631-9713-519987C55F06@goldelico.com> <20161227215416.GB28140@dtor-ws> <FA2666F0-0C5B-458E-97B5-83243F26D0DE@goldelico.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1548729 |
Show key headers only | View raw
On 28/12/16 14:52, H. Nikolaus Schaller wrote: > Hi Dmitry, > >> Am 27.12.2016 um 22:54 schrieb Dmitry Torokhov <dmitry.torokhov@gmail.com>: >> >> On Mon, Dec 12, 2016 at 10:21:25PM +0100, H. Nikolaus Schaller wrote: >>> Hi, >>> >>> >>>> Am 27.11.2016 um 16:47 schrieb H. Nikolaus Schaller <hns@goldelico.com>: >>>> >>>> Hi Jonathan, >>>> >>>>> Am 27.11.2016 um 12:02 schrieb Jonathan Cameron <jic23@kernel.org>: >>>>> >>>>> On 24/11/16 18:05, H. Nikolaus Schaller wrote: >>>>>> >>>>>>> Am 24.11.2016 um 18:38 schrieb Jonathan Cameron <jic23@jic23.retrosnub.co.uk>: >>>>>>> >>>>>>> >>>>>>> >>>>>>> On 22 November 2016 14:02:30 GMT+00:00, "H. Nikolaus Schaller" <hns@goldelico.com> wrote: >>> >>>> >>>>> - hence cc'd Yann and the Kbuild list >>>>> to see if they can offer some advices. >>> >>> no response / advice so far. >> >> Since you are saying that IIO stuff is optional, add it to Kconfig >> explicitly: >> >> config "TOUCHSCREEN_TSC2007_IIO" >> bool "IIO interface for external ADC input and temperature" >> depends on TOUCHSCREEN_TSC2007 >> depends on IIO=y || IIO=TOUCHSCREEN_TSC2007 >> help >> ... >> >> and use this symbols in makefile: >> >> and in Makefile: >> >> obj-$(CONFIG_TOUCHSCREEN_TSC2007) += tsc2007.o >> tsc2007-y := tsc2007-core.o ... >> tsc2007-$(CONFIG_TOUCHSCREEN_TSC2007_IIO) += tsc2007_iio.o > > Ah, ok. Well, we tried to make it without an explicit config option > but it does not hurt to have one. > > Your proposal works fine for 3 out of the 4 possible combinations. > > I think it is unlikely that the combination TOUCHSCREEN_TSC2007=y IIO=m > is needed at all (we configure as much as possible as =m in our kernel). Indeed - that shouldn't work and is blocked by the above which is good. > > Patch v9 will come next (where I have also moved this iio driver > patch to be 8/8). Wise move ;) > > BR and thanks, > Nikolaus >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v8 3/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-12-12 22:30 +0100
Re: [PATCH v8 3/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-12-27 20:10 +0100
Re: [PATCH v8 3/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-12-27 23:00 +0100
Re: [PATCH v8 3/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-12-28 16:00 +0100
Re: [PATCH v8 3/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature Jonathan Cameron <jic23@kernel.org> - 2016-12-30 21:20 +0100
csiph-web