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
/
sh_mobile_meram.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-12
fbdev: sh_mobile_meram: Implement system suspend/resume
Laurent Pinchart
1
-6
/
+5
2012-03-12
fbdev: sh_mobile_meram: Remove unneeded sanity checks
Laurent Pinchart
1
-26
/
+6
2012-03-12
fbdev: sh_mobile_meram: Don't perform update in register operation
Laurent Pinchart
1
-13
/
+2
2012-03-12
fbdev: sh_mobile_meram: Allocate ICBs automatically
Laurent Pinchart
1
-159
/
+186
2012-03-12
fbdev: sh_mobile_meram: Use genalloc to manage MERAM allocation
Laurent Pinchart
1
-42
/
+70
2012-03-12
fbdev: sh_mobile_meram: Divide the code into sections
Laurent Pinchart
1
-54
/
+44
2012-03-12
fbdev: sh_mobile_meram: Don't inline everything
Laurent Pinchart
1
-15
/
+15
2012-03-12
fbdev: sh_mobile_meram: Add struct sh_mobile_meram_icb
Laurent Pinchart
1
-88
/
+90
2012-03-12
fbdev: sh_mobile_meram: Make current_reg field store the current reg set
Laurent Pinchart
1
-1
/
+1
2012-03-12
fbdev: sh_mobile_meram: Make variables unsigned where applicable
Laurent Pinchart
1
-37
/
+43
2012-03-12
fbdev: sh_mobile_meram: Add _cfg suffix to struct sh_mobile_meram_icb
Laurent Pinchart
1
-5
/
+5
2012-03-12
fbdev: sh_mobile_meram: Request memory regions for memory resources
Laurent Pinchart
1
-16
/
+37
2011-12-03
video: convert drivers/video/* to use module_platform_driver()
Axel Lin
1
-12
/
+1
2011-09-05
sh_mobile_meram: Reset ICBs at unregistration time
Laurent Pinchart
1
-2
/
+4
2011-08-19
fbdev: sh_mobile_meram: Remove unneeded sh_mobile_meram.h
Laurent Pinchart
1
-2
/
+3
2011-08-19
fbdev: sh_mobile_meram: Fix MExxCTL register save on runtime PM suspend
Laurent Pinchart
1
-1
/
+1
2011-08-19
fbdev: sh_mobile_meram: Validate ICB configuration outside mutex
Laurent Pinchart
1
-10
/
+8
2011-08-19
fbdev: sh_mobile_meram: Replace hardcoded register values with macros
Laurent Pinchart
1
-26
/
+71
2011-08-19
fbdev: sh_mobile_meram: Backup/restore device registers on shutdown/resume
Damian Hobson-Garcia
1
-0
/
+71
2011-08-19
fbdev: sh_mobile_meram: Move private data from .h to .c
Damian Hobson-Garcia
1
-0
/
+8
2011-08-19
fbdev: sh_mobile_meram: Enable runtime PM
Damian Hobson-Garcia
1
-0
/
+5
2011-06-24
fbdev: sh_mobile_meram: Correct pointer check for YCbCr chroma plane
Damian Hobson-Garcia
1
-1
/
+1
2011-05-23
sh_mobile_meram: Add support for NV24 framebuffers
Damian
1
-5
/
+19
2011-05-23
sh_mobile_meram: MERAM framework for LCDC
Damian
1
-0
/
+553