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