1. c6ca5b2 OMAPDSS: only probe pdata if there's one by Tomi Valkeinen · 11 years ago
  2. ffc0775 drivers/video/omap2/dss: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  3. c098029 OMAPDSS: HDMI: Add error handling for hdmi_probe_pdata by Tomi Valkeinen · 11 years ago
  4. 17ae4e8 OMAPDSS: HDMI: use platform_driver_register() by Tomi Valkeinen · 11 years ago
  5. 3d62fe5 OMAPDSS: Merge omapdss topic branches by Tomi Valkeinen · 11 years ago
  6. b2c9c8e omapdss: use devm_clk_get() by Archit Taneja · 11 years ago
  7. 2eea5ae OMAPDSS: add output->dispc_channel by Tomi Valkeinen · 11 years ago
  8. 7286a08 OMAPDSS: add output->name by Tomi Valkeinen · 11 years ago
  9. 002d368 OMAPDSS: HDMI: init output earlier by Tomi Valkeinen · 11 years ago
  10. 4fdfdf0 OMAPDSS: HDMI: remove HDMI clk divisors from dssdev by Tomi Valkeinen · 11 years ago
  11. bc3bad1 video: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  12. 486c0e1 OMAPDSS: manage output-dssdev connection in output drivers by Tomi Valkeinen · 12 years ago
  13. a915d4c Revert "OMAPDSS: HDMI: Create platform device for audio support" by Tomi Valkeinen · 12 years ago
  14. 76eed4b OMAPDSS: HACK: look for regulators with omap4 names by Tomi Valkeinen · 12 years ago
  15. 3758476 OMAPDSS: HDMI: Remove __exit macro from hdmi_uninit_display by Ricardo Neri · 12 years ago
  16. 14840b9 OMAPDSS: HDMI: Create platform device for audio support by Ricardo Neri · 12 years ago
  17. d18bc45 OMAPDSS: HDMI: Uninit display on device add error by Ricardo Neri · 12 years ago
  18. 66a06b0 OMAPDSS: HDMI: Handle panel init error at probe by Ricardo Neri · 12 years ago
  19. 47e443b OMAPDSS: HDMI: Convert to devm_request_and_ioremap by Ricardo Neri · 12 years ago
  20. af23cb3 OMAPDSS: HDMI: Rename resource variable at probe. by Ricardo Neri · 12 years ago
  21. a5b8399 OMAPDSS: hide dss_select_dispc_clk_source() by Tomi Valkeinen · 12 years ago
  22. 9296dbd Merge branch '3.8/misc-2' by Tomi Valkeinen · 12 years ago
  23. f236b89 OMAPDSS: HDMI: make hdmi pclk check more permissive by Tomi Valkeinen · 12 years ago
  24. 7a7ce2c OMAPDSS: HDMI: add 1920x1200 video mode by Tomi Valkeinen · 12 years ago
  25. 4489823 OMAPDSS: HDMI: use core power on/off with edid & detect by Tomi Valkeinen · 12 years ago
  26. bb426fc OMAPDSS: HDMI: split power_on/off to two parts by Tomi Valkeinen · 12 years ago
  27. 2bbcce5 OMAPDSS: export dss_get_def_display_name() by Tomi Valkeinen · 12 years ago
  28. b2c7d54 OMAPDSS: get the dss version from core pdev by Tomi Valkeinen · 12 years ago
  29. f8fb7d7 OMAPDSS: HDMI: fix missing unlock on error in hdmi_dump_regs() by Wei Yongjun · 12 years ago
  30. 6fa4490 OMAPDSS: HDMI: use omapdss_version by Tomi Valkeinen · 12 years ago
  31. cea87b9 OMAPDSS: HDMI: Replace dssdev->manager with dssdev->output->manager references by Archit Taneja · 12 years ago
  32. 81b87f5 OMAPDSS: outputs: Create and register output instances by Archit Taneja · 12 years ago
  33. 5274484 OMAPDSS: alloc dssdevs dynamically by Tomi Valkeinen · 12 years ago
  34. bcb226a OMAPDSS: explicitely initialize dssdev->channel for new displays by Tomi Valkeinen · 12 years ago
  35. 1521653 OMAPDSS: register only one display device per output by Tomi Valkeinen · 12 years ago
  36. 8768a52 OMAPDSS: omap_dss_register_device() doesn't take display index by Tomi Valkeinen · 12 years ago
  37. b82fe7f OMAPDSS: fix set_timings by Tomi Valkeinen · 12 years ago
  38. 1748694 OMAPDSS: HDMI: use vdda_hdmi_dac by Tomi Valkeinen · 12 years ago
  39. a84b20654b OMAPDSS: HDMI: Add delay to wait for 5V power by Tomi Valkeinen · 12 years ago
  40. cca3501 OMAPDSS: HDMI: Move GPIO handling to HDMI driver by Tomi Valkeinen · 12 years ago
  41. ed1aa90 OMAPDSS: HDMI: Add locking for hdmi interface set timing functions by Archit Taneja · 12 years ago
  42. 7849398 OMAPDSS: HDMI: Use our own omap_video_timings field when setting interface timings by Archit Taneja · 12 years ago
  43. d3b4aa5 OMAPDSS: HDMI: Disable PLL properly in case of error at power_on by Ricardo Neri · 12 years ago
  44. cc937e5 OMAPDSS: HDMI: Remove custom hdmi_video_timings struct by Archit Taneja · 12 years ago
  45. 3a5383a OMAPDSS: HDMI: Replace spinlock with mutex in hdmi_check_hpd_state by Jassi Brar · 12 years ago
  46. 5be3aeb OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=n by Tomi Valkeinen · 12 years ago
  47. f11766d OMAPDSS: add clk_prepare_enable and clk_disable_unprepare by Rajendra Nayak · 12 years ago
  48. f3a97491 OMAPDSS: HDMI: Implement DSS driver interface for audio by Ricardo Neri · 12 years ago
  49. 25a6535 OMAPDSS: HDMI: Add support for more audio sample rates in N/CTS calculation by Ricardo Neri · 12 years ago
  50. 3554762 OMAPDSS: HDMI: Relocate N/CTS calculation by Ricardo Neri · 12 years ago
  51. 7c3291f OMAPDSS: HDMI: Remove ASoC codec by Ricardo Neri · 12 years ago
  52. c0456be OMAPDSS: HDMI: Split video_enable into video_enable/disable by Ricardo Neri · 12 years ago
  53. 027bdc8 OMAPDSS: HDMI: Split audio_enable into audio_enable/disable by Ricardo Neri · 12 years ago
  54. 38f3daf OMAPDSS: separate pdata based initialization by Tomi Valkeinen · 12 years ago
  55. 9d8232a OMAPDSS: init omap_dss_devices internally by Tomi Valkeinen · 12 years ago
  56. 35deca3 OMAPDSS: interface drivers register their panel devices by Tomi Valkeinen · 12 years ago
  57. 6e7e8f0 OMAPDSS: add __init & __exit by Tomi Valkeinen · 12 years ago
  58. 61055d4 OMAPDSS: use platform_driver_probe for dsi/hdmi/rfbi/venc/dpi/sdi by Tomi Valkeinen · 12 years ago
  59. e40402c OMAPDSS: move the creation of debugfs files by Tomi Valkeinen · 12 years ago
  60. 852f083 OMAPDSS: remove uses of dss_runtime_get/put by Tomi Valkeinen · 12 years ago
  61. 04c742c OMAPDSS: remove return from platform_driver_unreg by Tomi Valkeinen · 12 years ago
  62. 00928ea OMAPDSS: clean up the omapdss platform data mess by Tomi Valkeinen · 12 years ago
  63. fcc3661 OMAPDSS: DPI/HDMI: Apply manager timings even if panel is disabled by Archit Taneja · 12 years ago
  64. 4172116 OMAPDSS: Apply manager timings instead of direct DISPC writes by Archit Taneja · 12 years ago
  65. c51d921 OMAPDSS: DISPC: Use a common function to set manager timings by Archit Taneja · 12 years ago
  66. dd2116a OMAPDSS: HDMI: Add M2 divider while calculating clkout by Mythri P K · 12 years ago
  67. 0ba86d7 Merge commit 'v3.3-rc6' by Tomi Valkeinen · 12 years ago
  68. a247ce78 OMAPDSS: HACK: Ensure DSS clock domain gets out of idle when HDMI is enabled by Archit Taneja · 12 years ago
  69. f15511e OMAPDSS: HDMI: Modify logic to configure MCLK by Ricardo Neri · 12 years ago
  70. 3f60db4b Merge commit 'v3.3-rc4' by Tomi Valkeinen · 12 years ago
  71. c49d005 OMAPDSS: HDMI: PHY burnout fix by Tomi Valkeinen · 13 years ago
  72. 0eaf9f5 OMAPDSS: use sync versions of pm_runtime_put by Tomi Valkeinen · 13 years ago
  73. 9e4ed60 OMAPDSS: HDMI: remove duplicate code and mode parameter by Mythri P K · 13 years ago
  74. 46095b2 OMAPDSS: HDMI: change the timing match logic by Mythri P K · 13 years ago
  75. a05ce78 OMAPDSS: HDMI: update static timing table by Mythri P K · 13 years ago
  76. edefcda ASoC: OMAP: HDMI: Move HDMI codec trigger function to generic HDMI driver by Ricardo Neri · 13 years ago
  77. 284cb31 ASoC: OMAP: HDMI: Correct signature of ASoC functions by Ricardo Neri · 13 years ago
  78. b17ce11 ASoC: OMAP: HDMI: Introduce driver data for audio codec by Ricardo Neri · 13 years ago
  79. 33ca237 OMAPDSS: check the return value of dss_mgr_enable() by Tomi Valkeinen · 13 years ago
  80. 7797c6d OMAPDSS: hide manager's enable/disable() by Tomi Valkeinen · 13 years ago
  81. ef319c6 OMAPDSS: HDMI: fix returned HDMI pixel clock by Tomi Valkeinen · 13 years ago
  82. 162874d OMAPDSS: HDMI: Add support to dump registers through debugfs by Mythri P K · 13 years ago
  83. c3dc6a7 OMAPDSS: DISPC: Get correct pixel clock for TV manager by Archit Taneja · 13 years ago
  84. 759593f OMAP: DSS2: HDMI: implement detect() by Tomi Valkeinen · 13 years ago
  85. 468c1b9 OMAP: DSS2: HDMI: remove error prints in check_timings by Tomi Valkeinen · 13 years ago
  86. 2ea51fe OMAP: DSS2: HDMI: remove edid parsing by Tomi Valkeinen · 13 years ago
  87. 4702456 OMAP: DSS2: HDMI: implement read_edid() by Tomi Valkeinen · 13 years ago
  88. fa70dc5 OMAP: DSS2: HDMI: make set_timing saner by Tomi Valkeinen · 13 years ago
  89. 3870c90 OMAP: DSS2: HDMI: improve hdmi output enable by Tomi Valkeinen · 13 years ago
  90. b44e458 OMAP: DSS2: HDMI: change regn definition by Tomi Valkeinen · 13 years ago
  91. 8d88767a OMAP: DSS2: HDMI: use default dividers by Tomi Valkeinen · 13 years ago
  92. 60634a2 OMAP4: DSS2: HDMI: Function pointer approach to call by Mythri P K · 13 years ago
  93. 176b578 OMAP4: DSS2: HDMI: Rename the functions in HDMI IP library by Mythri P K · 13 years ago
  94. 7334167 OMAP4: DSS2: HDMI: Move the HDMI IP dependent audio by Mythri P K · 13 years ago
  95. 7d983f3 OMAP4: DSS2: HDMI: Split the current HDMI driver to move by Mythri P K · 13 years ago
  96. 7c1f1ec OMAP4: DSS2: HDMI: Move the EDID definition from HDMI by Mythri P K · 13 years ago
  97. 94c5298 OMAP4: DSS2: HDMI: Move HDMI IP independent generic header by Mythri P K · 13 years ago
  98. 38863b7 OMAP4: DSS2: HDMI: Use specific HDMI timings structure by Mythri P K · 13 years ago
  99. 7b27da5 OMAP4: DSS2: HDMI: Move pll and video configuration by Mythri P K · 13 years ago
  100. 95a8aeb OMAP4: DSS2: HDMI: HDMI clean up to pass base_address by Mythri P K · 13 years ago