From patchwork Wed Sep 16 21:45:19 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 1610 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Wed, 16 Sep 2009 21:45:39 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra.chehab.org with IMAP (fetchmail-6.3.6) for (single-drop); Wed, 16 Sep 2009 18:48:19 -0300 (BRT) Received: from vger.kernel.org ([209.132.176.167]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1Mo2Jm-0001D5-KT; Wed, 16 Sep 2009 21:45:39 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760141AbZIPVpd (ORCPT + 1 other); Wed, 16 Sep 2009 17:45:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760057AbZIPVpd (ORCPT ); Wed, 16 Sep 2009 17:45:33 -0400 Received: from kroah.org ([198.145.64.141]:35812 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760112AbZIPVpc (ORCPT ); Wed, 16 Sep 2009 17:45:32 -0400 Received: from localhost (c-98-246-45-209.hsd1.or.comcast.net [98.246.45.209]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by coco.kroah.org (Postfix) with ESMTPSA id 0D0C1489B2; Wed, 16 Sep 2009 14:45:36 -0700 (PDT) Subject: patch v4l-em28xx-set-up-tda9887_conf-in-em28xx_card_setup.patch added to 2.6.30-stable tree To: mkrufky@linuxtv.org, dougsland@redhat.com, fmeng2002@yahoo.com, gregkh@suse.de, Larry.Finger@lwfinger.net, linux-media@vger.kernel.org, mchehab@redhat.com Cc: , From: Date: Wed, 16 Sep 2009 14:45:19 -0700 In-Reply-To: <37219a840909120731j1166b2b0r8c51dc7ba8dbea6a@mail.gmail.com> Message-Id: <20090916214536.0D0C1489B2@coco.kroah.org> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org This is a note to let you know that we have just queued up the patch titled Subject: V4L: em28xx: set up tda9887_conf in em28xx_card_setup() to the 2.6.30-stable tree. Its filename is v4l-em28xx-set-up-tda9887_conf-in-em28xx_card_setup.patch A git repo of this tree can be found at http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary From mkrufky@linuxtv.org Wed Sep 16 14:36:28 2009 From: Michael Krufky Date: Sat, 12 Sep 2009 10:31:05 -0400 Subject: V4L: em28xx: set up tda9887_conf in em28xx_card_setup() To: stable@kernel.org Cc: Larry Finger , linux-media , Mauro Carvalho Chehab , Douglas Schilling Landgraf , Franklin Meng Message-ID: <37219a840909120731j1166b2b0r8c51dc7ba8dbea6a@mail.gmail.com> From: Franklin Meng V4L: em28xx: set up tda9887_conf in em28xx_card_setup() (cherry picked from commit ae3340cbf59ea362c2016eea762456cc0969fd9e) Added tda9887_conf set up into em28xx_card_setup() Signed-off-by: Franklin Meng Signed-off-by: Douglas Schilling Landgraf Signed-off-by: Mauro Carvalho Chehab Tested-by: Larry Finger Signed-off-by: Michael Krufky Signed-off-by: Greg Kroah-Hartman --- drivers/media/video/em28xx/em28xx-cards.c | 3 +++ 1 file changed, 3 insertions(+) Patches currently in stable-queue which might be from mkrufky@linuxtv.org are queue-2.6.30/v4l-em28xx-set-up-tda9887_conf-in-em28xx_card_setup.patch -- 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 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c @@ -1886,6 +1886,9 @@ void em28xx_card_setup(struct em28xx *de if (em28xx_boards[dev->model].tuner_addr) dev->tuner_addr = em28xx_boards[dev->model].tuner_addr; + if (em28xx_boards[dev->model].tda9887_conf) + dev->tda9887_conf = em28xx_boards[dev->model].tda9887_conf; + /* request some modules */ switch (dev->model) { case EM2820_BOARD_HAUPPAUGE_WINTV_USB_2: