From patchwork Mon Feb 15 17:37:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Ringel X-Patchwork-Id: 2728 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Mon, 15 Feb 2010 17:38:20 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.6) for (single-drop); Mon, 15 Feb 2010 18:58:46 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1Nh4to-0000O5-Kg; Mon, 15 Feb 2010 17:38:20 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755873Ab0BORiT (ORCPT + 1 other); Mon, 15 Feb 2010 12:38:19 -0500 Received: from mail-in-12.arcor-online.net ([151.189.21.52]:56567 "EHLO mail-in-12.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755838Ab0BORiS (ORCPT ); Mon, 15 Feb 2010 12:38:18 -0500 Received: from mail-in-10-z2.arcor-online.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mx.arcor.de (Postfix) with ESMTP id 891B01B3A75; Mon, 15 Feb 2010 18:38:16 +0100 (CET) Received: from mail-in-14.arcor-online.net (mail-in-14.arcor-online.net [151.189.21.54]) by mail-in-10-z2.arcor-online.net (Postfix) with ESMTP id 50A1A23D390; Mon, 15 Feb 2010 18:38:16 +0100 (CET) Received: from localhost.localdomain (dslb-188-103-172-103.pools.arcor-ip.net [188.103.172.103]) (Authenticated sender: stefan.ringel@arcor.de) by mail-in-14.arcor-online.net (Postfix) with ESMTPA id E9CCC28B0AE; Mon, 15 Feb 2010 18:38:15 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-14.arcor-online.net E9CCC28B0AE DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1266255496; bh=ZE9GVtGur6nl6rX9jnaxlG4oyicRBAGPp0KFmHixOZQ=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=dy1X9ehumaEbICEBOwL4I1WslCQMSazBllL3IG/sX4eEKDloqa9VjZE6aMEXCRT2c MhOGtwp08rkrkIvHPxDXyZe3TuXEPSLWQG3TQ3NAY7fxkz6IQqq+hIe2AXvzc6r9QN T2RlVjY489ZfxJ9Kc5HxATHab7olMRBPo+m3mli4= From: stefan.ringel@arcor.de To: linux-media@vger.kernel.org Cc: mchehab@redhat.com, dheitmueller@kernellabs.com, Stefan Ringel Subject: [PATCH 03/11] tm6000: add additional init register Date: Mon, 15 Feb 2010 18:37:16 +0100 Message-Id: <1266255444-7422-3-git-send-email-stefan.ringel@arcor.de> X-Mailer: git-send-email 1.6.6.1 In-Reply-To: <1266255444-7422-2-git-send-email-stefan.ringel@arcor.de> References: <1266255444-7422-1-git-send-email-stefan.ringel@arcor.de> <1266255444-7422-2-git-send-email-stefan.ringel@arcor.de> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Stefan Ringel Signed-off-by: Stefan Ringel diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers/staging/tm6000/tm6000-core.c index 9d66a3f..2c9eb74 100644 --- a/drivers/staging/tm6000/tm6000-core.c +++ b/drivers/staging/tm6000/tm6000-core.c @@ -414,6 +414,13 @@ struct reg_init tm6010_init_tab[] = { { REQ_05_SET_GET_USBREG, 0x18, 0x00 }, + { REQ_07_SET_GET_AVREG, 0xdc, 0xaa }, + { REQ_07_SET_GET_AVREG, 0xdd, 0x30 }, + { REQ_07_SET_GET_AVREG, 0xde, 0x20 }, + { REQ_07_SET_GET_AVREG, 0xdf, 0xd0 }, + { REQ_04_EN_DISABLE_MCU_INT, 0x02, 0x00 }, + { REQ_07_SET_GET_AVREG, 0xd8, 0x2f }, + /* set remote wakeup key:any key wakeup */ { REQ_07_SET_GET_AVREG, 0xe5, 0xfe }, { REQ_07_SET_GET_AVREG, 0xda, 0xff },