summaryrefslogtreecommitdiffstats
path: root/drivers/staging/msm
Commit message (Collapse)AuthorAgeFilesLines
* staging: Bulk convert the semaphore messThomas Gleixner2010-09-073-7/+7
| | | | | | | | init_MUTEX(_LOCKED) and DECLARE_MUTEX are going away. Bulk convert staging users. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: msm: remove video drivers for obsolete platformsNeil Leeder2010-07-267-259/+1
| | | | | | | | Start cleaning up the msm framebuffer in preparation for integration with mainline. Remove unused drivers. Signed-off-by: Neil Leeder <nleeder@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: msm: formatting of pointers in printk()Kulikov Vasiliy2010-07-221-4/+4
| | | | | | | | | Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon@gmail.com> Acked-by: David Brown <davidb@codeaurora.org> Acked-by: Daniel Walker <dwalker@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: use llseek in all file operationsArnd Bergmann2010-07-081-8/+2
| | | | | | These could not be detected by the semantic patch. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* Staging: MSM: remove duplicated #includeHuang Weiyi2010-06-183-7/+0
| | | | | | | | | | Remove duplicated #include('s) in drivers/staging/msm/mddihost.h drivers/staging/msm/msm_fb_def.h drivers/staging/msm/staging-devices.c Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: add MSM framebuffer driverStepan Moskovchenko2010-06-0468-0/+30034
Qualcomm development of the MSM SOC framebuffer driver has diverged significantly from the driver used by Android. This is a snapshot of our current driver, in all it's agony. We are putting this in staging to help with the process of converging the two drivers. At this point, the driver has been tested only in dumb framebuffer mode. Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org> Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org> [dwalker@codeaurora.org: added a small compile fix and TODO.] Signed-off-by: Daniel Walker <dwalker@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud