Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758815Ab3EOL5x (ORCPT ); Wed, 15 May 2013 07:57:53 -0400 Received: from mail-pb0-f51.google.com ([209.85.160.51]:41669 "EHLO mail-pb0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755699Ab3EOL5v (ORCPT ); Wed, 15 May 2013 07:57:51 -0400 From: Lad Prabhakar To: LMML Cc: LKML , DLOS , "Lad, Prabhakar" Subject: [PATCH 0/6] media: i2c: ths7303 feature enhancement and cleanup Date: Wed, 15 May 2013 17:27:16 +0530 Message-Id: <1368619042-28252-1-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1193 Lines: 28 From: Lad, Prabhakar This patch series enables the ths7303 driver for asynchronous probing, OF support with some cleanup patches. Lad, Prabhakar (6): media: i2c: ths7303: remove init_enable option from pdata ARM: davinci: dm365 evm: remove init_enable from ths7303 pdata media: i2c: ths7303: remove unnecessary function ths7303_setup() media: i2c: ths7303: make the pdata as a constant pointer media: i2c: ths7303: add support for asynchronous probing media: i2c: ths7303: add OF support .../devicetree/bindings/media/i2c/ths73x3.txt | 50 +++++++++++++ arch/arm/mach-davinci/board-dm365-evm.c | 1 - drivers/media/i2c/ths7303.c | 78 ++++++++++++------- include/media/ths7303.h | 2 - 4 files changed, 99 insertions(+), 32 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/i2c/ths73x3.txt -- 1.7.4.1 -- 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/