From: Greg KH <greg@kroah.com>
To: Jarod Wilson <jarod@wilsonet.com>
Cc: Jarod Wilson <jarod@redhat.com>,
linux-media@vger.kernel.org, devel@driverdev.osuosl.org
Subject: Re: [PATCH] [staging] lirc_serial: allocate irq at init time
Date: Thu, 7 Jul 2011 18:19:33 -0700 [thread overview]
Message-ID: <20110708011933.GA3059@kroah.com> (raw)
In-Reply-To: <CANOx78EPynqirWSuSyRCjhwUks2Br1R1vBQGSD6H7HpYtydH=w@mail.gmail.com>
On Thu, Jul 07, 2011 at 08:31:28PM -0400, Jarod Wilson wrote:
> On Tue, Jul 5, 2011 at 1:21 PM, Greg KH <greg@kroah.com> wrote:
> > On Thu, Jun 16, 2011 at 03:31:46PM -0400, Jarod Wilson wrote:
> >> There's really no good reason not to just grab the desired IRQ at driver
> >> init time, instead of every time the lirc device node is accessed. This
> >> also improves the speed and reliability with which a serial transmitter
> >> can operate, as back-to-back transmission attempts (i.e., channel change
> >> to a multi-digit channel) don't have to spend time acquiring and then
> >> releasing the IRQ for every digit, sometimes multiple times, if lircd
> >> has been told to use the min_repeat parameter.
> >>
> >> CC: devel@driverdev.osuosl.org
> >> Signed-off-by: Jarod Wilson <jarod@redhat.com>
> >> ---
> >> drivers/staging/lirc/lirc_serial.c | 44 +++++++++++++++++------------------
> >> 1 files changed, 21 insertions(+), 23 deletions(-)
> >
> > This patch doesn't apply to the staging-next branch, care to respin it
> > and resend it so I can apply it?
>
> This actually got merged into mainline a few days ago via the media tree.
>
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=c4b0afee3c1730cf9b0f6ad21729928d23d3918e
>
> Do you want me to take a look at what's in staging-next and fix that
> up to apply on top of the above?
No, if it went in there, that's fine with me.
greg k-h
prev parent reply other threads:[~2011-07-08 1:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-16 19:31 [PATCH] [staging] lirc_serial: allocate irq at init time Jarod Wilson
2011-07-05 17:21 ` Greg KH
2011-07-08 0:31 ` Jarod Wilson
2011-07-08 1:19 ` Greg KH [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=20110708011933.GA3059@kroah.com \
--to=greg@kroah.com \
--cc=devel@driverdev.osuosl.org \
--cc=jarod@redhat.com \
--cc=jarod@wilsonet.com \
--cc=linux-media@vger.kernel.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