summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500
AgeCommit message (Expand)AuthorLines
2012-02-08staging: delete gma500 driverGreg Kroah-Hartman-30775/+0
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-37/+45
2011-12-22staging: gma500: Fix warning in power.cRakib Mullick-1/+1
2011-12-20staging/gma500: fixup staging code to build following core changes.Dave Airlie-11/+11
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie-1/+1
2011-11-26gma500: mark staging brokenAlan Cox-1/+1
2011-11-25drm/staging/gma500: fix linux-next buildJesse Barnes-15/+22
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes-1/+1
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven-11/+12
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker-0/+1
2011-10-31staging: Add moduleparam.h to drivers/staging files as requiredPaul Gortmaker-1/+4
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker-0/+2
2011-09-26staging: gma500: gtt based hardware scrolling consoleAlan Cox-16/+123
2011-09-26staging: gma500: frame buffer lockingAlan Cox-6/+8
2011-08-26gma500: Fix up suspend/resumeAlan Cox-26/+20
2011-08-26gma500: Fix backlight crashAlan Cox-28/+34
2011-08-26gma500: kill bogus codeAlan Cox-32/+0
2011-08-26gma500: Convert spaces to tabs in accel_2d.c.Akshay Joshi-7/+7
2011-08-26gma500: do a pass over the FIXME tagsAlan Cox-38/+38
2011-08-26gma500: Add VBLANK support for Poulsbo hardwarePatrik Jakobsson-30/+44
2011-08-26gma500: Don't enable MSI on PoulsboPatrik Jakobsson-3/+5
2011-08-26gma500: Only register interrupt handler for poulsbo hardwarePatrik Jakobsson-1/+2
2011-08-16gma500: kill MIPI interface typesAlan Cox-9/+11
2011-08-09gma500: Fix clashes with DRM updatesAlan Cox-24/+1
2011-07-26gma500: udelay(20000) it too long againStephen Rothwell-1/+1
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3127/+18335
2011-07-24gma500: udlay(20000) is too largeStephen Rothwell-1/+1
2011-07-17Revert "gma500: Fix dependencies"Greg Kroah-Hartman-1/+1
2011-07-16gma500: Add medfield headerAlan Cox-0/+270
2011-07-15gma500: wire up the mrst i2c bus from chip_infoAlan Cox-11/+3
2011-07-15gma500: Fix DPU buildAlan Cox-5/+11
2011-07-15gma500: Clean up the DPU config and make it runtimeAlan Cox-78/+845
2011-07-15gma500: resync with Medfield progressAlan Cox-924/+917
2011-07-15gma500: Use the mrst helpers and power control for mode commitAlan Cox-6/+29
2011-07-15gma500@ Fix backlight range errorAlan Cox-7/+5
2011-07-15gma500: More Moorestown muddle meddling means MM maybe might modesetAlan Cox-22/+141
2011-07-15gma500: Add the Oaktrail HDMI supportAlan Cox-69/+1401
2011-07-15gma500: Fix cdv warning on unused variableAlan Cox-2/+0
2011-07-15gma500: skip getting modes via DDC on MoorestownOctavian Purdila-1/+2
2011-07-15gma500: fix compile warnings when CONFIG_BACKLIGHT_CLASS_DEVICE is not definedOctavian Purdila-30/+24
2011-07-15gma500: Make crtc count a property of the deviceAlan Cox-1/+45
2011-07-15gma500: remove the legacy PM methodOctavian Purdila-10/+9
2011-07-15gma500: allow the creation of 'stolen' memory objectsAlan Cox-1/+26
2011-07-15gma500: add an mmap ioctlAlan Cox-1/+29
2011-07-15gma500: Move the 2D operations into DRMAlan Cox-32/+82
2011-07-15gma500: Cursor interfaceAlan Cox-11/+28
2011-07-15gma500: Fix dependenciesAlan Cox-1/+1
2011-07-15gma500: Sort out ditherAlan Cox-3/+8
2011-07-15gma500: don't dynamically allocate the psb_gtt structAlan Cox-28/+17
2011-07-15gma500: Final polishAlan Cox-14/+14