From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp-vbr7.xs4all.nl ([194.109.24.27]:4213 "EHLO smtp-vbr7.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752712AbaICNVW (ORCPT ); Wed, 3 Sep 2014 09:21:22 -0400 Received: from tschai.lan (209.80-203-20.nextgentel.com [80.203.20.209] (may be forged)) (authenticated bits=0) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id s83DLIRT051309 for ; Wed, 3 Sep 2014 15:21:20 +0200 (CEST) (envelope-from hverkuil@xs4all.nl) Received: from [10.54.92.107] (173-38-208-169.cisco.com [173.38.208.169]) by tschai.lan (Postfix) with ESMTPSA id 6939E2A075A for ; Wed, 3 Sep 2014 15:21:13 +0200 (CEST) Message-ID: <540715AA.3070208@xs4all.nl> Date: Wed, 03 Sep 2014 15:20:42 +0200 From: Hans Verkuil MIME-Version: 1.0 To: linux-media Subject: Re: [GIT PULL FOR v3.18] vivid: two small fixes References: <54071077.2050500@xs4all.nl> In-Reply-To: <54071077.2050500@xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 09/03/14 14:58, Hans Verkuil wrote: > Speaks for itself... Added a third patch: vivid: tpg_reset_source prototype mismatch The following changes since commit 4bf167a373bbbd31efddd9c00adc97ecc69fdb67: [media] v4l: vsp1: fix driver dependencies (2014-09-03 09:10:24 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git vivid-fixes for you to fetch changes up to 0b8dda9ffd2378d2a4106061dc624b3af4688885: vivid: tpg_reset_source prototype mismatch (2014-09-03 15:19:55 +0200) ---------------------------------------------------------------- Hans Verkuil (3): vivid: remove duplicate and unused g/s_edid functions vivid: add missing includes vivid: tpg_reset_source prototype mismatch drivers/media/platform/vivid/vivid-core.c | 1 + drivers/media/platform/vivid/vivid-rds-gen.c | 1 + drivers/media/platform/vivid/vivid-tpg.c | 2 +- drivers/media/platform/vivid/vivid-tpg.h | 1 + drivers/media/platform/vivid/vivid-vbi-gen.c | 1 + drivers/media/platform/vivid/vivid-vid-cap.c | 1 + drivers/media/platform/vivid/vivid-vid-out.c | 57 ----------------------------------------------- drivers/media/platform/vivid/vivid-vid-out.h | 1 - 8 files changed, 6 insertions(+), 59 deletions(-) > > Regards, > > Hans > > The following changes since commit 4bf167a373bbbd31efddd9c00adc97ecc69fdb67: > > [media] v4l: vsp1: fix driver dependencies (2014-09-03 09:10:24 -0300) > > are available in the git repository at: > > git://linuxtv.org/hverkuil/media_tree.git vivid-fixes > > for you to fetch changes up to 73d0df6f49eda8f6b1042c1f9729c347e1f0ee32: > > vivid: add missing includes (2014-09-03 14:57:11 +0200) > > ---------------------------------------------------------------- > Hans Verkuil (2): > vivid: remove duplicate and unused g/s_edid functions > vivid: add missing includes > > drivers/media/platform/vivid/vivid-core.c | 1 + > drivers/media/platform/vivid/vivid-rds-gen.c | 1 + > drivers/media/platform/vivid/vivid-tpg.h | 1 + > drivers/media/platform/vivid/vivid-vbi-gen.c | 1 + > drivers/media/platform/vivid/vivid-vid-cap.c | 1 + > drivers/media/platform/vivid/vivid-vid-out.c | 57 ----------------------------------------------- > drivers/media/platform/vivid/vivid-vid-out.h | 1 - > 7 files changed, 5 insertions(+), 58 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >