Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755619Ab2B1Fuz (ORCPT ); Tue, 28 Feb 2012 00:50:55 -0500 Received: from wolverine01.qualcomm.com ([199.106.114.254]:21084 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752120Ab2B1Fux (ORCPT ); Tue, 28 Feb 2012 00:50:53 -0500 X-IronPort-AV: E=McAfee;i="5400,1158,6633"; a="167031887" From: Ravi Kumar V To: Mauro Carvalho Chehab Cc: Jarod Wilson , Anssi Hannula , "Juan J. Garcia de Soria" , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, tsoni@codeaurora.org, davidb@codeaurora.org, bryanh@codeaurora.org, Ravi Kumar V , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v3 0/1] Add support for GPIO IR receiver driver Date: Tue, 28 Feb 2012 11:20:38 +0530 Message-Id: <1330408238-21880-1-git-send-email-kumarrav@codeaurora.org> X-Mailer: git-send-email 1.7.8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1089 Lines: 25 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): rc: Add support for GPIO based IR Receiver driver. drivers/media/rc/Kconfig | 9 ++ drivers/media/rc/Makefile | 1 + drivers/media/rc/gpio-ir-recv.c | 205 +++++++++++++++++++++++++++++++++++++++ include/media/gpio-ir-recv.h | 22 ++++ 4 files changed, 237 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/