index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
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
2013-01-03
Drivers: video: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-07-19
sh_mobile_meram: Add direct MERAM allocation API
Laurent Pinchart
1
-4
/
+37
2012-07-19
sh_mobile_meram: Use direct function calls for the public API
Laurent Pinchart
1
-20
/
+20
2012-07-19
sh_mobile_meram: Rename operations to cache_[alloc|free|update]
Laurent Pinchart
1
-90
/
+86
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