viafb: add a driver for GPIO lines
authorJonathan Corbet <corbet@lwn.net>
Wed, 2 Dec 2009 03:39:57 +0000 (20:39 -0700)
committerJonathan Corbet <corbet@lwn.net>
Fri, 7 May 2010 23:16:02 +0000 (17:16 -0600)
commit7e0de022680f7899d33141f3ab5724a704f5669a
tree237054ee8d0676b9a327f0e3cdd1a6773cb3eb2d
parent24b4d82e4715841848a499534ed5cb7db3d6bca3
viafb: add a driver for GPIO lines

This is a simple gpiolib driver giving access to the GPIO lines in the
VIA framebuffer system.  A simple mechanism exists for switching lines
between GPIO and I2C, but it's only compile-time for now.

Cc: ScottFang@viatech.com.cn
Cc: JosephChan@via.com.tw
Cc: Harald Welte <laforge@gnumonks.org>
Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
drivers/video/Kconfig
drivers/video/via/Makefile
drivers/video/via/via-core.c
drivers/video/via/via-gpio.c [new file with mode: 0644]
drivers/video/via/via-gpio.h [new file with mode: 0644]