From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:61953 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754426Ab0EaBVX (ORCPT ); Sun, 30 May 2010 21:21:23 -0400 Received: by fxm10 with SMTP id 10so2047672fxm.19 for ; Sun, 30 May 2010 18:21:22 -0700 (PDT) Date: Mon, 31 May 2010 03:21:18 +0200 From: Davor Emard To: Samuel =?utf-8?Q?Rakitni=C4=8Dan?= Cc: semiRocket , "linux-media@vger.kernel.org" Subject: Re: [PATCH] Compro Videomate T750F Vista digital+analog support Message-ID: <20100531012117.GA15601@emard.lan> References: <20100508160628.GA6050@z60m> <20100509173243.GA8227@z60m> <20100509231535.GA6334@z60m> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-media-owner@vger.kernel.org List-ID: HI! Can you also try this GPIO settings? It's my try to use last summer's registers dump to setup gpio mask and value case SAA7134_BOARD_VIDEOMATE_T750: dev->has_remote = SAA7134_REMOTE_GPIO; saa_andorl(SAA7134_GPIO_GPMODE0 >> 2, 0x8082c000, 0x8082c000); saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x8082c000, 0x0080c000); break;