From: srinidhi kasagar <srinidhi.kasagar-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
To: Linus WALLEIJ <linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
Cc: "linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org"
<ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
STEricsson_nomadik_linux
<STEricsson_nomadik_linux-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org>,
Sachin VERMA <sachin.verma-qxv4g6HH51o@public.gmane.org>,
Andrea GALLO
<andrea.gallo-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>,
rubini-9wsNiZum9E8@public.gmane.org
Subject: RE: [PATCH 1/2] i2c: Add support for Ux500/Nomadik I2C controller
Date: Fri, 8 Jan 2010 02:39:02 +0530 [thread overview]
Message-ID: <1262898542.1026.6.camel@vinay-desktop> (raw)
In-Reply-To: <A6D19A13FE030A409EC4362C172E091F0E30CDB5-xbI4eAY8CkZds0zI/4HV/NQnPW7fa8Gm1eXc/+PjCJA@public.gmane.org>
On Thu, 2010-01-07 at 21:37 +0100, Linus WALLEIJ wrote:
> > +++ b/drivers/i2c/busses/i2c-nmk.c
> (...)
> > + dev->irq = platform_get_irq(pdev, 0);
> > + ret = request_irq(dev->irq, i2c_irq_handler, IRQF_DISABLED,
> > + DRIVER_NAME, dev);
>
> Since I2C IRQs can be a bit tedious, could this be converted
> to a request_threaded_irq()? OK I know that is probably a bit
> intrusive and can very well be done later (so no blocker) but
> think about it.
hmm..I tried using request_threaded_irq, but seems not to be working at
the first step, did not debug further. So, I will post v2 patch fixing
the rest of your comments. Once I have this driver working fully with
threaded implementation, I will post a patch on top of it. Hope this is
OK.
Srinidhi
next prev parent reply other threads:[~2010-01-07 21:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-07 13:41 [PATCH 1/2] i2c: Add support for Ux500/Nomadik I2C controller srinidhi kasagar
[not found] ` <27f8aa32bf40c690930a76ce5e1ee82cec86b248.1262870858.git.srinidhi.kasagar-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
2010-01-07 1:38 ` srinidhi kasagar
2010-01-07 14:04 ` Jean Delvare
2010-01-07 20:37 ` Linus Walleij
[not found] ` <A6D19A13FE030A409EC4362C172E091F0E30CDB5-xbI4eAY8CkZds0zI/4HV/NQnPW7fa8Gm1eXc/+PjCJA@public.gmane.org>
2010-01-07 21:09 ` srinidhi kasagar [this message]
2010-01-07 13:45 ` [PATCH 2/2] ARM U8500: add I2C platform configurations srinidhi kasagar
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=1262898542.1026.6.camel@vinay-desktop \
--to=srinidhi.kasagar-0is4wlfg1ojsueelwk9/pw@public.gmane.org \
--cc=STEricsson_nomadik_linux-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org \
--cc=andrea.gallo-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org \
--cc=ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org \
--cc=linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rubini-9wsNiZum9E8@public.gmane.org \
--cc=sachin.verma-qxv4g6HH51o@public.gmane.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).