Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753358AbbGRLEL (ORCPT ); Sat, 18 Jul 2015 07:04:11 -0400 Received: from mail-lb0-f178.google.com ([209.85.217.178]:35917 "EHLO mail-lb0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590AbbGRLEI (ORCPT ); Sat, 18 Jul 2015 07:04:08 -0400 MIME-Version: 1.0 In-Reply-To: <26748bd9a7bde7c2304b6b971f1150bb575e4938.1437058481.git.maitysanchayan@gmail.com> References: <26748bd9a7bde7c2304b6b971f1150bb575e4938.1437058481.git.maitysanchayan@gmail.com> From: Nicolae Rosia Date: Sat, 18 Jul 2015 14:03:25 +0300 Message-ID: Subject: Re: [PATCH v2 3/4] touchscreen: colibri-vf50-ts: Add touchscreen support for Colibri VF50 To: Sanchayan Maity Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, Mark Rutland , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, stefan@agner.ch, Rob Herring , kernel@pengutronix.de, Kumar Gala , Shawn Guo , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1118 Lines: 30 Hi, On Thu, Jul 16, 2015 at 6:13 PM, Sanchayan Maity wrote: > The Colibri Vybrid VF50 module supports 4-wire touchscreens using > FETs and ADC inputs. This driver uses the IIO consumer interface > and relies on the vf610_adc driver based on the IIO framework. > > Signed-off-by: Sanch > +static const struct of_device_id vf50_touch_of_match[] = { > + { .compatible = "toradex,vf50-touchctrl", }, > + { } > +}; > +MODULE_DEVICE_TABLE(of, vf50_touch_of_match); > + > +static struct platform_driver __refdata vf50_touch_driver = { > + .driver = { > + .name = "toradex,vf50_touchctrl", > + .of_match_table = vf50_touch_of_match, > + }, > + .probe = vf50_ts_probe, > + .remove = vf50_ts_remove, > + .prevent_deferred_probe = false, > +}; Why Toradex ? Isn't this a Freescale IP ? -- 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/