aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_dummy_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-26staging: android: ion: Deletion of unnecessary checks before two function callsMarkus Elfring1-4/+2
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran1-2/+0
2014-08-16staging: android: ion: ion_dummy_driver.c Replace kzalloc() by kcalloc()Phong Tran1-1/+1
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman1-6/+6
2014-02-07staging: android: ion: dummy: fix an error codeDan Carpenter1-1/+1
2014-02-07ion: Fix sparse non static symbol warningsWei Yongjun1-6/+6
2014-02-07staging: don't use module_init in non-modular ion_dummy_driver.cPaul Gortmaker1-4/+3
2014-02-07ion: dummy driver: use ARRAY_SIZE for nr of heapsTomas Winkler1-1/+1
2014-02-07drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"Chen Gang1-0/+1
2014-01-09ion: Add carveout and chunk heaps to dummy driverJohn Stultz1-1/+66
2014-01-09ion: Add dummy driver for testingJohn Stultz1-0/+93