From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5904DE002AB for ; Fri, 18 Jan 2013 14:15:00 -0800 (PST) Received: by mail-pa0-f52.google.com with SMTP id fb1so2348522pad.11 for ; Fri, 18 Jan 2013 14:15:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=CL6BXvHw1ew1sjmaiKcbbearSq4nQRQOBBGDlJVU6MA=; b=LXeuWZPcyTMaNcJTr8s4M9lE582ge2SGhEXRt4fSIowf6ZZTWgubZxoIq4uK3FlsNL rUe7nW0FUNIvlR1F5WPEcH6S1jpN7J5IkQpao++pUh7kR8nTATbh8wdx+zKih/JVCBcw IyXdWxS0Tqvd/GT03SGfZ9sAsduyV/u6/LCNzS/tdsOxGiYwMNA/DWHTjF8O+sAsGOWq CDvYhL4XZrOtchcK93eogucdPD9WdqbMcInjiTrn57MowPRgJDOxF5bYGApzd3ZkFuAn P2EZFXCZpHFX/B4N/jkqyLUC4C40q+6Dl+nglxPeYS+PZ4wo8VMfy6RIUTKEwYtFntY8 upHw== X-Received: by 10.68.219.67 with SMTP id pm3mr9381652pbc.150.1358547300184; Fri, 18 Jan 2013 14:15:00 -0800 (PST) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id ot3sm3768463pbb.38.2013.01.18.14.14.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 18 Jan 2013 14:14:59 -0800 (PST) Message-ID: <50F9C960.6000205@boundarydevices.com> Date: Fri, 18 Jan 2013 15:14:56 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Fabio Estevam References: <1358541981-6410-1-git-send-email-leonardo.sandoval@freescale.com> In-Reply-To: X-Gm-Message-State: ALoCoQnv+K7lmlCb0LhFG79E/ETn/WK7Y89TGGYU1fucNhfrfxhv7q1+doQFLkobbcKKwPEdsUAk Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm][PATCH v3] linux-imx_3.0.35: Enables eGalax touchscreen on i.MX6Q Sabre machines X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2013 22:15:00 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 01/18/2013 02:53 PM, Fabio Estevam wrote: > On Fri, Jan 18, 2013 at 6:46 PM, Leonardo Sandoval > wrote: >> Enables the touchscreen functionality on i.MX6 Sabre Platforms using >> the eGalax Driver. Tested on imx6qsabresd and imxqsabreauto machines. >> >> [YOCTO #3573] >> >> Signed-off-by: Leonardo Sandoval >> --- >> Changed since v2: >> - Patched reworked, Kconfig option added instead of adding the macro on the driver >> >> ...Kconfig-option-for-single-pointer-support.patch | 68 ++++++++++++++++++++ >> recipes-kernel/linux/linux-imx_3.0.35.bb | 3 +- >> 2 files changed, 70 insertions(+), 1 deletion(-) >> create mode 100644 recipes-kernel/linux/linux-imx/egalax-Kconfig-option-for-single-pointer-support.patch >> >> diff --git a/recipes-kernel/linux/linux-imx/egalax-Kconfig-option-for-single-pointer-support.patch b/recipes-kernel/linux/linux-imx/egalax-Kconfig-option-for-single-pointer-support.patch >> new file mode 100644 >> index 0000000..b47202b >> --- /dev/null >> +++ b/recipes-kernel/linux/linux-imx/egalax-Kconfig-option-for-single-pointer-support.patch >> @@ -0,0 +1,68 @@ >> +From 3e71f2f90dcc5649c364ea659f34932ef737443f Mon Sep 17 00:00:00 2001 >> +From: Leonardo Sandoval >> +Date: Fri, 18 Jan 2013 12:47:56 -0600 >> +Subject: [PATCH] egalax: Kconfig option for single pointer support >> + >> +Enables touchscreen functionality on i.MX6 Sabre Platforms. Tested >> +on i.MX6 SabreAuto and i.MX6 SabreSD boards. > > Missing Signed-off-by line in the patch. It would also be nice to keep > Eric's autorship for this patch. No worries on that front...