1. 4375382 Merge tag 'fbdev-updates-for-3.4' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 13 years ago
  2. d4c6fa7 Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  3. be53bfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  4. 6bff98b Revert "video:uvesafb: Fix oops that uvesafb try to execute NX-protected page" by Florian Tobias Schandinat · 13 years ago
  5. dc7e57f OMAPDSS: register dss drivers in module init by Tomi Valkeinen · 13 years ago
  6. b622f1b video: pxafb: add clk_prepare/clk_unprepare calls by Philipp Zabel · 13 years ago
  7. cfc4bcf fbdev: bfin_adv7393fb: Drop needless include by Jean Delvare · 13 years ago
  8. 8f9c60f fbdev: sh_mipi_dsi: add extra phyctrl for sh_mipi_dsi_info by Kuninori Morimoto · 13 years ago
  9. f363afc fbdev: remove dependency of FB_SH_MOBILE_MERAM from FB_SH_MOBILE_LCDC by Kuninori Morimoto · 13 years ago
  10. 44e8ba9 Merge commit 'v3.3' into fbdev-next by Florian Tobias Schandinat · 13 years ago
  11. e9fe8a7 Merge branch 'for-3.4' of git://gitorious.org/linux-omap-dss2/linux into fbdev-next by Florian Tobias Schandinat · 13 years ago
  12. f413070 fbdev: da8xx: add support for SP10Q010 display by Anatolij Gustschin · 13 years ago
  13. 084e104 fbdev: da8xx:: fix reporting of the display timing info by Anatolij Gustschin · 13 years ago
  14. 4bc25af xen kconfig: relax INPUT_XEN_KBDDEV_FRONTEND deps by Andrew Jones · 13 years ago
  15. cf2b94d drivers/video/backlight/s6e63m0.c: fix corruption storing gamma mode by Dan Carpenter · 13 years ago
  16. ce880cb udlfb: remove sysfs framebuffer device with USB .disconnect() by Kay Sievers · 13 years ago
  17. 11e1847 Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 into fbdev-next by Florian Tobias Schandinat · 13 years ago
  18. f9b4a5c Merge branch 'for-next' of git://linuxtv.org/pinchartl/fbdev into fbdev-next by Florian Tobias Schandinat · 13 years ago
  19. afb0499 drivers/video/pvr2fb.c: ensure arguments to request_irq and free_irq are compatible by Julia Lawall · 13 years ago
  20. df01d53 OMAPDSS: APPLY: fix clearing shadow dirty flag with manual update by Tomi Valkeinen · 13 years ago
  21. af89956 fbdev: sh_mobile_meram: Implement system suspend/resume by Laurent Pinchart · 13 years ago
  22. cdf88b9 fbdev: sh_mobile_meram: Remove unneeded sanity checks by Laurent Pinchart · 13 years ago
  23. 97d16fe fbdev: sh_mobile_meram: Don't perform update in register operation by Laurent Pinchart · 13 years ago
  24. b5ef967 fbdev: sh_mobile_lcdc: Don't store copy of platform data by Laurent Pinchart · 13 years ago
  25. 4811005 fbdev: sh_mobile_meram: Allocate ICBs automatically by Laurent Pinchart · 13 years ago
  26. 974d250b fbdev: sh_mobile_meram: Use genalloc to manage MERAM allocation by Laurent Pinchart · 13 years ago
  27. 7554340 fbdev: sh_mobile_meram: Divide the code into sections by Laurent Pinchart · 13 years ago
  28. 762f7cc fbdev: sh_mobile_meram: Don't inline everything by Laurent Pinchart · 13 years ago
  29. 2a618e0 fbdev: sh_mobile_meram: Add struct sh_mobile_meram_icb by Laurent Pinchart · 13 years ago
  30. eb4f230 fbdev: sh_mobile_meram: Make current_reg field store the current reg set by Laurent Pinchart · 13 years ago
  31. 0543283 fbdev: sh_mobile_meram: Make variables unsigned where applicable by Laurent Pinchart · 13 years ago
  32. d272f42 fbdev: sh_mobile_meram: Add _cfg suffix to struct sh_mobile_meram_icb by Laurent Pinchart · 13 years ago
  33. e1d1144 fbdev: sh_mobile_meram: Request memory regions for memory resources by Laurent Pinchart · 13 years ago
  34. 4976677 fbdev: sh_mobile_lcdc: Pass channel pointer to sh_mobile_wait_for_vsync by Laurent Pinchart · 13 years ago
  35. 58f03d9 fbdev: sh_mobile_lcdc: Store configuration in channel structure by Laurent Pinchart · 13 years ago
  36. e836314 fbdev: sh_mobile_lcdc: Pass physical device pointer to DMA functions by Laurent Pinchart · 13 years ago
  37. a67f379 fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanup by Laurent Pinchart · 13 years ago
  38. fc9e78e fbdev: sh_mobile_lcdc: Store the format in struct sh_mobile_lcdc_chan by Laurent Pinchart · 13 years ago
  39. 105784b fbdev: sh_mobile_lcdc: Add sh_mobile_format_info() function by Laurent Pinchart · 13 years ago
  40. 740f802 fbdev: sh_mobile_lcdc: Reorganize the sh_mobile_lcdc_chan structure by Laurent Pinchart · 13 years ago
  41. 93ff259 fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modes by Laurent Pinchart · 13 years ago
  42. 2d04559 fbdev: sh_mobile_lcdc: Store display mode in a struct fb_videomode by Laurent Pinchart · 13 years ago
  43. 13f80ee fbdev: sh_mobile_hdmi: Don't access LCDC fb_info by Laurent Pinchart · 13 years ago
  44. d30555d fbdev: sh_mobile_hdmi: Don't set sh_hdmi::mode in the display on handler by Laurent Pinchart · 13 years ago
  45. e0c8601 fbdev: sh_mobile_lcdc: Pass a video mode to the notify callback by Laurent Pinchart · 13 years ago
  46. 7295752 sh_mobile_hdmi: Use LCDC notification callback by Laurent Pinchart · 13 years ago
  47. ecd2994 sh_mobile_lcdc: Add display notify callback to sh_mobile_lcdc_chan by Laurent Pinchart · 13 years ago
  48. 458981c fbdev: sh_mobile_lcdc: Return display connection state in display_on by Laurent Pinchart · 13 years ago
  49. 5864ace fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operation by Laurent Pinchart · 13 years ago
  50. bce95fe sh_mobile_hdmi: Use sh_mobile_lcdc_entity::channel to access fb_info by Laurent Pinchart · 13 years ago
  51. e34d0bb sh_mobile_lcdc: Add an lcdc channel pointer to sh_mobile_lcdc_entity by Laurent Pinchart · 13 years ago
  52. afaad83 fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfg by Laurent Pinchart · 13 years ago
  53. 43059b0 fbdev: sh_mobile_lcdc: Move brightness ops to sh_mobile_lcdc_bl_info by Laurent Pinchart · 13 years ago
  54. 018882a fbdev: sh_mobile_lcdc: Remove board configuration board_data field by Laurent Pinchart · 13 years ago
  55. aa7b5b0 fbdev: sh_mobile_lcdc: Remove board configuration owner field by Laurent Pinchart · 13 years ago
  56. db85905 fbdev: sh_mobile_hdmi: Don't hook up into board_cfg display operations by Laurent Pinchart · 13 years ago
  57. d2c594a fbdev: sh_mipi_dsi: Don't hook up into board_cfg display operations by Laurent Pinchart · 13 years ago
  58. 9a2985e fbdev: sh_mobile_lcdc: Handle HDMI/MIPI transmitter device directly by Laurent Pinchart · 13 years ago
  59. 732bbcc fbdev: sh_mipi_dsi: Implement sh_mobile_lcdc_entity interface by Laurent Pinchart · 13 years ago
  60. 8511ea4 fbdev: sh_mobile_hdmi: Implement sh_mobile_lcdc_entity interface by Laurent Pinchart · 13 years ago
  61. d2ccdc8 fbdev: sh_mobile_lcdc: Add sh_mobile_lcdc_entity definition by Laurent Pinchart · 13 years ago
  62. 134d22e sh_mobile_hdmi: Remove platform data lcd_dev field by Laurent Pinchart · 13 years ago
  63. 12ee250 fbdev: sh_mobile_hdmi: Don't access LCDC channel in notifier callback by Laurent Pinchart · 13 years ago
  64. 37c5dcc fbdev: sh_mobile_lcdc: Create functions to turn the display on/off by Laurent Pinchart · 13 years ago
  65. 0a7f17a fbdev: sh_mobile_lcdc: Don't pass struct device around by Laurent Pinchart · 13 years ago
  66. 4774c12 fbdev: sh_mobile_lcdc: Move pm runtime enable to probe() by Laurent Pinchart · 13 years ago
  67. 217e9c4 fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const) by Laurent Pinchart · 14 years ago
  68. f1f60b5 fbdev: sh_mobile_lcdc: Reorder code into sections by Laurent Pinchart · 14 years ago
  69. 838ac78 viafb: avoid refresh and mode lookup in set_par by Florian Tobias Schandinat · 13 years ago
  70. 9864ca2 viafb: modetable conversion by Florian Tobias Schandinat · 13 years ago
  71. c2bc0a7 video:uvesafb: notice user when we failed to save hardware state by Wang YanQing · 13 years ago
  72. ec0d22e video:uvesafb: Fix oops that uvesafb try to execute NX-protected page by Wang YanQing · 13 years ago
  73. e71ff6f udlfb: Fix invalid return codes in edid sysfs entry store function by Olivier Sobrie · 13 years ago
  74. 4614679 OMAPDSS: APPLY: print warning if wait_pending_extra_info_updates fails by Tomi Valkeinen · 13 years ago
  75. 21e56f7 OMAPDSS: MANAGER/APPLY: Add runtime_pm protection around wait_for_go/vsync functions by Lajos Molnar · 13 years ago
  76. c0c1cfc OMAPDSS: DISPC: Fix FIR coefficients by Lajos Molnar · 13 years ago
  77. 08f3267 OMAPDSS: DISPC: Fix OMAP4 supported color formats by Lajos Molnar · 13 years ago
  78. dd2116a OMAPDSS: HDMI: Add M2 divider while calculating clkout by Mythri P K · 13 years ago
  79. 5c44778 video: s3c-fb: Add support EXYNOS5 FIMD by Jingoo Han · 13 years ago
  80. 23f13656 pxafb: do console locking before calling fb_blank() by Vasily Khoruzhick · 13 years ago
  81. 0ba86d7 Merge commit 'v3.3-rc6' by Tomi Valkeinen · 13 years ago
  82. d282e4d Merge commit 'v3.3-rc6' into fbdev-next by Florian Tobias Schandinat · 13 years ago
  83. 2c0fad8 Merge pull request #1 from bernieplug/fbdev-next by Florian Tobias Schandinat · 13 years ago
  84. 91dc1be viafb: LCD bpp cleanup by Florian Tobias Schandinat · 13 years ago
  85. 664c5f1 udlfb: Add module_param to allow forcing pixel_limit by Ben Collins · 13 years ago
  86. b49f184 udlfb: Make sure to get correct endian keys from vendor descriptor by Ben Collins · 13 years ago
  87. d085a09 Merge tag 'fbdev-fixes-for-3.3-2' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 13 years ago
  88. 8d21547 udlfb: fix hcd_buffer_free panic on unplug/replug by Bernie Thompson · 13 years ago
  89. 9daee73 udlfb: Improve debugging printouts with refresh rate by Martin Decky · 13 years ago
  90. 0d04c58 Merge branch 'fbdev-for-linus' into fbdev-next by Florian Tobias Schandinat · 13 years ago
  91. a3d0e4a OMAPDSS: APPLY: make ovl_enable/disable synchronous by Tomi Valkeinen · 13 years ago
  92. c9043ff OMAPDSS: panel-dvi: Add Kconfig dependency on I2C by Tomi Valkeinen · 13 years ago
  93. 0e69e08 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  94. 327e276 video: s3c-fb: use devm_request_irq() by Jingoo Han · 13 years ago
  95. 640ba24 drivers/video/pxa168fb.c: use devm_ functions by Julia Lawall · 13 years ago
  96. 8aaaaf3 Merge branch 'fbdev-for-linus' into fbdev-next by Florian Tobias Schandinat · 13 years ago
  97. e292063 viafb: fix IGA1 modesetting on VX900 by Florian Tobias Schandinat · 13 years ago
  98. 050f0e0 viafb: select HW scaling on VX900 for IGA2 by Florian Tobias Schandinat · 13 years ago
  99. 4761c60 Merge branch 'for-3.3-rc' of git://gitorious.org/linux-omap-dss2/linux into fbdev-for-linus by Florian Tobias Schandinat · 13 years ago
  100. ca888a7 OMAPDSS: HDMI: hot plug detect fix by Rob Clark · 13 years ago