1. b4935e3 drm/omap: Store bus flags in the omap_dss_device structure by Laurent Pinchart · 7 years ago
  2. 26c91a3 drm/omap: Don't store video mode internally for external encoders by Laurent Pinchart · 7 years ago
  3. 138fe53 drm/omap: Remove unneeded fallback for missing .check_timings() by Laurent Pinchart · 7 years ago
  4. bb23800 drm/omap: Remove duplicate calls to .set_timings() operation by Laurent Pinchart · 7 years ago
  5. 8fe1d36 drm/omap: Make the video_mode pointer to .set_timings() const by Laurent Pinchart · 7 years ago
  6. 9c626de drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handler by Laurent Pinchart · 6 years ago
  7. ec68cd5 drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functions by Laurent Pinchart · 7 years ago
  8. 52c5dd2 drm/omap: Determine connector type directly in omap_connector.c by Laurent Pinchart · 7 years ago
  9. 47a3ee2 drm/omap: Pass both output and display omap_dss_device to connector init by Laurent Pinchart · 7 years ago
  10. 7805d1e drm/omap: Don't call HDMI mode and infoframe operations recursively by Laurent Pinchart · 7 years ago
  11. d96aaad drm/omap: Pass both output and display omap_dss_device to encoder init by Laurent Pinchart · 7 years ago
  12. 70f9cbf drm/omap: Get from CRTC to display device directly by Laurent Pinchart · 7 years ago
  13. 90279e9 drm/omap: Don't call EDID read operation recursively by Laurent Pinchart · 7 years ago
  14. f006325 drm/omap: Move HPD disconnection handling to omap_connector by Laurent Pinchart · 7 years ago
  15. 18412b6 drm/omap: Merge HPD enable operation with HPD callback registration by Laurent Pinchart · 7 years ago
  16. a21a8f3 drm/omap: Remove unneeded safety checks in the HPD operations by Laurent Pinchart · 7 years ago
  17. 949ea2e drm/omap: Don't call HPD registration operations recursively by Laurent Pinchart · 7 years ago
  18. f2ea557 drm/omap: Don't call .detect() operation recursively by Laurent Pinchart · 7 years ago
  19. 09e5bb6 drm/omap: dss: Add device operations flags by Laurent Pinchart · 7 years ago
  20. 83910ad drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops by Laurent Pinchart · 7 years ago
  21. e7df657 drm/omap: panel-tpo-td043mtea1: Convert to the GPIO descriptors API by Laurent Pinchart · 7 years ago
  22. 2167f9e drm/omap: panel-tpo-td028ttec1: Drop unneeded linux/gpio.h header by Laurent Pinchart · 7 years ago
  23. aec338c drm/omap: panel-sony-acx565akm: Convert to the GPIO descriptors API by Laurent Pinchart · 7 years ago
  24. 57e0478 drm/omap: panel-nec-nl8048hl11: Convert to the GPIO descriptors API by Laurent Pinchart · 7 years ago
  25. ac2d1fc drm/omap: encoder-tfp410: Convert to the GPIO descriptors API by Laurent Pinchart · 7 years ago
  26. ede880e drm/omap: connector-hdmi: Convert to the GPIO descriptors API by Laurent Pinchart · 7 years ago
  27. 1298977 drm/omap: Check omap_dss_device type based on the output_type field by Laurent Pinchart · 7 years ago
  28. a4e9ecf drm/omap: Remove unnecessary display output sanity checks by Laurent Pinchart · 7 years ago
  29. 6f7ae8c drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operations by Laurent Pinchart · 7 years ago
  30. e553ea0 drm/omap: dss: Remove unused omap_dss_driver operations by Laurent Pinchart · 7 years ago
  31. 43f7078 drm/omap: dss: Remove the dss_mgr_(dis)connect() operations by Laurent Pinchart · 7 years ago
  32. 0f37938 drm/omap: Set dispc_channel_connect from DSS output connect handlers by Laurent Pinchart · 7 years ago
  33. d25a7d6 drm/omap: Remove supported output check in CRTC connect handler by Laurent Pinchart · 7 years ago
  34. 67dfd2d drm/omap: Remove omap_crtc_output global array by Laurent Pinchart · 7 years ago
  35. e48f9f1 drm/omap: Store CRTC lookup by channel table in omap_drm_private by Laurent Pinchart · 7 years ago
  36. 00b30e7 drm/omap: Pass pipe pointer to omap_crtc_init() by Laurent Pinchart · 7 years ago
  37. 3be0f15 drm/omap: dss: Merge two disconnection helpers by Laurent Pinchart · 7 years ago
  38. 7131655 drm/omap: dss: Move display type validation to initialization time by Laurent Pinchart · 7 years ago
  39. 79ddb2f drm/omap: dss: Move connection checks to omapdss_device_(dis)connect by Laurent Pinchart · 7 years ago
  40. 511afb4 drm/omap: Reverse direction of DSS device (dis)connect operations by Laurent Pinchart · 7 years ago
  41. 2ee7679 drm/omap: Group CRTC, encoder, connector and dssdev in a structure by Laurent Pinchart · 7 years ago
  42. ac3b131 drm/omap: Create all planes before CRTCs by Laurent Pinchart · 7 years ago
  43. f969936 drm/omap: Remove unneeded variable assignments in omap_modeset_init by Laurent Pinchart · 7 years ago
  44. 8a36357 drm/omap: dss: Get regulators at probe time by Laurent Pinchart · 7 years ago
  45. a48bc6a drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect() by Laurent Pinchart · 7 years ago
  46. bea1319 drm/omap: dss: Add function to retrieve display for an output by Laurent Pinchart · 7 years ago
  47. f7e376a drm/omap: dss: Add for_each_dss_output() macro by Laurent Pinchart · 7 years ago
  48. 27d6245 drm/omap: dss: Acquire next dssdev at probe time by Laurent Pinchart · 7 years ago
  49. c871932 drm/omap: dss: venc: Move initialization code from bind to probe by Laurent Pinchart · 7 years ago
  50. 5f031b4 drm/omap: dss: hdmi5: Move initialization code from bind to probe by Laurent Pinchart · 7 years ago
  51. 5fc15d9 drm/omap: dss: hdmi4: Move initialization code from bind to probe by Laurent Pinchart · 7 years ago
  52. edb715df drm/omap: dss: dsi: Move initialization code from bind to probe by Laurent Pinchart · 7 years ago
  53. 66aacfe drm/omap: dss: Cleanup error paths in output init functions by Laurent Pinchart · 7 years ago
  54. a25edf0 drm/omap: displays: Don't cast dssdev to panel data unnecessarily by Laurent Pinchart · 7 years ago
  55. eaaedaf drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks by Laurent Pinchart · 7 years ago
  56. 4e20bda drm/omap: dss: Replace omap_dss_device port number with bitmask by Laurent Pinchart · 7 years ago
  57. 5c718e0 drm/omap: dss: Modify omapdss_find_output_from_display() to return channel by Laurent Pinchart · 7 years ago
  58. 845417b drm/omap: dss: Move DSS mgr ops and private data to dss_device by Laurent Pinchart · 7 years ago
  59. f324b27 drm/omap: dss: Store dss_device pointer in omap_dss_device by Laurent Pinchart · 7 years ago
  60. c1dfe72 drm/omap: dss: Move and rename omap_dss_(get|put)_device() by Laurent Pinchart · 7 years ago
  61. 67822ae drm/omap: dss: Remove panel devices list by Laurent Pinchart · 7 years ago
  62. 4e0bb06 drm/omap: dss: Split omapdss_register_display() by Laurent Pinchart · 7 years ago
  63. b9f4d2e drm/omap: dss: Make omap_dss_get_next_device() more generic by Laurent Pinchart · 7 years ago
  64. 92ce521 drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display by Laurent Pinchart · 7 years ago
  65. de57e9d drm/omap: dss: Remove output devices list by Laurent Pinchart · 7 years ago
  66. 3ce75d6 drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files by Laurent Pinchart · 7 years ago
  67. f3ed97f drm/omap: dsi: Simplify debugfs implementation by Laurent Pinchart · 7 years ago
  68. 7269fde drm/omap: displays: Remove input omap_dss_device from panel data by Laurent Pinchart · 7 years ago
  69. fb55717 drm/omap: dss: Move src and dst check and set to connection handlers by Laurent Pinchart · 7 years ago
  70. 73fc0ac drm/omap: displays: Don't call disconnect handlers directly by Laurent Pinchart · 6 years ago
  71. 1f50796 drm/omap: dss: Move debug message and checks to connection handlers by Laurent Pinchart · 7 years ago
  72. ec727e3 drm/omap: dss: Add functions to connect and disconnect devices by Laurent Pinchart · 7 years ago
  73. b93109d drm/omap: dss: Move common device operations to common structure by Laurent Pinchart · 7 years ago
  74. e10bd35 drm/omap: dss: Allow looking up any device by port by Laurent Pinchart · 7 years ago
  75. a7e82a6 drm/omap: dss: Rework output lookup by port node by Laurent Pinchart · 7 years ago
  76. 9184f8d drm/omap: dss: Create and use omapdss_device_is_registered() by Laurent Pinchart · 7 years ago
  77. 6a7c5a2 drm/omap: dss: Create global list of all omap_dss_device instances by Laurent Pinchart · 7 years ago
  78. 7e7a0ed drm/omap: dss: Rename omap_dss_device list field to output_list by Laurent Pinchart · 7 years ago
  79. df91128 drm/omap: dss: Remove omap_dss_device panel fields by Laurent Pinchart · 7 years ago
  80. d65b0e0 drm/omap: displays: Remove videomode from omap_dss_device structure by Laurent Pinchart · 7 years ago
  81. e0528c9 drm/omap: dss: Constify omap_dss_driver operations structure by Laurent Pinchart · 7 years ago
  82. 21ebcba drm/omap: dss: Remove unused omapdss_default_get_timings() by Laurent Pinchart · 7 years ago
  83. 9976782 drm/omap: dss: Remove DSS encoders get_timings operation by Laurent Pinchart · 7 years ago
  84. 52dd898 drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations by Laurent Pinchart · 7 years ago
  85. 8023651 drm/omap: dss: Handle DPI and SDI port initialization failures by Laurent Pinchart · 7 years ago
  86. cc1876c drm/omap: dss: Move platform_device_register from core.c to dss.c probe by Jyri Sarha · 7 years ago
  87. f13e97c drm/omap: dss: Gather OMAP DSS components at probe time by Laurent Pinchart · 7 years ago
  88. 36c61ae drm/omap: dss: Remove display ordering from dss/display.c by Peter Ujfalusi · 7 years ago
  89. eb5bc1f drm/omap: Do dss_device (display) ordering in omap_drv.c by Peter Ujfalusi · 7 years ago
  90. 52b9ef2 drm/omap: Manage the usable omap_dss_device list within omap_drm_private by Peter Ujfalusi · 7 years ago
  91. fb96b67 drm/omap: Allocate drm_device earlier and unref it as last step by Peter Ujfalusi · 7 years ago
  92. 5b394b2 Linux 4.19-rc1 by Linus Torvalds · 6 years ago
  93. b933d6e Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  94. aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  95. c4726e7 Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  96. d207ea8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  97. 2a8a2b7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  98. de37503 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  99. a9ce323 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  100. 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago