All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add support for MSM GPIO IR receiver driver
@ 2012-02-14  9:20 ` Ravi Kumar V
  0 siblings, 0 replies; 2+ messages in thread
From: Ravi Kumar V @ 2012-02-14  9:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Jarod Wilson, Anssi Hannula, Juan J. Garcia de Soria, linux-media,
	davidb, bryanh, tsoni, Ravi Kumar V, linux-kernel, linux-arm-msm,
	linux-arm-kernel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-14  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-14  9:20 [PATCH] Add support for MSM GPIO IR receiver driver Ravi Kumar V
2012-02-14  9:20 ` Ravi Kumar V

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.