All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ravi Kumar V <kumarrav@codeaurora.org>
To: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Jarod Wilson <jarod@redhat.com>,
	Anssi Hannula <anssi.hannula@iki.fi>,
	"Juan J. Garcia de Soria" <skandalfo@gmail.com>,
	linux-media@vger.kernel.org, davidb@codeaurora.org,
	bryanh@codeaurora.org, tsoni@codeaurora.org,
	Ravi Kumar V <kumarrav@codeaurora.org>,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Add support for MSM GPIO IR receiver driver
Date: Tue, 14 Feb 2012 14:50:56 +0530	[thread overview]
Message-ID: <1329211256-12896-1-git-send-email-kumarrav@codeaurora.org> (raw)

This driver is for GPIO based IR receivers, it can listen only to IR receiver 
modules which gives demodulated signal as output, this driver only passes the 
interrupt events to rc framework where pulse and space widths are calculated 
and input to decoders avaliable.

Ravi Kumar V (1):
  msm: rc: Add support for MSM GPIO based IR Receiver driver.

 drivers/media/rc/Kconfig        |    9 ++
 drivers/media/rc/Makefile       |    1 +
 drivers/media/rc/gpio-ir-recv.c |  189 +++++++++++++++++++++++++++++++++++++++
 include/media/gpio-ir-recv.h    |   23 +++++
 4 files changed, 222 insertions(+), 0 deletions(-)
 create mode 100644 drivers/media/rc/gpio-ir-recv.c
 create mode 100644 include/media/gpio-ir-recv.h

-- 
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

WARNING: multiple messages have this Message-ID (diff)
From: kumarrav@codeaurora.org (Ravi Kumar V)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Add support for MSM GPIO IR receiver driver
Date: Tue, 14 Feb 2012 14:50:56 +0530	[thread overview]
Message-ID: <1329211256-12896-1-git-send-email-kumarrav@codeaurora.org> (raw)

This driver is for GPIO based IR receivers, it can listen only to IR receiver 
modules which gives demodulated signal as output, this driver only passes the 
interrupt events to rc framework where pulse and space widths are calculated 
and input to decoders avaliable.

Ravi Kumar V (1):
  msm: rc: Add support for MSM GPIO based IR Receiver driver.

 drivers/media/rc/Kconfig        |    9 ++
 drivers/media/rc/Makefile       |    1 +
 drivers/media/rc/gpio-ir-recv.c |  189 +++++++++++++++++++++++++++++++++++++++
 include/media/gpio-ir-recv.h    |   23 +++++
 4 files changed, 222 insertions(+), 0 deletions(-)
 create mode 100644 drivers/media/rc/gpio-ir-recv.c
 create mode 100644 include/media/gpio-ir-recv.h

-- 
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

             reply	other threads:[~2012-02-14  9:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-14  9:20 Ravi Kumar V [this message]
2012-02-14  9:20 ` [PATCH] Add support for MSM GPIO IR receiver driver Ravi Kumar V

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=1329211256-12896-1-git-send-email-kumarrav@codeaurora.org \
    --to=kumarrav@codeaurora.org \
    --cc=anssi.hannula@iki.fi \
    --cc=bryanh@codeaurora.org \
    --cc=davidb@codeaurora.org \
    --cc=jarod@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=skandalfo@gmail.com \
    --cc=tsoni@codeaurora.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 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.