1. cc6df3a video: fbdev: imxfb: add some error handling by Uwe Kleine-König · 8 years ago
  2. 46ffe10 video: fbdev: imxfb: fix semantic of .get_power and .set_power by Uwe Kleine-König · 8 years ago
  3. f6e4566 dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() by Luis R. Rodriguez · 9 years ago
  4. b82fe6d video: fbdev: imxfb: Provide a reset mechanism by Fabio Estevam · 9 years ago
  5. bd388a2 video: fbdev: imxfb: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  6. 5d80244 video: fbdev: make of_device_id array const by Sanjeev Sharma · 10 years ago
  7. 6a732be video: fbdev: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  8. f7018c2 video: move fbdev to drivers/video/fbdev by Tomi Valkeinen · 11 years ago[Renamed from drivers/video/imxfb.c]
  9. cf071d2 video: imxfb: Add DT default contrast control register property. by Denis Carikli · 10 years ago
  10. f1d2ff8 video: imxfb: Convert to SIMPLE_DEV_PM_OPS by Alexander Shiyan · 11 years ago
  11. f590f99 video: imxfb: Resolve mismatch between backlight/contrast by Alexander Shiyan · 11 years ago
  12. de50136 video: imxfb: Use module_platform_driver() by Alexander Shiyan · 11 years ago
  13. b7d2d37 video: imxfb: Remove unused fields from platform data structure by Alexander Shiyan · 11 years ago
  14. 9fe21fd video: imxfb: Use regulator API with LCD class for powering by Alexander Shiyan · 11 years ago
  15. 1c8034c video: imxfb: use dev_get_platdata() by Jingoo Han · 11 years ago
  16. 1b6c793 video: imxfb: Add DT support by Markus Pargmann · 11 years ago
  17. 486dd6d video: imxfb: Make local symbols static by Sachin Kamat · 11 years ago
  18. e21d217 video: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  19. 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
  20. e6b267c video: imxfb: Do not crash on reboot by Fabio Estevam · 12 years ago
  21. 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
  22. afc1030 video: imxfb: fix imxfb_info configuration order by Gwenhael Goavec-Merou · 12 years ago
  23. 48c68c4 Drivers: video: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  24. e69dc9a video: imxfb: remove cpu_is_xxx by using platform_device_id by Shawn Guo · 12 years ago
  25. 5f76945 Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  26. caf0a5c drivers/video/imxfb.c: fix error return code by Peter Senna Tschudin · 12 years ago
  27. 82906b1 ARM: imx: move platform_data definitions by Arnd Bergmann · 12 years ago
  28. 13aaea0 video imxfb: do not depend on grouped clocks by Sascha Hauer · 12 years ago
  29. 609d3bb drivers/video/imxfb.c: add missing clk_put by Julia Lawall · 13 years ago
  30. f142b61 video i.MX: remove mx1 compile time dependencies by Sascha Hauer · 14 years ago
  31. bb7ca74 backlight: add backlight type by Matthew Garrett · 13 years ago
  32. e3d5fb7 video: imx: Update the manufacturer's name by Fabio Estevam · 14 years ago
  33. 6032891 video: imxfb: Fix the maximum value for yres by Fabio Estevam · 14 years ago
  34. 81ef806 ARM: 6281/1: video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICE by Eric Bénard · 14 years ago
  35. 7a2bb23 imxfb: add pwmr controlled backlight support by Eric Bénard · 14 years ago
  36. 1ec5620 imxfb: correct location of callbacks in suspend and resume by Uwe Kleine-König · 15 years ago
  37. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  38. 343684f imxfb: Add support for multiple displays by Sascha Hauer · 15 years ago
  39. d6b5150 imxfb: use resource_size() macro by Sascha Hauer · 15 years ago
  40. f497d01 imxfb: calculate bpix value from bits_per_pixel by Sascha Hauer · 15 years ago
  41. 4d1e4e5 imxfb: Fix TFT mode by Sascha Hauer · 15 years ago
  42. f909ef6 imxfb: add clock support by Sascha Hauer · 16 years ago
  43. 7e8549b imxfb: Fix margin settings by Sascha Hauer · 16 years ago
  44. 1d0f987 imxfb: add mx27 support by Sascha Hauer · 16 years ago
  45. 1512222 imxfb: add 18 bit support by Sascha Hauer · 16 years ago
  46. c0b90a3 imxfb: add platform specific init/exit functions by Sascha Hauer · 16 years ago
  47. 80eee6b i.MX Framebuffer: add TFT support by Sascha Hauer · 16 years ago
  48. 2788927 i.MX Framebuffer: rename imxfb_mach_info to imx_fb_platform_data by Sascha Hauer · 16 years ago
  49. 66c8719 i.MX Framebuffer: Cleanup Coding style by Sascha Hauer · 16 years ago
  50. 24b9baf i.MX Framebuffer: remove header file by Sascha Hauer · 16 years ago
  51. d6ed575 i.MX Framebuffer: fix margins by Sascha Hauer · 16 years ago
  52. 72330b0 i.MX Framebuffer: Use readl/writel instead of direct pointer deref by Juergen Beisert · 16 years ago
  53. 74b114f i.MX Framebuffer: remove gpio setup function by Sascha Hauer · 16 years ago
  54. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  55. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  56. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 16 years ago
  57. 5ae1217 video: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  58. 9da505d imxfb: fast read flag and nonstandard field configurable by Pavel Pisa · 17 years ago
  59. 84902b7 fbdev: change asm/uaccess.h to linux/uaccess.h by Krzysztof Helt · 17 years ago
  60. 772dce7 imxfb: fix memory hole by Sascha Hauer · 17 years ago
  61. 90e16dd imxfb: remove ifdefs by Sascha Hauer · 17 years ago
  62. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  63. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  64. f99c892 [ARM] 3232/1: i.MX Frame Buffer undeclared "dev" variable fix by Pavel Pisa · 19 years ago
  65. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  66. c465e05 [PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbcon by Antonino A. Daplas · 19 years ago
  67. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  68. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  69. fc611a1 [ARM] Don't include mach-types.h unnecessarily by Russell King · 19 years ago
  70. e36d394 [PATCH] Fix up some pm_message_t types by Richard Purdie · 19 years ago
  71. 772a9e6 [PATCH] ARM: 2687/1: i.MX framebuffer: make dmacr register platform configurable by Sascha Hauer · 19 years ago
  72. 7c2f891c [PATCH] imxfb: Add Freescale i.MX framebuffer driver by Sascha Hauer · 19 years ago