viafb: add auxiliary device management infrastructure
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sat, 30 Jul 2011 01:25:29 +0000 (01:25 +0000)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Fri, 10 Feb 2012 19:11:51 +0000 (19:11 +0000)
commite75892715db800ee96fe4ac0407b73b57d866a68
tree0334ac5bf57d2d94f3c1439ea09844874913dd56
parentd65b4e98d7ea3038b767b70fe8be959b2913f16d
viafb: add auxiliary device management infrastructure

This patch adds the basic infrastructure and a few stub drivers for
devices that are connected via I2C busses. The infrastructure will
be used to replace and extend the support that is scattered
throughout viafb. The stub drivers are not very useful yet but they
show how the infrastructure works, provide information about the
chips integrated into a system and maybe gather some testers as it
would be very difficult for a single person to get a sane test
environment.
The only thing this actually does is probing the I2C busses which
will hopefully not cause any regressions.

Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
14 files changed:
drivers/video/via/Makefile
drivers/video/via/via_aux.c [new file with mode: 0644]
drivers/video/via/via_aux.h [new file with mode: 0644]
drivers/video/via/via_aux_ch7301.c [new file with mode: 0644]
drivers/video/via/via_aux_edid.c [new file with mode: 0644]
drivers/video/via/via_aux_sii164.c [new file with mode: 0644]
drivers/video/via/via_aux_vt1621.c [new file with mode: 0644]
drivers/video/via/via_aux_vt1622.c [new file with mode: 0644]
drivers/video/via/via_aux_vt1625.c [new file with mode: 0644]
drivers/video/via/via_aux_vt1631.c [new file with mode: 0644]
drivers/video/via/via_aux_vt1632.c [new file with mode: 0644]
drivers/video/via/via_aux_vt1636.c [new file with mode: 0644]
drivers/video/via/viafbdev.c
drivers/video/via/viafbdev.h
This page took 0.028266 seconds and 5 git commands to generate.