aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sh_mobile_meram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-07-19sh_mobile_meram: Add direct MERAM allocation APILaurent Pinchart1-4/+37
2012-07-19sh_mobile_meram: Use direct function calls for the public APILaurent Pinchart1-20/+20
2012-07-19sh_mobile_meram: Rename operations to cache_[alloc|free|update]Laurent Pinchart1-90/+86
2012-03-12fbdev: sh_mobile_meram: Implement system suspend/resumeLaurent Pinchart1-6/+5
2012-03-12fbdev: sh_mobile_meram: Remove unneeded sanity checksLaurent Pinchart1-26/+6
2012-03-12fbdev: sh_mobile_meram: Don't perform update in register operationLaurent Pinchart1-13/+2
2012-03-12fbdev: sh_mobile_meram: Allocate ICBs automaticallyLaurent Pinchart1-159/+186
2012-03-12fbdev: sh_mobile_meram: Use genalloc to manage MERAM allocationLaurent Pinchart1-42/+70
2012-03-12fbdev: sh_mobile_meram: Divide the code into sectionsLaurent Pinchart1-54/+44
2012-03-12fbdev: sh_mobile_meram: Don't inline everythingLaurent Pinchart1-15/+15
2012-03-12fbdev: sh_mobile_meram: Add struct sh_mobile_meram_icbLaurent Pinchart1-88/+90
2012-03-12fbdev: sh_mobile_meram: Make current_reg field store the current reg setLaurent Pinchart1-1/+1
2012-03-12fbdev: sh_mobile_meram: Make variables unsigned where applicableLaurent Pinchart1-37/+43
2012-03-12fbdev: sh_mobile_meram: Add _cfg suffix to struct sh_mobile_meram_icbLaurent Pinchart1-5/+5
2012-03-12fbdev: sh_mobile_meram: Request memory regions for memory resourcesLaurent Pinchart1-16/+37
2011-12-03video: convert drivers/video/* to use module_platform_driver()Axel Lin1-12/+1
2011-09-05sh_mobile_meram: Reset ICBs at unregistration timeLaurent Pinchart1-2/+4
2011-08-19fbdev: sh_mobile_meram: Remove unneeded sh_mobile_meram.hLaurent Pinchart1-2/+3
2011-08-19fbdev: sh_mobile_meram: Fix MExxCTL register save on runtime PM suspendLaurent Pinchart1-1/+1
2011-08-19fbdev: sh_mobile_meram: Validate ICB configuration outside mutexLaurent Pinchart1-10/+8
2011-08-19fbdev: sh_mobile_meram: Replace hardcoded register values with macrosLaurent Pinchart1-26/+71
2011-08-19fbdev: sh_mobile_meram: Backup/restore device registers on shutdown/resumeDamian Hobson-Garcia1-0/+71
2011-08-19fbdev: sh_mobile_meram: Move private data from .h to .cDamian Hobson-Garcia1-0/+8
2011-08-19fbdev: sh_mobile_meram: Enable runtime PMDamian Hobson-Garcia1-0/+5
2011-06-24fbdev: sh_mobile_meram: Correct pointer check for YCbCr chroma planeDamian Hobson-Garcia1-1/+1
2011-05-23sh_mobile_meram: Add support for NV24 framebuffersDamian1-5/+19
2011-05-23sh_mobile_meram: MERAM framework for LCDCDamian1-0/+553