1. 2eea5ae OMAPDSS: add output->dispc_channel by Tomi Valkeinen · 11 years ago
  2. 3ed37d9 Revert "OMAPFB: simplify locking" by Tomi Valkeinen · 12 years ago
  3. fa0c5e7 OMAPFB: fix error handling in omapfb_find_best_mode() by Tomi Valkeinen · 12 years ago
  4. 057eeae OMAPFB: use devm_kzalloc to allocate omapfb2_device by Tomi Valkeinen · 12 years ago
  5. a9ee9f0 OMAPDSS: use omapdss_compat_init() in other drivers by Tomi Valkeinen · 12 years ago
  6. 6b6f1ed OMAPFB: connect ovl managers to all dssdevs by Tomi Valkeinen · 12 years ago
  7. 09a8c45 OMAPFB: remove warning when trying to alloc at certain paddress by Tomi Valkeinen · 12 years ago
  8. b41deec OMAPFB: simplify locking by Tomi Valkeinen · 12 years ago
  9. 636f4e1 OMAPFB: move dssdev->sync call out from omapfb_realloc_fbmem by Tomi Valkeinen · 12 years ago
  10. 4ee9a53 OMAPFB: Delete if statement evaluating a constant. by Matthias Brugger · 12 years ago
  11. dcca5cf Merge branch '3.8/vram-conversion' of git://gitorious.org/linux-omap-dss2/linux by Tomi Valkeinen · 12 years ago
  12. 0049fb2 OMAPFB: use dma_alloc_attrs to allocate memory by Tomi Valkeinen · 12 years ago
  13. 5e18e35 OMAPFB: improve mode selection from EDID by Tomi Valkeinen · 12 years ago
  14. 2b5c0d4 OMAPFB: remove use of extended edid block by Tomi Valkeinen · 12 years ago
  15. 5d89bcc OMAPDSS: remove initial display code from omapdss by Tomi Valkeinen · 12 years ago
  16. 998c336 OMAPDSS: remove omap_dss_device's suspend/resume by Tomi Valkeinen · 12 years ago
  17. a89d1a8 OMAPFB: use omap_vrfb_supported() by Tomi Valkeinen · 12 years ago
  18. 6a1c9f6 OMAP: move arch/arm/plat-omap/include/plat/vrfb.h by Tomi Valkeinen · 12 years ago
  19. 5f76945 Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  20. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  21. 4249e61 OMAPFB: remove manager->device references by Archit Taneja · 12 years ago
  22. 7d7e1eb ARM: OMAP2+: Prepare for irqs.h removal by Tony Lindgren · 12 years ago
  23. fda7c36 OMAPFB: Clear framebuffers before they are registered by Archit Taneja · 12 years ago
  24. ca44415 OMAPFB: clear framebuffers with CPU by Tomi Valkeinen · 12 years ago
  25. c1c5284 OMAPFB: fix framebuffer console colors by Grazvydas Ignotas · 12 years ago
  26. a2496dc OMAPFB: fix framebuffer console colors by Grazvydas Ignotas · 12 years ago
  27. 23bae3a OMAPFB: Map interlace field in omap_video_timings with fb vmode flags by Archit Taneja · 12 years ago
  28. 783babf OMAPFB: Map the newly added omap_video_timings fields with fb sync flags by Archit Taneja · 12 years ago
  29. 4a75cb8 OMAPFB: remove compiler warnings when CONFIG_BUG=n by Tomi Valkeinen · 12 years ago
  30. d64f14e OMAPFB: add __init & __exit by Tomi Valkeinen · 12 years ago
  31. 3a028bb OMAPFB: fix parsing of vram parameter by Tomi Valkeinen · 12 years ago
  32. 82d5b3e OMAPFB: remove unused fb_format_to_dss_mode() by Tomi Valkeinen · 13 years ago
  33. 8027756 OMAPFB: remove mem info from platform_data by Tomi Valkeinen · 13 years ago
  34. 2a803c8 OMAPDSS: Remove video SRAM support by Tomi Valkeinen · 13 years ago
  35. 51be084 Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  36. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  37. c1a9feb OMAPDSS: APPLY: move ovl->info to apply.c by Tomi Valkeinen · 13 years ago
  38. aaa874a OMAPDSS: APPLY: rewrite overlay enable/disable by Tomi Valkeinen · 13 years ago
  39. 212b0d5 OMAPDSS: remove vaddr from overlay info by Tomi Valkeinen · 13 years ago
  40. dc891fa OMAPFB: find best mode from edid by Tomi Valkeinen · 13 years ago
  41. bab59b4 OMAP: OMAPFB: make omapfb start even when a display is missing a driver by Tomi Valkeinen · 13 years ago
  42. c5f18d7 OMAPFB: make debug message more useful by Andy Doan · 13 years ago
  43. 27cc213 OMAP: DSS2: OMAPFB: Implement auto-update mode by Tomi Valkeinen · 13 years ago
  44. 065a40b OMAP: DSS2: OMAPFB: Add struct to store per-display data by Tomi Valkeinen · 13 years ago
  45. 897044e OMAP: DSS2: OMAPFB: Reduce stack usage by Tomi Valkeinen · 13 years ago
  46. e1d0178 OMAP: DSS2: OMAPFB: remove dead code by Tomi Valkeinen · 13 years ago
  47. bcd8e37 OMAP: DSS2: OMAPFB: Remove implicit display update on unblank by Jani Nikula · 14 years ago
  48. 91ac27a OMAP: DSS2: OMAPFB: Handle errors when initializing panel by Tomi Valkeinen · 14 years ago
  49. 7a0987b OMAP: DSS2: Add method for querying display dimensions from DSS drivers by Jani Nikula · 14 years ago
  50. a0b38cc OMAP: DSS2: Move display.h to include/video/ by Tomi Valkeinen · 13 years ago
  51. 371e208 OMAPFB: Adding a check for timings in set_def_mode by Janorkar, Mayuresh · 13 years ago
  52. 36e8c27 OMAP: DSS2: OMAPFB: Add null pointer check by Samreen · 14 years ago
  53. 41814cf OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3 by Senthilvadivu Guruswamy · 14 years ago
  54. 87ba828 OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and vsync by Tasslehoff Kjappfot · 14 years ago
  55. e8c66dc OMAP: DSS2: OMAPFB: Fix invalid bpp for PAL and NTSC modes by Maurus Cuelenaere · 14 years ago
  56. e26ed44 OMAP: DSS2: OMAPFB: Fix probe error path by Afzal Mohammed · 14 years ago
  57. 7f8b183 OMAP: DSS2: OMAPFB: Remove redundant color register range check by Jani Nikula · 14 years ago
  58. 86f2d7d OMAP: DSS2: OMAPFB: Remove redundant rotate range check by Jani Nikula · 14 years ago
  59. 9325588 OMAP: DSS2: OMAPFB: Check fb2display() return value by Jani Nikula · 14 years ago
  60. 1ceafc0 OMAP: DSS2: OMAPFB: Add some locking debug checks by Ville Syrjälä · 14 years ago
  61. 2f642a1 OMAP: DSS2: OMAPFB: Convert the memory region locking to rwsem by Ville Syrjälä · 14 years ago
  62. 430571d OMAP: DSS2: OMAPFB: Add locking for memory regions by Ville Syrjälä · 14 years ago
  63. 078ff54 OMAP: DSS2: OMAPFB: Add support for switching memory regions by Ville Syrjälä · 14 years ago
  64. 276a1d4 OMAP: DSS2: OMAPFB: Check var even if there isn't memory by Ville Syrjälä · 14 years ago
  65. 46d3524 OMAP: DSS2: OMAPFB: Refactor overlay address calculations by Ville Syrjälä · 14 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  67. a4c1a14 OMAP: DSS2: OMAPFB: Constify some function parameters by Ville Syrjälä · 14 years ago
  68. ddbfeb3 OMAP: DSS2: OMAPFB: Remove FB_OMAP2_FORCE_AUTO_UPDATE by Tomi Valkeinen · 14 years ago
  69. 69b2048 OMAP: DSS2: move timing functions by Tomi Valkeinen · 14 years ago
  70. 37ac60e OMAP: DSS2: move enable/disable/suspend/resume by Tomi Valkeinen · 14 years ago
  71. 18946f6 OMAP: DSS2: move update() and sync() by Tomi Valkeinen · 14 years ago
  72. 446f7bf OMAP: DSS2: move set/get_update_mode() by Tomi Valkeinen · 15 years ago
  73. 225b650 OMAP: DSS2: move enable/get_te() by Tomi Valkeinen · 15 years ago
  74. a269950 OMAP: DSS2: move get_recommended_bpp() by Tomi Valkeinen · 15 years ago
  75. 96adcec OMAP: DSS2: move get_resolution() by Tomi Valkeinen · 15 years ago
  76. 6d2e0bd OMAP: DSS2: OMAPFB: fix cleanup on dssdev enable error by Tomi Valkeinen · 14 years ago
  77. b3f91eb OMAP: DSS2: OMAPFB: fix dssdev cleanup on error by Tomi Valkeinen · 14 years ago
  78. 807a751 OMAP: DSS2: OMAPFB: fix crash when panel driver was not loaded by Tomi Valkeinen · 15 years ago
  79. f3a82d1 OMAP: DSS2: OMAPFB: fix omapfb_free_fbmem() by Tomi Valkeinen · 15 years ago
  80. b39a982d OMAP: DSS2: omapfb driver by Tomi Valkeinen · 15 years ago