summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc
AgeCommit message (Expand)Author
2014-10-20gpu: drm: tilcdc: drop owner assignment from platform_driversWolfram Sang
2014-09-17drm/tilcdc: panel: Add support for enable GPIOEzequiel Garcia
2014-09-17drm/tilcdc: panel: Set return value explicitlyEzequiel Garcia
2014-09-17drm/tilcdc: panel: Fix backlight devicetree supportEzequiel Garcia
2014-09-17drm/tilcdc: panel: Use devm_kzalloc to simplify the error pathEzequiel Garcia
2014-09-17drm/tilcdc: panel: Spurious whitespace removalEzequiel Garcia
2014-09-17drm/tilcdc: panel: Remove unused variableEzequiel Garcia
2014-09-17drm/tilcdc: panel: Add missing of_node_putEzequiel Garcia
2014-09-17drm/tilcdc: Fix the error path in tilcdc_load()Ezequiel Garcia
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-07-10drm/tilcdc: Fix build breakageSachin Kamat
2014-07-09drm/tilcdc: oops a Module.symvers snuck inDave Airlie
2014-07-08drm/tilcdc: replace late_initcall with module_initGuido Martínez
2014-07-08drm/tilcdc: remove submodule destroy callsGuido Martínez
2014-07-08drm/tilcdc: fix double kfreeGuido Martínez
2014-07-08drm/tilcdc: fix release order on exitGuido Martínez
2014-07-08drm/tilcdc: panel: fix leak when unloading the moduleGuido Martínez
2014-07-08drm/tilcdc: tfp410: fix dangling sysfs connector nodeGuido Martínez
2014-07-08drm/tilcdc: slave: fix dangling sysfs connector nodeGuido Martínez
2014-07-08drm/tilcdc: panel: fix dangling sysfs connector nodeGuido Martínez
2014-06-19drm: add register and unregister functions for connectorsThomas Wood
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2014-01-14drm: store the gem vma offset manager in a typed pointerDaniel Vetter
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter
2013-12-18drm/tilcdc: call drm_put_dev directly from ->removeDaniel Vetter
2013-10-11drm: Add separate Kconfig option for fbdev helpersDaniel Vetter
2013-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-19drm/tilcdc: use flip-work helperRob Clark
2013-08-19drm: remove FASYNC supportDaniel Vetter
2013-08-19drm/tilcdc fixup mode to workaround sync for tda998xDarren Etheridge
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter
2013-06-28drm/tilcdc: Clear bits of register we're going to set.Pantelis Antoniou
2013-06-28drm/tilcdc fixing i2c/slave initialization raceDarren Etheridge
2013-06-28drm/tilcdc: whitespace fixes and tidyupDarren Etheridge
2013-06-28drm/tilcdc: adding more guards to prevent selection of invalid modesDarren Etheridge
2013-06-28drm/tilcdc: fixing off by one errors found on analyzerDarren Etheridge
2013-06-28drm/tilcdc: adding some more devicetree configDarren Etheridge
2013-06-28drm/tilcdc: support pixel widths greater than 1024Darren Etheridge
2013-06-27Merge tag 'v3.10-rc7' into drm-nextDave Airlie
2013-06-20gpu:drm:tilcdc: get preferred_bpp value from DTBenoit Parrot
2013-06-17drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä
2013-06-03drm/tilcd: select BACKLIGHT_LCD_SUPPORTArnd Bergmann
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-04-26drm/tilcdc: use only a single module device tableArnd Bergmann
2013-04-24drm/tilcdc: Fix checkpatch error in tilcdc_panel.cSachin Kamat
2013-04-24drm/tilcdc: Remove space before tabSachin Kamat
2013-04-24drm/tilcdc: Remove unnecessary bracesSachin Kamat