1. 6637eca drivers/video/exynos/exynos_mipi_dsi.c: convert to devm_ioremap_resource() by Sachin Kamat · 11 years ago
  2. 68a2d20b drivers/video: add Hyper-V Synthetic Video Frame Buffer Driver by Haiyang Zhang · 11 years ago
  3. 6cd472d drivers/video/console/fbcon_cw.c: fix compiler warning in cw_update_attr by Devendra Naga · 11 years ago
  4. 86fa05e matroxfb: convert struct i2c_msg initialization to C99 format by Shubhrajyoti Datta · 11 years ago
  5. 8127b39 Merge tag 'fbdev-for-3.10' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 11 years ago
  6. 9d2da7a Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  7. 9bf9d47 Merge branch '3.10/fb-mmap' into for-next by Tomi Valkeinen · 11 years ago
  8. 138f296 fbdev: fix check for fb_mmap's mmio availability by Tomi Valkeinen · 11 years ago
  9. 04f8afb fbdev: improve fb_mmap bounds checks by Tomi Valkeinen · 11 years ago
  10. 11bd593 fbdev/ps3fb: use vm_iomap_memory() by Tomi Valkeinen · 11 years ago
  11. c84deb9 fbdev/sgivwfb: use vm_iomap_memory() by Tomi Valkeinen · 11 years ago
  12. 5171774 fbdev/vermillion: use vm_iomap_memory() by Tomi Valkeinen · 11 years ago
  13. 51fc8e8 fbdev/sa1100fb: use vm_iomap_memory() by Tomi Valkeinen · 11 years ago
  14. 7b3d1c8 fbdev/fb-puv3: use vm_iomap_memory() by Tomi Valkeinen · 11 years ago
  15. 47f698a fbdev/controlfb: use vm_iomap_memory() by Tomi Valkeinen · 11 years ago
  16. 6d28c21 fbdev/omapfb: use vm_iomap_memory() by Tomi Valkeinen · 11 years ago
  17. 234d15d Merge remote-tracking branch 'origin/master' into next by Benjamin Herrenschmidt · 11 years ago
  18. e6637d5 fbcon: when font is freed, clear also vc_font.data by Mika Kuoppala · 11 years ago
  19. 7547168 gpu: host1x: Add host1x driver by Terje Bergstrom · 12 years ago
  20. fc9bbca vm: convert fb_mmap to vm_iomap_memory() helper by Linus Torvalds · 11 years ago
  21. 933ee71 powerpc: remove PReP platform by Paul Bolle · 12 years ago
  22. d875cf0 drivers/video/mmp/core.c: fix use-after-free bug by Andrei Epure · 11 years ago
  23. 36c1132 xen kconfig: fix select INPUT_XEN_KBDDEV_FRONTEND by Andrew Jones · 12 years ago
  24. 76ec9d1 Convert selectors of GENERIC_GPIO to GPIOLIB by Alexandre Courbot · 12 years ago
  25. dea14df Merge tag 'omapdss-for-3.10' of git://gitorious.org/linux-omap-dss2/linux into drm-next by Dave Airlie · 11 years ago
  26. 3d62fe5 OMAPDSS: Merge omapdss topic branches by Tomi Valkeinen · 11 years ago
  27. e45f265 video: vt8500: fix Kconfig for videomode by Tomi Valkeinen · 12 years ago
  28. cf2585a fbdev: Merge fbdev topic branches by Tomi Valkeinen · 11 years ago
  29. a895d57 treewide: Fix typo in printks by Masanari Iida · 12 years ago
  30. 96d672e0 video: hdmi: Relicense under MIT by Thierry Reding · 12 years ago
  31. bbfce37 video/s3c: move platform_data out of arch/arm by Arnd Bergmann · 12 years ago
  32. 0156238 video/exynos: remove unnecessary header inclusions by Arnd Bergmann · 12 years ago
  33. 2c6360f OMAPDSS: DPI: widen the pck search when using dss fck by Tomi Valkeinen · 12 years ago
  34. 648a55e OMAPDSS: fix dss_fck clock rate rounding by Tomi Valkeinen · 12 years ago
  35. 38dd2da drivers/video: fsl-diu-fb: add hardware cursor support by Timur Tabi · 12 years ago
  36. 3ccbf89 drivers: video: use module_platform_driver_probe() by Fabio Porcedda · 12 years ago
  37. cd19965 ARM: OMAP: remove "config FB_OMAP_CONSISTENT_DMA_SIZE" by Paul Bolle · 12 years ago
  38. b2c9c8e omapdss: use devm_clk_get() by Archit Taneja · 12 years ago
  39. 3aff5b1 OMAPDSS: nec-nl8048 panel: Use dev_pm_ops by Lars-Peter Clausen · 12 years ago
  40. d0df9a2 OMAPDSS: DISPC: Revert to older DISPC Smart Standby mechanism for OMAP5 by Archit Taneja · 12 years ago
  41. c35eeb2 OMAPDSS: DISPC: Configure doublestride for NV12 when using 2D Tiler buffers by Archit Taneja · 12 years ago
  42. 3729a70 omapdss: Features: Fix some parameter ranges by Archit Taneja · 12 years ago
  43. ca5ca69 omapdss: DISPC: add max pixel clock limits for LCD and TV managers by Archit Taneja · 12 years ago
  44. 5303b3a OMAPDSS: DSI: Use devm_clk_get() by Sachin Kamat · 12 years ago
  45. 48c2169 drivers: video: omap2: dss: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  46. 8e524c9 video: wm8505fb: Convert to devm_ioremap_resource() by Sachin Kamat · 12 years ago
  47. 264bd66 pxa3xx-gcu: stop embedding file_operations into device-private object by Al Viro · 12 years ago
  48. 996142e pxa3xx-gcu: quite playing silly buggers with ->f_op by Al Viro · 12 years ago
  49. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  50. ff9046a bfin_adv7393: switch to proc_create_data() by Al Viro · 12 years ago
  51. dc2d3db Merge tag 'omap-for-v3.10/timer-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/drivers by Arnd Bergmann · 12 years ago
  52. e9069cf Merge tag 'vt8500/pinctrl' of git://server.prisktech.co.nz/git/linuxwmt into next/drivers by Arnd Bergmann · 12 years ago
  53. 4344429 video: mxsfb: Introduce regulator support by Fabio Estevam · 12 years ago
  54. c4c80f6 Merge tag 'fbdev-fixes-3.9-rc6' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 12 years ago
  55. 399403c Merge tag 'drm-intel-next-2013-03-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  56. c8b5cfc video: mxsfb: remove mxsfb_platform_data by Shawn Guo · 12 years ago
  57. 6694065 video: mxsfb: get display timings from device tree by Shawn Guo · 12 years ago
  58. 36f3e99 video: mxsfb: remove dotclk_delay from platform_data by Shawn Guo · 12 years ago
  59. 4aa02c7 video: mxsfb: remove fb_phys/fb_size from platform_data by Shawn Guo · 12 years ago
  60. 9e54857 video: mxsfb: use devm_* managed functions by Shawn Guo · 12 years ago
  61. b61f232 AUO-K190x: Add resolutions for portrait displays by Heiko Stübner · 12 years ago
  62. fd3871a AUO-K190x: add framebuffer rotation support by Heiko Stübner · 12 years ago
  63. 46574c7 AUO-K190x: add a 16bit truecolor mode by Heiko Stübner · 12 years ago
  64. 76de404b AUO-K190x: make color handling more flexible by Heiko Stübner · 12 years ago
  65. 4ea80d3 AUO-K190x: move var resolution-handling into check_var by Heiko Stübner · 12 years ago
  66. 03fc149 AUO-K190x: make memory check in check_var more flexible by Heiko Stübner · 12 years ago
  67. 4e0ab85 AUO-K190x: set the correct runtime-pm state in recover by Heiko Stübner · 12 years ago
  68. 70f1e28 AUO-K190x: add runtime-pm calls to controller init functions by Heiko Stübner · 12 years ago
  69. a165510 AUO-K190x: Use correct line length by Heiko Stübner · 12 years ago
  70. 7ab0a48 video: fb: vt8500: Convert framebuffer drivers to standardized binding by Tony Prisk · 12 years ago
  71. de68efc video: vt8500: Adjust contrast in wm8505 framebuffer driver. by Tony Prisk · 12 years ago
  72. 9e340fd drivers/video/wm8505fb.c: use devm_ functions by Julia Lawall · 12 years ago
  73. 3d20837 video: vt8500: Correct descriptions in video/Kconfig by Tony Prisk · 12 years ago
  74. 3af4ae1 video: vt8500: Remove unused platform_data/video-vt8500lcdfb.h by Tony Prisk · 12 years ago
  75. 18a434b video: vt8500: Make wmt_ge_rops optional by Tony Prisk · 12 years ago
  76. 77ec05d OMAPDSS: VENC: remove platform_enable/disable calls by Archit Taneja · 12 years ago
  77. af9f6c3 OMAPDSS: n8x0 panel: remove use of platform_enable/disable by Archit Taneja · 12 years ago
  78. 64f9389 OMAPDSS: n8x0 panel: handle gpio data in panel driver by Archit Taneja · 12 years ago
  79. b3fb8b9 OMAPDSS: picodlp panel: remove platform_enable/disable callbacks by Archit Taneja · 12 years ago
  80. d52e2e7 OMAPDSS: picodlp panel: handle gpio data in panel driver by Archit Taneja · 12 years ago
  81. 3552fb7 OMAPDSS: tpo-td043: remove platform_enable/disable callbacks by Archit Taneja · 12 years ago
  82. 7eab07e4 OMAPDSS: tpo-td043 panel: handle gpios in panel driver by Archit Taneja · 12 years ago
  83. be9a006 OMAPDSS: nec-nl8048 panel: remove platform_enable/disable callbacks by Archit Taneja · 12 years ago
  84. 57bc6c5 OMAPDSS: nec-nl8048 panel: handle gpios in panel driver by Archit Taneja · 12 years ago
  85. 3c45d05 OMAPDSS: acx565akm panel: handle gpios in panel driver by Archit Taneja · 12 years ago
  86. 3db716b OMAPDSS: sharp-ls panel: remove platform_enable/disable callbacks by Archit Taneja · 12 years ago
  87. 3103098 OMAPDSS: LS037V7DW01: handle gpios in panel driver by Tomi Valkeinen · 12 years ago
  88. 7e93008 OMAPDSS: generic dpi panel: remove uses of platform_enable/disable ops by Archit Taneja · 12 years ago
  89. 32fb490 OMAPDSS: lb035q02 panel: remove platform_enable/disable callbacks by Archit Taneja · 12 years ago
  90. 7232b1f OMAPDSS: lb035q02: handle gpios in panel driver by Archit Taneja · 12 years ago
  91. 0801711 OMAPDSS: generic dpi panel: handle gpios in panel driver by Tomi Valkeinen · 12 years ago
  92. ba7b2d9 OMAPDSS: panel acx565akm: remove omap_dss_device maximum backlight level usage by Archit Taneja · 12 years ago
  93. e1b94f1 OMAPDSS: picodlp: use devm_kzalloc for allocating driver data by Archit Taneja · 12 years ago
  94. e4dace4 OMAPDSS: lb035q02: use devm_kzalloc for allocating driver data by Archit Taneja · 12 years ago
  95. f5e484d OMAPDSS: Generic DPI Panel: use devm_kzalloc for allocating driver data by Archit Taneja · 12 years ago
  96. a4419f3 OMAPDSS: n8x0: remove platform backlight calls by Tomi Valkeinen · 12 years ago
  97. 14e6a09 OMAPDSS: NEC-nl8048hl11: remove platform backlight support by Archit Taneja · 12 years ago
  98. 02b8048 OMAPDSS: ls037v7dw01: remove platform backlight calls by Tomi Valkeinen · 12 years ago
  99. 058cc3b OMAPDSS: acx565akm: remove platform backlight calls by Tomi Valkeinen · 12 years ago
  100. b7ec96c OMAPDSS: remove unused old clock calculation code by Tomi Valkeinen · 12 years ago