1. 03 3月, 2016 1 次提交
  2. 29 12月, 2015 1 次提交
  3. 28 10月, 2015 1 次提交
  4. 22 10月, 2014 1 次提交
    • T
      OMAPDSS: set suppress_bind_attrs · 422ccbd5
      Tomi Valkeinen 提交于
      omapdss drivers cannot handle devices being unbound while the devices
      are part of a connected display pipeline. Module refcounts are used to
      prevent unloading the modules, but one can still manually unbind the
      devices via sysfs, causing crash.
      
      Set suppress_bind_attrs to disable the bind/unbind support via sysfs.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      422ccbd5
  5. 20 5月, 2014 1 次提交
    • T
      OMAPDSS: panel NEC-NL8048HL11 DT support · b36250d8
      Tomi Valkeinen 提交于
      We don't have any working boards using this panel right now, and the
      panel driver looks odd compared to the panel specs. For example, the
      panel spec does not mention any QVGA pin.
      
      So, while this patch adds DT support to the driver, it's not really
      supported and there are not bindings documentation for the panel until
      someone can verify how the panel actually works.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: Erik Gilling <konkers@android.com>
      b36250d8
  6. 17 4月, 2014 1 次提交
  7. 05 3月, 2014 1 次提交
    • T
      OMAPDSS: convert pixel clock to common videomode style · d8d78941
      Tomi Valkeinen 提交于
      omapdss has its own video-timings struct, but we want to move the common
      videomode.
      
      The first step is to change the omapdss's pixelclock unit from kHz to
      Hz. Also, omapdss uses "pixel_clock" field name, whereas the common
      videomode uses "pixelclock" field name. This patch changes the field
      name also, as that makes it easy to spot any non-converted pixel_clock
      uses.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      d8d78941
  8. 17 6月, 2013 1 次提交