aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-06drm/tilcdc: panel: make better use of gpiod APIUwe Kleine-König1-15/+7
2015-05-27drm/tilcdc: Add DRM_TILCDC_SLAVE_COMPAT for ti,tilcdc,slave binding supportJyri Sarha5-0/+382
2015-05-27drm/tilcdc: use pm_runtime_irq_safe()Tomi Valkeinen1-0/+1
2015-05-27drm/tilcdc: Add support for external tda998x encoderJyri Sarha6-13/+302
2015-05-27drm/tilcdc: Remove tilcdc slave support for tda998x driverJyri Sarha5-452/+0
2015-05-27drm/tilcdc: Fix module unloadingJyri Sarha1-1/+2
2015-02-03drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRSChen Gang S1-1/+1
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-7/+3
2014-11-21drm/tilcdc: Deletion of an unnecessary check before the function call "drm_fbdev_cma_hotplug_event"Markus Elfring1-2/+1
2014-11-15drm: flip-work: change drm_flip_work_init prototypeBoris BREZILLON1-5/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-20gpu: drm: tilcdc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-17drm/tilcdc: panel: Add support for enable GPIOEzequiel Garcia1-5/+32
2014-09-17drm/tilcdc: panel: Set return value explicitlyEzequiel Garcia1-1/+3
2014-09-17drm/tilcdc: panel: Fix backlight devicetree supportEzequiel Garcia1-5/+18
2014-09-17drm/tilcdc: panel: Use devm_kzalloc to simplify the error pathEzequiel Garcia1-3/+1
2014-09-17drm/tilcdc: panel: Spurious whitespace removalEzequiel Garcia1-1/+0
2014-09-17drm/tilcdc: panel: Remove unused variableEzequiel Garcia1-2/+0
2014-09-17drm/tilcdc: panel: Add missing of_node_putEzequiel Garcia1-0/+3
2014-09-17drm/tilcdc: Fix the error path in tilcdc_load()Ezequiel Garcia1-10/+50
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-07-10drm/tilcdc: Fix build breakageSachin Kamat3-3/+3
2014-07-09drm/tilcdc: oops a Module.symvers snuck inDave Airlie1-0/+0
2014-07-08drm/tilcdc: replace late_initcall with module_initGuido Martínez1-1/+1
2014-07-08drm/tilcdc: remove submodule destroy callsGuido Martínez6-53/+50
2014-07-08drm/tilcdc: fix double kfreeGuido Martínez1-3/+1
2014-07-08drm/tilcdc: fix release order on exitGuido Martínez1-3/+3
2014-07-08drm/tilcdc: panel: fix leak when unloading the moduleGuido Martínez1-0/+1
2014-07-08drm/tilcdc: tfp410: fix dangling sysfs connector nodeGuido Martínez1-0/+1
2014-07-08drm/tilcdc: slave: fix dangling sysfs connector nodeGuido Martínez1-0/+1
2014-07-08drm/tilcdc: panel: fix dangling sysfs connector nodeGuido Martínez1-0/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood3-3/+3
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter1-1/+1
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-4/+4
2014-01-14drm: store the gem vma offset manager in a typed pointerDaniel Vetter1-1/+1
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter1-1/+1
2013-12-18drm/tilcdc: call drm_put_dev directly from ->removeDaniel Vetter1-1/+1
2013-10-11drm: Add separate Kconfig option for fbdev helpersDaniel Vetter1-0/+1
2013-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-26/+47
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2
2013-08-23i2c: move OF helpers into the coreWolfram Sang2-2/+0
2013-08-19drm/tilcdc: use flip-work helperRob Clark1-21/+12
2013-08-19drm: remove FASYNC supportDaniel Vetter1-1/+0
2013-08-19drm/tilcdc fixup mode to workaround sync for tda998xDarren Etheridge2-2/+32
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-1/+1
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