summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/cdv_device.c
Commit message (Collapse)AuthorAgeFilesLines
* gma500: Add the HDMI bitsAlan Cox2011-07-051-2/+2
| | | | | | | This adds the basic HDMI support for Cedarview. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* gma500: begin adding CDV specific codeAlan Cox2011-07-051-99/+96Star
| | | | | | | | | | A lot of the intel_display stuff is duplicated, but we will add it first, clean it up and then investigate the best way to merge stuff. This first block integrates the various basic chunks of the CDV display setup. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* gma500: move the BIOS headerAlan Cox2011-07-051-1/+1
| | | | | | | | We can move this to patch up as well. Shuffle the relevant includes as we go Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* gma500: tidy up the opregion and lid codeAlan Cox2011-07-051-1/+1
| | | | | | | | This is leaking an io mapping and also referencing stuff directly that should not be directly accessed. Sort it out Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* gma500: Add the beginnings of Cedarview supportAlan Cox2011-07-051-0/+353
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>