From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v5 3/4] Input: cyttsp - switch to using device properties Date: Fri, 22 Jan 2016 16:37:17 -0600 Message-ID: <20160122223717.GA23569@rob-hp-laptop> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org To: Oreste Salerno Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, fery@cypress.com, dmitry.torokhov@gmail.com, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Thu, Jan 21, 2016 at 11:21:31PM +0100, Oreste Salerno wrote: > Drop support for platform data passed via a C-structure and switch to > device properties instead, which should make the driver compatible > with all platforms: OF, ACPI and static boards. Static boards should > use property sets to communicate device parameters to the driver. > > Signed-off-by: Oreste Salerno > --- > .../bindings/input/touchscreen/cyttsp.txt | 95 ++++++++++++++ Acked-by: Rob Herring > drivers/input/touchscreen/cyttsp_core.c | 136 ++++++++++++++------- > drivers/input/touchscreen/cyttsp_core.h | 9 +- > include/linux/input/cyttsp.h | 15 --- > 4 files changed, 197 insertions(+), 58 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cyttsp.txt