1. 05e2190 video: exynos: Ensure definitions match prototypes by Mark Brown · 11 years ago
  2. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  3. 6637eca drivers/video/exynos/exynos_mipi_dsi.c: convert to devm_ioremap_resource() by Sachin Kamat · 11 years ago
  4. 0156238 video/exynos: remove unnecessary header inclusions by Arnd Bergmann · 11 years ago
  5. 1051e9b treewide: Fix typos in kernel messages by Masanari Iida · 11 years ago
  6. 7c2db36 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  7. 9ea8b9a video: exynos_dp: move disable_irq() to exynos_dp_suspend() by Ajay Kumar · 11 years ago
  8. d3ed970 video: exynos_dp: add missing of_node_put() by Jingoo Han · 11 years ago
  9. f18acde drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIs by Sachin Kamat · 11 years ago
  10. 0c98082 drivers/video/exynos/exynos_mipi_dsi.c: fix an error check condition by Sachin Kamat · 11 years ago
  11. a25fc87 drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.c by Sachin Kamat · 11 years ago
  12. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  13. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  14. 1eaec82 Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  15. 76bf722 fb/exynos: include platform_device.h by Arnd Bergmann · 11 years ago
  16. bc3bad1 video: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  17. 48c68c4 Drivers: video: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  18. 7d0315a video/exynos: don't use [delayed_]work_pending() by Tejun Heo · 12 years ago
  19. 3fcb6eb video: exynos_dp: remove redundant parameters by Ajay Kumar · 12 years ago
  20. 2f85f97 video: exynos_dp: Fix incorrect setting for INT_CTL by Ajay Kumar · 12 years ago
  21. 22ce19c video: exynos_dp: Reset and initialize DP before requesting irq by Ajay Kumar · 12 years ago
  22. c30ffb9 video: exynos_dp: Enable hotplug interrupts by Sean Paul · 12 years ago
  23. 784fa9a video: exynos_dp: Move hotplug into a workqueue by Sean Paul · 12 years ago
  24. 2c95a81 video: exynos_dp: Remove sink control to D0 by Sean Paul · 12 years ago
  25. 1cefc1d video: exynos_dp: Fix bug when checking dp->irq by Sean Paul · 12 years ago
  26. 99f5415 video: exynos_dp: Improve EDID error handling by Sean Paul · 12 years ago
  27. 49ce41f video: exynos_dp: Get pll lock before pattern set by Sean Paul · 12 years ago
  28. fadec4b video: exynos_dp: Clean up SW link training by Sean Paul · 12 years ago
  29. ace2d7f video: exynos_dp: Check DPCD return codes by Sean Paul · 12 years ago
  30. c4e235c video: exynos_dp: Add device tree support to DP driver by Ajay Kumar · 12 years ago
  31. 5f76945 Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  32. 37414fb video: exynos_dp: use clk_prepare_enable and clk_disable_unprepare by Jingoo Han · 12 years ago
  33. 36141e5 drivers/video/exynos/exynos_mipi_dsi.c: fix error return code by Peter Senna Tschudin · 12 years ago
  34. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  35. ebe9f7b video: exynos_mipi_dsi: Remove unnecessary NULL check by Sachin Kamat · 12 years ago
  36. c520f9f video: exynos_mipi_dsi: Remove unused code by Sachin Kamat · 12 years ago
  37. 5fdc62c video: exynos_dp: increase AUX channel voltage level by Jingoo Han · 12 years ago
  38. e3c0200 video: exynos_dp: add bit-masking for LINK_TRAINING_CTL register by Jingoo Han · 12 years ago
  39. e75478b video: exynos_dp: replace link_status with link_align to check channel equalization by Jingoo Han · 12 years ago
  40. 4907cb7 treewide: fix comment/printk/variable typos by Anatol Pomozov · 12 years ago
  41. 75435c7 video: exynos_dp: move setting analog parameter and interrupt to after sw reset by Jingoo Han · 12 years ago
  42. 1ec7be9 video: exynos_dp: change return type of exynos_dp_init_video to void by Jingoo Han · 12 years ago
  43. 09d00d1 video: exynos_dp: Fix get_pll_lock_status return value by Sean Paul · 12 years ago
  44. 8fefbb7 video: exynos_dp: Change aux transaction failures by Sean Paul · 12 years ago
  45. bada553 video: exynos_dp: check time loop for RPLY_RECEIV by Jingoo Han · 12 years ago
  46. 4c4ceee video: exynos-mipi-dsi: Add missing static storage class specifiers by Sachin Kamat · 12 years ago
  47. d913f36 video: exynos_dp: use devm_clk_get function by Damien Cassou · 12 years ago
  48. d5c0eed video: exynos_dp: adjust voltage swing and pre-emphasis during Link Training by Jingoo Han · 12 years ago
  49. d4fdc32 Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  50. 91d1cfa video: exynos mipi dsi: Fix mipi dsi regulators handling issue by Donghwa Lee · 12 years ago
  51. a2c81bc video: exynos_dp: use usleep_range instead of delay by Jingoo Han · 12 years ago
  52. 1f61ce5 video: exynos_dp: check the only INTERLANE_ALIGN_DONE bit during Link Training by Jingoo Han · 12 years ago
  53. 123267a video: exynos_dp: fix wrong DPCD address during Link Training by Jingoo Han · 12 years ago
  54. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  55. ff0c264 video: Fix typo in drivers/video by Masanari Iida · 12 years ago
  56. 44edebc video: backlight: remove unused header by Paul Bolle · 12 years ago
  57. db131b1 video: exynos_dp: remove duplicated declarations from header file by Jingoo Han · 12 years ago
  58. 64c43df video: exynos_dp: fix build warning due to uninitialized value by Jingoo Han · 12 years ago
  59. ddbcb28 video: exynos_dp: reduce delay time when configuring video setting by Jingoo Han · 12 years ago
  60. 24db03a video: exynos_dp: move sw reset prioir to enabling sw defined function by Jingoo Han · 12 years ago
  61. 4d10ecf8 video: exynos_dp: use devm_ functions by Jingoo Han · 12 years ago
  62. 24bb7a6e video: exynos mipi dsi: support reverse panel type by Donghwa Lee · 12 years ago
  63. 82a5019 video: exynos mipi dsi: Properly interpret the interrupt source flags by Sylwester Nawrocki · 12 years ago
  64. b89e139 video: exynos mipi dsi: Avoid races in probe() by Sylwester Nawrocki · 12 years ago
  65. 3bfc9b8 video: exynos mipi dsi: Do not use deprecated suspend/resume callbacks by Sylwester Nawrocki · 12 years ago
  66. 66685aa video: EXYNOS: changes mipi dsi regulator name from vdd10 to vdd11 by Donghwa Lee · 12 years ago
  67. 35b37dc video: exynos_dp: remove unnecessary header includes by Jingoo Han · 12 years ago
  68. 113b668 video: EXYNOS: enable interrupt again after sw reset by Donghwa Lee · 12 years ago
  69. aac63a4 fb: exynos: Fix MIPI/DSI front/back porch settings by Laurent Pinchart · 12 years ago
  70. 8affaf5 video: exynos_dp: add analog and pll control setting by Jingoo Han · 12 years ago
  71. 8f802da video: exynos_dp: replace char pointer with char array for adjust_request variable by Jingoo Han · 12 years ago
  72. b5cfeed video: exynos_dp: check DP PLL Lock status by Jingoo Han · 12 years ago
  73. e9474be video: support DP controller driver by Jingoo Han · 12 years ago
  74. 9befe40 video: backlight: support s6e8ax0 panel driver based on MIPI DSI by Donghwa Lee · 12 years ago
  75. 7258cc1 video: support MIPI-DSI controller driver by Donghwa Lee · 12 years ago