Re: [PATCH v3 1/2] Input: touchscreen-iproc: Add Broadcom iProc touchscreen driver
From: Jonathan Richardson <hidden>
Date: 2015-03-11 17:06:06
Also in:
linux-devicetree, lkml
From: Jonathan Richardson <hidden>
Date: 2015-03-11 17:06:06
Also in:
linux-devicetree, lkml
Hi Paul, Yes, I didn't notice that. I'll include it in the next patch. Thanks for the review. Jon On 15-03-11 02:46 AM, Paul Bolle wrote:
One nit is all I can report. On Tue, 2015-03-10 at 18:17 -0700, Jonathan Richardson wrote:quoted
--- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfigquoted
+config TOUCHSCREEN_IPROC + tristate "IPROC touch panel driver support" + help + Say Y here if you want to add support for the IPROC touch + controller to your system. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called iproc-ts.The module will be called "bcm_iproc_tsc", won't it?quoted
--- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefilequoted
+obj-$(CONFIG_TOUCHSCREEN_IPROC) += bcm_iproc_tsc.oPaul Bolle