aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/glamo-core.c
AgeCommit message (Collapse)Author
2010-06-06Enable 3D enginegdrm-2.6.34Thomas White
Turns out, this makes Mesa work a lot better. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-05-22Fix crash when reading Glamo registers via sysfsThomas White
glamo-core didn't ioremap() some areas, so don't try to read them. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-05-22Work on Glamo-core for DRMThomas White
This adds modifications to the core of the Glamo driver to expose functionality to support DRM and KMS. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-05-18Add glamo driver.Lars-Peter Clausen