public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* cx25840: GPIO settings wrong for HVR-1850 IR Tx
@ 2009-11-27 21:10 Andy Walls
  2009-11-28  6:35 ` Andy Walls
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Walls @ 2009-11-27 21:10 UTC (permalink / raw)
  To: linux-media, stoth; +Cc: mkrufky, hverkuil

Steve,

This code in cx25840-core.c mucks up HVR-1850 IR Tx:

        /* Drive GPIO2 direction and values for HVR1700
         * where an onboard mux selects the output of demodulator
         * vs the 417. Failure to set this results in no DTV.
         * It's safe to set this across all Hauppauge boards
         * currently, regardless of the board type.
         */
        cx25840_write(client, 0x160, 0x1d);
        cx25840_write(client, 0x164, 0x00);

This changes the IR_TX pin to act as GPIO_20 and defaults it to low,
keeping the IR Transmitter LED illuminated.

Setting register 0x160 to 0x1f makes the pin the IR Tx function again.
I don't want to hack it in there though, as I don't know the
implications for other CX2388[578] boards.  I also perceive the cx23885
module GPIOs could be an easy place to introduce regressions if not
careful.


Steve and Hans,

Any ideas?

I know on the list I had bantered around a configure, enable, set, get
etc v4l2_subdev ops for gpio, but I can't remember the details nor the
requirements.

The cx25840 module really needs a way for the cx23885 bridge driver to
set GPIOs cleanly.

Regards,
Andy


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-28 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-27 21:10 cx25840: GPIO settings wrong for HVR-1850 IR Tx Andy Walls
2009-11-28  6:35 ` Andy Walls
2009-11-28 13:52   ` Steven Toth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox