index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fsl-diu-fb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-26
drivers/video: fsl-diu-fb: store EDID data in the global object
Timur Tabi
1
-17
/
+13
2012-11-26
drivers/video: fsl-diu-fb: don't touch registers for unused features
Timur Tabi
1
-8
/
+15
2012-11-26
drivers/video: fsl-diu-fb: clean up reset of primary display
Timur Tabi
1
-13
/
+6
2012-11-26
drivers/video: fsl-diu-fb: remove unused 'cursor_reset' variable
Timur Tabi
1
-2
/
+0
2012-11-26
drivers/video: fsl-diu-fb: improve message displays
Timur Tabi
1
-1
/
+33
2012-11-26
drivers/video: fsl-diu-fb: streamline enabling of interrupts
Timur Tabi
1
-39
/
+34
2012-11-26
drivers/video: fsl-diu-fb: add support for set_gamma ioctls
Timur Tabi
1
-0
/
+17
2012-11-26
drivers/video: fsl-diu-fb: simplify platforms that have only one port
Timur Tabi
1
-1
/
+2
2012-08-23
drivers/video/fsl-diu-fb.c: use devm_ functions
Damien Cassou
1
-8
/
+2
2012-05-13
drivers/video: fsl-diu-fb: don't initialize the THRESHOLDS registers
Timur Tabi
1
-1
/
+0
2012-01-28
drivers/video: compile fixes for fsl-diu-fb.c
Michael Neuling
1
-2
/
+2
2012-01-03
drivers/video: fsl-diu-fb: merge fsl_diu_alloc() into map_video_memory()
Timur Tabi
1
-36
/
+11
2012-01-03
drivers/video: fsl-diu-fb: add default platform ops functions
Timur Tabi
1
-3
/
+61
2012-01-03
drivers/video: fsl-diu-fb: remove broken reference count enabling the display
Timur Tabi
1
-10
/
+2
2012-01-03
drivers/video: fsl-diu-fb: set correct framebuffer flags
Timur Tabi
1
-1
/
+2
2012-01-03
drivers/video: fsl-diu-fb: merge init_fbinfo() into install_fb()
Timur Tabi
1
-17
/
+8
2011-12-19
drivers/video: fsl-diu-fb: rename "machine_data" to "data"
Timur Tabi
1
-120
/
+116
2011-12-19
drivers/video: fsl-diu-fb: merge all allocated data into one block
Timur Tabi
1
-187
/
+139
2011-10-05
drivers/video: fsl-diu-fb: merge diu_pool into fsl_diu_data
Timur Tabi
1
-37
/
+35
2011-10-05
drivers/video: fsl-diu-fb: merge diu_hw into fsl_diu_data
Timur Tabi
1
-38
/
+31
2011-10-05
drivers/video: fsl-diu-fb: only DIU modes 0 and 1 are supported
Timur Tabi
1
-8
/
+3
2011-10-05
drivers/video: fsl-diu-fb: remove unused panel operating mode support
Timur Tabi
1
-71
/
+46
2011-10-05
drivers/video: fsl-diu-fb: use an enum for the AOI index
Timur Tabi
1
-48
/
+46
2011-10-05
drivers/video: fsl-diu-fb: add several new video modes
Timur Tabi
1
-33
/
+167
2011-10-05
drivers/video: fsl-diu-fb: remove broken screen blanking support
Timur Tabi
1
-38
/
+0
2011-10-05
drivers/video: fsl-diu-fb: move some definitions out of the header file
Timur Tabi
1
-0
/
+39
2011-10-05
drivers/video: fsl-diu-fb: fix some ioctls
Timur Tabi
1
-8
/
+8
2011-09-18
drivers/video: fsl-diu-fb: use a normal for-loop to uninstall framebuffers
Timur Tabi
1
-5
/
+5
2011-09-18
drivers/video: fsl-diu-fb: fix memory leak on error
Timur Tabi
1
-0
/
+1
2011-09-18
drivers/video: fsl-diu-fb: fix potential memcpy buffer overflow bug
Timur Tabi
1
-1
/
+1
2011-09-18
drivers/video: fsl-diu-fb: set the driver name to "fsl-diu-fb"
Timur Tabi
1
-2
/
+2
2011-09-18
drivers/video: fsl-diu-fb: improve local variable usage in some functions
Timur Tabi
1
-13
/
+10
2011-09-18
drivers/video: fsl-diu-fb: remove redundant default video mode
Timur Tabi
1
-25
/
+7
2011-09-18
drivers/video: fsl-diu-fb: improve device tree usage
Timur Tabi
1
-41
/
+24
2011-09-18
drivers/video: fsl-diu-fb: fix compilation warning
Timur Tabi
1
-1
/
+1
2011-09-18
drivers/video: fsl-diu-fb: remove unused ioctls
Timur Tabi
1
-12
/
+0
2011-09-18
drivers/video: fsl-diu-fb: clean up printk usage
Timur Tabi
1
-88
/
+17
2011-09-18
drivers/video: fsl-diu-fb: clean up whitespace and formatting
Timur Tabi
1
-49
/
+55
2011-07-13
drivers/video: use strings to specify the Freescale DIU monitor port
Timur Tabi
1
-19
/
+55
2011-06-24
fsl-diu-fb: remove check for pixel clock ranges
Timur Tabi
1
-16
/
+0
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-02-28
dt/video: Eliminate users of of_platform_{,un}register_driver
Grant Likely
1
-5
/
+4
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
1
-4
/
+4
2010-08-01
powerpc/fsl-diu-fb: Support setting display mode using EDID
Anatolij Gustschin
1
-6
/
+74
2010-08-01
powerpc/5121: shared DIU framebuffer support
Anatolij Gustschin
1
-2
/
+15
2010-08-01
powerpc/5121: move fsl-diu-fb.h to include/linux
Anatolij Gustschin
1
-1
/
+1
2010-08-01
powerpc/5121: fsl-diu-fb: fix issue with re-enabling DIU area descriptor
Anatolij Gustschin
1
-15
/
+23
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
1
-3
/
+5
2010-05-18
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-1
/
+1
2010-04-07
device_attributes: add sysfs_attr_init() for dynamic attributes
Wolfram Sang
1
-0
/
+1
[next]