From: Kukjin Kim <kgene.kim@samsung.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
Kyungmin Park <kyungmin.park@samsung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Kukjin Kim <kgene.kim@samsung.com>
Subject: Re: [PATCH 3/3] ARM: Exynos: fix touchscreen IRQ setup on Universal C210 board
Date: Tue, 06 Mar 2012 02:08:05 -0800 [thread overview]
Message-ID: <4F55E205.9090404@samsung.com> (raw)
In-Reply-To: <1330591221-31458-4-git-send-email-m.szyprowski@samsung.com>
On 03/01/12 00:40, Marek Szyprowski wrote:
> From: Bartlomiej Zolnierkiewicz<b.zolnierkie@samsung.com>
>
> Fixes atmel_mxt_ts freeze on Universal C210.
>
> Signed-off-by: Bartlomiej Zolnierkiewicz<b.zolnierkie@samsung.com>
> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
> Signed-off-by: Marek Szyprowski<m.szyprowski@samsung.com>
> ---
> arch/arm/mach-exynos/mach-universal_c210.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c
> index 7cd738c..e0cd5bb 100644
> --- a/arch/arm/mach-exynos/mach-universal_c210.c
> +++ b/arch/arm/mach-exynos/mach-universal_c210.c
> @@ -13,6 +13,7 @@
> #include<linux/i2c.h>
> #include<linux/gpio_keys.h>
> #include<linux/gpio.h>
> +#include<linux/interrupt.h>
> #include<linux/fb.h>
> #include<linux/mfd/max8998.h>
> #include<linux/regulator/machine.h>
> @@ -604,6 +605,7 @@ static struct mxt_platform_data qt602240_platform_data = {
> .threshold = 0x28,
> .voltage = 2800000, /* 2.8V */
> .orient = MXT_DIAGONAL,
> + .irqflags = IRQF_TRIGGER_FALLING,
> };
>
> static struct i2c_board_info i2c3_devs[] __initdata = {
Looks ok, will apply into fixes-4.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
prev parent reply other threads:[~2012-03-06 10:08 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-01 8:40 [PATCH 0/3] Universal C210 and NURI board fixes Marek Szyprowski
2012-03-01 8:40 ` [PATCH 1/3] ARM: Exynos: fix SDHCI caps for UniversalC210 and NURI boards Marek Szyprowski
2012-03-06 10:15 ` Kukjin Kim
2012-03-06 10:31 ` Kukjin Kim
2012-03-01 8:40 ` [PATCH 2/3] ARM: Exynos: fix SDHCI device names in regulator definitions Marek Szyprowski
2012-03-06 10:06 ` Kukjin Kim
2012-03-06 10:13 ` Kyungmin Park
2012-03-06 10:20 ` Kukjin Kim
2012-03-06 11:02 ` Kyungmin Park
2012-03-01 8:40 ` [PATCH 3/3] ARM: Exynos: fix touchscreen IRQ setup on Universal C210 board Marek Szyprowski
2012-03-06 10:08 ` Kukjin Kim [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F55E205.9090404@samsung.com \
--to=kgene.kim@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.