[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100302075513.GC17307@core.coreip.homeip.net>
Date: Mon, 1 Mar 2010 23:55:13 -0800
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
Cc: linux-kernel@...r.kernel.org, rtc-linux@...glegroups.com,
linux-input@...r.kernel.org, Sascha Hauer <s.hauer@...gutronix.de>,
Luotao Fu <l.fu@...gutronix.de>
Subject: Re: [PATCH 2/6] input/mc13783-ts: Don't use deprecated mc13783 API
calls
On Mon, Mar 01, 2010 at 11:53:41AM +0100, Uwe Kleine-König wrote:
> mc13783_ackirq is deprecated, use the drop in replacement mc13783_irq_ack.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
I assume it will go thourgh MFD tree?
Acked-by: Dmitry Torokhov <dtor@...l.ru>
> ---
> Hello,
>
> note this obviously depends on patch 1/6.
>
> Best regards
> Uwe
>
> drivers/input/touchscreen/mc13783_ts.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/input/touchscreen/mc13783_ts.c b/drivers/input/touchscreen/mc13783_ts.c
> index be115b3..be54fd6 100644
> --- a/drivers/input/touchscreen/mc13783_ts.c
> +++ b/drivers/input/touchscreen/mc13783_ts.c
> @@ -44,7 +44,7 @@ static irqreturn_t mc13783_ts_handler(int irq, void *data)
> {
> struct mc13783_ts_priv *priv = data;
>
> - mc13783_ackirq(priv->mc13783, irq);
> + mc13783_irq_ack(priv->mc13783, irq);
>
> /*
> * Kick off reading coordinates. Note that if work happens already
> @@ -135,7 +135,7 @@ static int mc13783_ts_open(struct input_dev *dev)
>
> mc13783_lock(priv->mc13783);
>
> - mc13783_ackirq(priv->mc13783, MC13783_IRQ_TS);
> + mc13783_irq_ack(priv->mc13783, MC13783_IRQ_TS);
>
> ret = mc13783_irq_request(priv->mc13783, MC13783_IRQ_TS,
> mc13783_ts_handler, MC13783_TS_NAME, priv);
> --
> 1.7.0
>
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists