1. f142d3b video: Add generic HDMI infoframe helpers by Thierry Reding · 12 years ago
  2. 2e82b5d gpu: remove gma500 stub driver by Lee, Chun-Yi · 12 years ago
  3. ed914f6 Merge tag 'of_videomode_helper' of git://git.pengutronix.de/git/str/linux into drm-next by Dave Airlie · 12 years ago
  4. 62cd2fa8 Merge branch 'console-fixes' into drm-next by Dave Airlie · 12 years ago
  5. 054430e fbcon: fix locking harder by Dave Airlie · 12 years ago
  6. e93a9a8 fb: Yet another band-aid for fixing lockdep mess by Takashi Iwai · 12 years ago
  7. 50e244c fb: rework locking to fix lock ordering on takeover by Alan Cox · 12 years ago
  8. ae12878 fbcon: don't lose the console font across generic->chip driver switch by Dave Airlie · 12 years ago
  9. 2a24830 vgacon/vt: clear buffer attributes when we load a 512 character font (v2) by Dave Airlie · 12 years ago
  10. 7908904 fbmon: add of_videomode helpers by Steffen Trumtrar · 12 years ago
  11. 2db54c7 fbmon: add videomode helpers by Steffen Trumtrar · 12 years ago
  12. cc3f414 video: add of helper for display timings/videomode by Steffen Trumtrar · 12 years ago
  13. 8714c0c video: add display_timing and videomode by Steffen Trumtrar · 12 years ago
  14. ea4f311 viafb: rename display_timing to via_display_timing by Steffen Trumtrar · 12 years ago
  15. 4ad3041 Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes by Olof Johansson · 12 years ago
  16. 51edce0 Merge tag 'omap-for-v3.8-rc4/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 12 years ago
  17. e6b267c video: imxfb: Do not crash on reboot by Fabio Estevam · 12 years ago
  18. 5046e38 Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 12 years ago
  19. 6960d46 Merge tag 'imx-fixes-3.8-2' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes by Olof Johansson · 12 years ago
  20. afc1030 video: imxfb: fix imxfb_info configuration order by Gwenhael Goavec-Merou · 12 years ago
  21. 552f0cc drivers/video/ssd1307fb.c: fix bit order bug in the byte translation function by Maxime Ripard · 12 years ago
  22. 974b335 Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  23. 6c1ecba video: mxsfb: fix crash when unblanking the display by Lothar Waßmann · 12 years ago
  24. 48c68c4 Drivers: video: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  25. 9f67675 backlight: locomolcd: fix checkpatch error and warning by Jingoo Han · 12 years ago
  26. 16e024f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  27. 1581b08 backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ON by Marko Katic · 12 years ago
  28. 1eddd97 drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gpio_request_one() by Jingoo Han · 12 years ago
  29. 424e06e drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be called by Jingoo Han · 12 years ago
  30. 2fe2380 backlight: 88pm860x_bl: remove an unnecessary line continuation by Jingoo Han · 12 years ago
  31. b444df2 drivers/video/backlight/pandora_bl.c: change TWL4030_MODULE_PWM0 to TWL_MODULE_PWM by Peter Ujfalusi · 12 years ago
  32. 762a936 backlight: add of_find_backlight_by_node() by Thierry Reding · 12 years ago
  33. fb08cd9 drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs file by Axel Lin · 12 years ago
  34. 2c114cb drivers/video/backlight/max8925_bl.c: drop devm_kfree of devm_kzalloc'd data by Jingoo Han · 12 years ago
  35. 3a1f946 drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd data by Jingoo Han · 12 years ago
  36. 3c48d1f drivers/video/backlight/s6e63m0.c: remove unnecessary cast of void pointer by Jingoo Han · 12 years ago
  37. 3fd0043 drivers/video/backlight/vgg2432a4.c: add missing const by Jingoo Han · 12 years ago
  38. 53c7a2f drivers/video/backlight/tdo24m.c: add missing const by Jingoo Han · 12 years ago
  39. c22e61b drivers/video/backlight/lms283gf05.c: add missing const by Jingoo Han · 12 years ago
  40. b5d6904 drivers/video/backlight/da9052_bl.c: add missing const by Jingoo Han · 12 years ago
  41. eaa4d02 drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex code by Kim, Milo · 12 years ago
  42. 8cc9764 drivers/video/backlight/lp855x_bl.c: use generic PWM functions by Kim, Milo · 12 years ago
  43. 05a5d4d backlight: tosa: use devm_gpio_request_one by Jingoo Han · 12 years ago
  44. 5a5a074 backlight: lms283gf05: use devm_gpio_request_one by Jingoo Han · 12 years ago
  45. 9a8fe5d backlight: vgg2432a4: fix checkpatch warning by Jingoo Han · 12 years ago
  46. 8ab77f4 backlight: tosa: fix checkpatch error and warning by Jingoo Han · 12 years ago
  47. 97d9655 backlight: tdo24m: fix checkpatch warning by Jingoo Han · 12 years ago
  48. 8690c70 backlight: platform_lcd: fix checkpatch error by Jingoo Han · 12 years ago
  49. ae872db backlight: pcf50633: fix checkpatch warning by Jingoo Han · 12 years ago
  50. 7a94f65 backlight: omap1: fix checkpatch warning by Jingoo Han · 12 years ago
  51. d7b6bda backlight: lm3630: fix checkpatch warning by Jingoo Han · 12 years ago
  52. e4f8ae7 backlight: l4f00242t03: fix checkpatch warning by Jingoo Han · 12 years ago
  53. 0a75a56 backlight: jornada720: fix checkpatch error and warning by Jingoo Han · 12 years ago
  54. c0b6cc4 backlight: ili9320: fix checkpatch error and warning by Jingoo Han · 12 years ago
  55. ff10b07 backlight: hp680_bl: fix checkpatch error and warning by Jingoo Han · 12 years ago
  56. 933bd9b backlight: generic_bl: fix checkpatch warning by Jingoo Han · 12 years ago
  57. 685746d backlight: da903x_bl: fix checkpatch warning by Jingoo Han · 12 years ago
  58. 0885126 backlight: corgi_lcd: fix checkpatch error and warning by Jingoo Han · 12 years ago
  59. 16a6314 backlight: atmel-pwm-bl: fix checkpatch warning by Jingoo Han · 12 years ago
  60. 20c5a93 backlight: 88pm860x_bl: fix checkpatch warning by Jingoo Han · 12 years ago
  61. f0f13cd backlight: da903x_bl: use dev_get_drvdata() instead of platform_get_drvdata() by Jingoo Han · 12 years ago
  62. 376bddd Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 12 years ago
  63. 770b6cb ARM: OMAP: Fix drivers to depend on omap for internal devices by Tony Lindgren · 12 years ago
  64. 2b83188 Merge tag 'fbdev-for-3.8' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 12 years ago
  65. cebfa85 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  66. a11da7d Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  67. fa4dbbc VIDEO: Newport Fix console crashes by Thomas Bogendoerfer · 12 years ago
  68. e7f5c9a Merge tag 'omapdss-for-3.8' of git://gitorious.org/linux-omap-dss2/linux into for-linus by Tomi Valkeinen · 12 years ago
  69. bd0f5cc OMAPDSS: fix TV-out issue with DSI PLL by Tomi Valkeinen · 12 years ago
  70. 3ed37d9 Revert "OMAPFB: simplify locking" by Tomi Valkeinen · 12 years ago
  71. c7e1eae OMAPFB: remove silly loop in fb2display() by Tomi Valkeinen · 12 years ago
  72. fa0c5e7 OMAPFB: fix error handling in omapfb_find_best_mode() by Tomi Valkeinen · 12 years ago
  73. 057eeae OMAPFB: use devm_kzalloc to allocate omapfb2_device by Tomi Valkeinen · 12 years ago
  74. d027db1 Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  75. d01e4af Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  76. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  77. 8105c94 OMAPDSS: DISPC: remove dispc fck uses by Tomi Valkeinen · 12 years ago
  78. 5aaee69 OMAPDSS: DISPC: get dss clock rate from dss driver by Tomi Valkeinen · 12 years ago
  79. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  80. a240af2 drivers/video/console/softcursor.c: remove redundant NULL check before kfree() by Sachin Kamat · 12 years ago
  81. a2ed00d drivers/video: add support for the Solomon SSD1307 OLED Controller by Maxime Ripard · 12 years ago
  82. a9ee9f0 OMAPDSS: use omapdss_compat_init() in other drivers by Tomi Valkeinen · 12 years ago
  83. 348be69 OMAPDSS: export dispc functions by Tomi Valkeinen · 12 years ago
  84. eda3427 OMAPDSS: export dss_feat functions by Tomi Valkeinen · 12 years ago
  85. a97a963 OMAPDSS: export dss_mgr_ops functions by Tomi Valkeinen · 12 years ago
  86. d13f5b7 OMAPDSS: separate compat files in the Makefile by Tomi Valkeinen · 12 years ago
  87. 09e82ba OMAPDSS: move display sysfs init to compat layer by Tomi Valkeinen · 12 years ago
  88. 8b09551 OMAPDSS: DPI: use dispc's check_timings by Tomi Valkeinen · 12 years ago
  89. f9b719b OMAPDSS: DISPC: add dispc_ovl_check() by Tomi Valkeinen · 12 years ago
  90. 96e2e63 OMAPDSS: move irq handling to dispc-compat by Tomi Valkeinen · 12 years ago
  91. 549acbe OMAPDSS: move omap_dispc_wait_for_irq_interruptible_timeout to dispc-compat.c by Tomi Valkeinen · 12 years ago
  92. bb398134 OMAPDSS: move blocking mgr enable/disable to compat layer by Tomi Valkeinen · 12 years ago
  93. 1550202 OMAPDSS: manage framedone irq with mgr ops by Tomi Valkeinen · 12 years ago
  94. 74b65ec OMAPDSS: add manager ops by Tomi Valkeinen · 12 years ago
  95. 6abae7a OMAPDSS: move ovl function setup to apply.c by Tomi Valkeinen · 12 years ago
  96. 0c49ff7 OMAPDSS: move ovl-mgr function setup to apply.c by Tomi Valkeinen · 12 years ago
  97. 23dfd1a OMAPDSS: move ovl & ovl-mgr init to apply.c by Tomi Valkeinen · 12 years ago
  98. 8dd2491 OMAPDSS: add omapdss_compat_init() by Tomi Valkeinen · 12 years ago
  99. 6b6f1ed OMAPFB: connect ovl managers to all dssdevs by Tomi Valkeinen · 12 years ago
  100. 486c0e1 OMAPDSS: manage output-dssdev connection in output drivers by Tomi Valkeinen · 12 years ago