Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752903Ab2BTJrk (ORCPT ); Mon, 20 Feb 2012 04:47:40 -0500 Received: from wolverine02.qualcomm.com ([199.106.114.251]:16222 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752505Ab2BTJrj (ORCPT ); Mon, 20 Feb 2012 04:47:39 -0500 X-IronPort-AV: E=McAfee;i="5400,1158,6625"; a="162301906" From: Ravi Kumar V To: Mauro Carvalho Chehab Cc: Trilok soni , David Brown , bryanh@codeaurora.org, Jarod Wilson , Anssi Hannula , "Juan J. Garcia de Soria" , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Ravi Kumar V , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 0/1] Add support for GPIO IR receiver driver Date: Mon, 20 Feb 2012 15:17:24 +0530 Message-Id: <1329731244-31440-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: 1090 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 | 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. -- 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/