1. ebc9446 drm: convert drivers to use drm_of_find_panel_or_bridge by Rob Herring · 8 years ago
  2. 4a878c0 drm: bridge: Detach bridge from encoder at encoder cleanup time by Laurent Pinchart · 8 years ago
  3. 3bb80f2 drm: bridge: Link encoder and bridge in core code by Laurent Pinchart · 8 years ago
  4. 949f088 drm: Make the connector .detect() callback optional by Laurent Pinchart · 8 years ago
  5. cdda2df drm/imx: imx-ldb: remove unnecessary double disable check by Philipp Zabel · 8 years ago
  6. 60203c9 drm/imx: imx-ldb: detach bridge on unbind by Philipp Zabel · 8 years ago
  7. b1318d5 drm/imx: imx-ldb: detach panel on unbind by Lucas Stach · 8 years ago
  8. 8e3b16e drm/imx: don't destroy mode objects manually on driver unbind by Lucas Stach · 8 years ago
  9. dc80d70 drm/imx-ldb: Add support to drm-bridge by Peter Senna Tschudin · 8 years ago
  10. 3a2ad50 drm/imx: imx-ldb: use encoder atomic_mode_set callback by Philipp Zabel · 8 years ago
  11. fafc79e drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di driver by Lothar Waßmann · 8 years ago
  12. ff615ee drm/imx: imx-ldb: do not try to dereference crtc->state->state in encoder mode_set by Philipp Zabel · 8 years ago
  13. 7075ba7 drm/imx: imx-ldb: check return code on panel attach by Lucas Stach · 8 years ago
  14. 3df0739 drm/imx: turn remaining container_of macros into inline functions by Philipp Zabel · 8 years ago
  15. 49f98bc drm/imx: store internal bus configuration in crtc state by Philipp Zabel · 8 years ago
  16. f6e396e drm/imx: atomic phase 3 step 2: Legacy callback fixups by Liu Ying · 8 years ago
  17. 032003c drm/imx: Remove encoders' ->prepare callbacks by Liu Ying · 8 years ago
  18. 255c35f drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy by Liu Ying · 8 years ago
  19. c82b4d7 drm/imx: imx-ldb: honor 'native-mode' property when selecting video mode from DT by Lothar Waßmann · 8 years ago
  20. 620011e drm/imx: imx-ldb: use of_graph_get_endpoint_by_regs helper by Philipp Zabel · 9 years ago
  21. a6d206e drm/imx: imx-ldb: Add DDC support by Steve Longerbeam · 9 years ago
  22. 42e8560 Merge tag 'imx-drm-next-20160301' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 9 years ago
  23. 53141e4 drm/imx: remove imx_drm_encoder_get_mux_id by Philipp Zabel · 10 years ago
  24. 8cd09a4 drm/imx: removed optional dummy encoder mode_fixup function. by Carlos Palminha · 9 years ago
  25. 7ae847d drm/imx: Constify function pointer structs by Ville Syrjälä · 9 years ago
  26. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  27. 5e501ed drm/imx: imx-ldb: allow to determine bus format from the connected panel by Philipp Zabel · 10 years ago
  28. 3973aff drm/imx: imx-ldb: reset display clock input when disabling LVDS by Philipp Zabel · 10 years ago
  29. 751e267 drm/imx: imx-ldb: add drm_panel support by Philipp Zabel · 11 years ago
  30. 2872c80 drm/imx: consolidate bus format variable names by Philipp Zabel · 10 years ago
  31. a7c6e76 drm/imx: switch to use media bus formats by Philipp Zabel · 10 years ago
  32. 51dac94 drm/imx: imx-ldb: enable DI clock in encoder_mode_set by Philipp Zabel · 10 years ago
  33. eb10d63 imx-drm: encoder prepare/mode_set must use adjusted mode by Steve Longerbeam · 10 years ago
  34. f4876ff drm/imx: imx-ldb: fix channel->edid memleak by Peter Seiderer · 11 years ago
  35. dab363f Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  36. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  37. 6556f7f drm: imx: Move imx-drm driver out of staging by Philipp Zabel · 10 years ago[Renamed from drivers/staging/imx-drm/imx-ldb.c]
  38. d9fdb9f imx-drm: imx-ldb: fix NULL pointer in imx_ldb_unbind() by Russell King · 10 years ago
  39. f9b0e25 drm: make mode_valid callback optional by Andrzej Hajda · 11 years ago
  40. e5e1b16 staging: imx-drm: imx-ldb.c Fix line over 80 characters. by Aybuke Ozdemir · 11 years ago
  41. bfe24b9c Merge branch 'imx-drm-staging' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into staging-next by Greg Kroah-Hartman · 11 years ago
  42. 655b43c staging: imx-drm-core: Use OF graph to find components and connections between encoder and crtcs by Philipp Zabel · 11 years ago
  43. 98dd3b2 imx-drm: imx-ldb: Use snprintf() by Fabio Estevam · 11 years ago
  44. 9f9b036 imx-drm: imx-ldb: Check 'mode' pointer first by Fabio Estevam · 11 years ago
  45. 1b3f767 imx-drm: initialise drm components directly by Russell King · 11 years ago
  46. 17b5001 imx-drm: convert to componentised device support by Russell King · 11 years ago
  47. f2d66aa imx-drm: simplify setup of panel format by Russell King · 11 years ago
  48. baa68c4 imx-drm: provide common connector mode validation function by Russell King · 11 years ago
  49. e76171b imx-drm: imx-drm-core: sanitise imx_drm_encoder_get_mux_id() by Russell King · 11 years ago
  50. 49f4a9c staging: imx-drm: remove unnecessary braces by Sima Baymani · 11 years ago
  51. 5354cb6 staging: imx-drm: Fix warning for static const char * array in imx-ldb.c by Archana kumari · 11 years ago
  52. 1f933fa staging: drm/imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Valentina Manea · 11 years ago
  53. 28d3137 staging: imx-drm: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  54. d78b140 staging: imx-drm: imx-ldb: Staticize of_get_data_mapping() by Fabio Estevam · 11 years ago
  55. bc62738 imx-drm: imx-ldb: Add MODULE_ALIAS() by Fabio Estevam · 11 years ago
  56. 4599934 staging: imx-drm: Fix typo in staging/imx-drm by Masanari Iida · 11 years ago
  57. 000d73f staging: imx_drm: imx_ldb: fix 18 bit format by Markus Niebel · 11 years ago
  58. ac4c1a9 staging: drm/imx: Add LDB support by Sascha Hauer · 11 years ago