From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zubair Lutfullah Subject: [PATCH V8 0/2] iio: input: ti_am335x_tscadc: Add continuous sampling support to adc Date: Sun, 1 Sep 2013 12:17:55 +0100 Message-ID: <1378034277-26728-1-git-send-email-zubair.lutfullah@gmail.com> Return-path: Received: from mail-ea0-f182.google.com ([209.85.215.182]:35029 "EHLO mail-ea0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752825Ab3IALSD (ORCPT ); Sun, 1 Sep 2013 07:18:03 -0400 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: jic23@cam.ac.uk, dmitry.torokhov@gmail.com Cc: linux-iio@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, bigeasy@linutronix.de, gregkh@linuxfoundation.org, zubair.lutfullah@gmail.com Round 8 updates Rebased to togreg branch of IIO.. Round 7 updates - Fixes to error handling path for trigger register - Optimization of step enable calculations based on input from Sebastian - trigger unregister added to remove section. was missing - missing entry in Kconfig for triggered buffer support. added - TSC/ADC IRQ handling was based on wierd ack system. not required. removed. each irq handler deals with its own stuff *only* Thanks for all the input Regards Zubair Lutfullah Kakakhel Zubair Lutfullah (2): input: ti_am335x_tsc: Enable shared IRQ for TSC iio: ti_am335x_adc: Add continuous sampling support drivers/iio/adc/Kconfig | 1 + drivers/iio/adc/ti_am335x_adc.c | 243 ++++++++++++++++++++++++++--- drivers/input/touchscreen/ti_am335x_tsc.c | 12 +- include/linux/mfd/ti_am335x_tscadc.h | 13 ++ 4 files changed, 246 insertions(+), 23 deletions(-) -- 1.7.9.5