V4L/DVB (11765): cx23885: Add generic functions for driving GPIO's
authorSteven Toth <stoth@kernellabs.com>
Sat, 2 May 2009 14:29:50 +0000 (11:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:21:02 +0000 (18:21 -0300)
commit6f8bee9b104465a881f7e8acd5cbd3e6a0730759
tree80feb7e141692ab945b36e5aed22666ce6ac5abf
parentea3b73dc13d87d92e805f439f3d7bfcb5865db06
V4L/DVB (11765): cx23885: Add generic functions for driving GPIO's

The GPIO's on the product can be in one of three places. To date we've
mainly used the GPIO's on the bridge itself, and once on the encoder.
Rather than having the complexity of multiple GPIO writes/reads from
isolated placed in the driver we'll route them through this function,
so we can make intelligent decisions about 1) Where the GPIO lives
and 2) Whether it conflicts (based on board) with some other function
to avoid bugs.

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/cx23885-core.c
drivers/media/video/cx23885/cx23885.h
This page took 0.027448 seconds and 5 git commands to generate.