Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757995Ab3EWJib (ORCPT ); Thu, 23 May 2013 05:38:31 -0400 Received: from ams-iport-1.cisco.com ([144.254.224.140]:59705 "EHLO ams-iport-1.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757494Ab3EWJi3 (ORCPT ); Thu, 23 May 2013 05:38:29 -0400 X-IronPort-AV: E=Sophos;i="4.87,727,1363132800"; d="scan'208";a="154417792" From: Hans Verkuil To: Lad Prabhakar Subject: Re: [PATCH 0/7] media: davinci: vpif trivial cleanup Date: Thu, 23 May 2013 11:38:12 +0200 User-Agent: KMail/1.13.7 (Linux/3.9-2.slh.1-aptosid-amd64; KDE/4.8.4; x86_64; ; ) Cc: DLOS , LMML , LKML , Mauro Carvalho Chehab , Hans Verkuil , Laurent Pinchart References: <1368709102-2854-1-git-send-email-prabhakar.csengg@gmail.com> In-Reply-To: <1368709102-2854-1-git-send-email-prabhakar.csengg@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201305231138.12523.hverkuil@xs4all.nl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1597 Lines: 40 On Thu 16 May 2013 14:58:15 Lad Prabhakar wrote: > From: Lad, Prabhakar > > This patch series cleans the VPIF driver, uses devm_* api wherever > required and uses module_platform_driver() to simplify the code. > > This patch series applies on 3.10.rc1 and is tested on OMAP-L138. Can you repost this taken into account Laurent's comments regarding the unwanted header includes? Thanks, Hans > > Lad, Prabhakar (7): > media: davinci: vpif: remove unwanted header includes > media: davinci: vpif: Convert to devm_* api > media: davinci: vpif: remove unnecessary braces around defines > media: davinci: vpif_capture: remove unwanted header inclusion and > sort them alphabetically > media: davinci: vpif_capture: Convert to devm_* api > media: davinci: vpif_display: remove unwanted header inclusion and > sort them alphabetically > media: davinci: vpif_display: Convert to devm_* api > > drivers/media/platform/davinci/vpif.c | 42 ++--------- > drivers/media/platform/davinci/vpif_capture.c | 96 +++++-------------------- > drivers/media/platform/davinci/vpif_capture.h | 6 +- > drivers/media/platform/davinci/vpif_display.c | 85 ++++------------------ > drivers/media/platform/davinci/vpif_display.h | 6 +- > 5 files changed, 46 insertions(+), 189 deletions(-) > > -- 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/