aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-28drm/tilcdc: Clear bits of register we're going to set.Pantelis Antoniou1-0/+2
2013-06-28drm/tilcdc fixing i2c/slave initialization raceDarren Etheridge3-25/+40
2013-06-28drm/tilcdc: whitespace fixes and tidyupDarren Etheridge1-6/+10
2013-06-28drm/tilcdc: adding more guards to prevent selection of invalid modesDarren Etheridge1-0/+46
2013-06-28drm/tilcdc: fixing off by one errors found on analyzerDarren Etheridge1-7/+12
2013-06-28drm/tilcdc: adding some more devicetree configDarren Etheridge3-3/+57
2013-06-28drm/tilcdc: support pixel widths greater than 1024Darren Etheridge2-0/+16
2013-06-27Merge tag 'v3.10-rc7' into drm-nextDave Airlie1-0/+1
2013-06-20gpu:drm:tilcdc: get preferred_bpp value from DTBenoit Parrot5-1/+18
2013-06-17drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä1-5/+0
2013-06-03drm/tilcd: select BACKLIGHT_LCD_SUPPORTArnd Bergmann1-0/+1
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-10/+9
2013-04-26drm/tilcdc: use only a single module device tableArnd Bergmann3-3/+0
2013-04-24drm/tilcdc: Fix checkpatch error in tilcdc_panel.cSachin Kamat1-1/+1
2013-04-24drm/tilcdc: Remove space before tabSachin Kamat1-1/+1
2013-04-24drm/tilcdc: Remove unnecessary bracesSachin Kamat1-3/+2
2013-04-24drivers/gpu/drm/tilcdc: Makefile, only -Werror when no -W* in EXTRA_CFLAGSChen Gang1-1/+4
2013-04-24drm/tilcdc: Fix an incorrect conditionSachin Kamat1-1/+1
2013-03-21videomode: videomode_from_timing workTomi Valkeinen1-1/+1
2013-03-12videomode: simplify videomode Kconfig and MakefileTomi Valkeinen1-2/+1
2013-02-26drm/tilcdc: only build on armStephen Rothwell1-1/+1
2013-02-19drm/tilcdc: add support for LCD panels (v5)Rob Clark5-0/+469
2013-02-19drm/tilcdc: add encoder slave (v2)Rob Clark4-1/+407
2013-02-19drm/tilcdc: add TI LCD Controller DRM driver (v4)Rob Clark8-0/+1974