aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-15staging: vc04_services: Fix bulk cache maintenancePhil Elwell1-12/+19
2017-04-08staging: vc04_services: add parenthesis to macrosHaim Daniel1-1/+1
2017-03-21staging: vchiq_arm: Fix MODULE_LICENSEStefan Wahren1-1/+1
2017-03-21staging: vc04_services: fix NULL pointer dereference on pointer 'service'Colin Ian King1-1/+1
2017-03-16staging: vc04_services: Replace typedef with structGargi Sharma3-9/+9
2017-03-16staging: vc04_services: Remove type and function prototypeGargi Sharma1-12/+0
2017-03-16staging: vc04_services: Remove unused functionsJean-Baptiste Abbadie1-50/+0
2017-03-10staging: vchi: Remove ARM64 from TODO listMichael Zoran1-18/+3
2017-03-09staging: vc04_services: Refactor conditionalsNarcisa Ana Maria Vasile1-113/+109
2017-03-09staging: vc04_services: Remove error message on kmalloc() failureNarcisa Ana Maria Vasile1-3/+0
2017-03-09staging: vc04_services: Use ARRAY_SIZE macroGargi Sharma1-3/+1
2017-03-09staging: vchiq_utils: Don't include headers twiceStefan Wahren1-2/+0
2017-03-09staging: vc04_services: Clean up tests if NULL returned on failuresimran singhal1-1/+1
2017-03-09staging: vchiq_arm: Disable ability to dump memory by defaultMichael Zoran1-0/+14
2017-03-09staging: vchiq_arm: Add compatibility wrappers for ioctlsMichael Zoran1-0/+483
2017-03-06staging: vc04_services: Removed unnecessary variableNarcisa Ana Maria Vasile1-3/+1
2017-03-06staging: vchiq_arm: Don't define PAGE_SIZEStefan Wahren1-3/+0
2017-03-06staging: vchiq_arm: Include linux/mm.hStefan Wahren1-0/+1
2017-03-06staging: vchiq_arm: Remove unnecessary includesStefan Wahren1-2/+0
2017-03-06staging: vc04_services: Remove explicit NULL comparisonGargi Sharma1-1/+1
2017-03-06staging: vc04_services: Fixed "space prohibited after that open/close parenthesis" erros.Yamanappagouda Patil1-8/+8
2017-03-06staging: vc04_services: Using macro DIV_ROUND_UPsimran singhal2-2/+2
2017-03-06staging: vc04_services: Fixed 'missing a blank line' warnings.Yamanappagouda Patil6-5/+88
2017-03-04Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar2-1/+2
2017-02-27scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-26staging: vchiq_2835_arm: Make cache-line-size a required DT propertyMichael Zoran1-1/+7
2017-02-16Staging: vc04_services: Fix the "space prohibited" code style errorsMandel Benjamin1-2/+2
2017-02-16Staging: vc04_services: Fix the "wrong indent" code style errorsMandel Benjamin1-2/+2
2017-02-05staging: vchip_shim: Remove unneeded stddef.h includeStafford Horne1-2/+0
2017-01-31staging: vc04_services: Make vchi_msg_queue staticMichael Zoran2-9/+1
2017-01-31staging: vc04_services: Add vchi_queue_user_message functionMichael Zoran2-0/+40
2017-01-31staging: vc04_services: Add vchi_queue_kernel_message functionMichael Zoran2-0/+28
2017-01-19staging: vc04: Fix coding style errors "open brace go on the same line"Adrien Descamps5-28/+14
2017-01-19staging: vchiq_arm: Avoid premature message stallsPhil Elwell1-2/+2
2017-01-19staging: vc04_services: Fix messages appearing twicePhil Elwell2-23/+46
2017-01-19staging: vchiq_arm: Service callbacks must not failPhil Elwell1-1/+1
2017-01-19staging: vchiq_arm: Fix unlocked access to dequeue_pendingPhil Elwell1-5/+8
2017-01-19staging: vchiq_core: Reduce the memdump sizePhil Elwell1-4/+4
2017-01-10staging: vc04_services: Fix space issuesStefan Wahren4-15/+15
2017-01-10staging: vc04_services: Fix indentationStefan Wahren6-50/+52
2017-01-10staging: vc04_services: Drop vchiq_2835.hStefan Wahren2-43/+4
2017-01-10staging: vc04_services: Improve readability of kthread namesStefan Wahren2-6/+6
2017-01-10staging: vc04_services: Use preferred kernel typesStefan Wahren2-11/+11
2017-01-10staging: vchiq_core: make local spinlock staticStefan Wahren1-1/+1
2017-01-10staging: vchiq_core: remove unused variable typeStefan Wahren1-2/+0
2017-01-10staging: vc04_services: make local functions staticStefan Wahren2-2/+2
2017-01-10staging: vchiq_arm: remove vchiq_platform_check_resumeStefan Wahren1-46/+0
2017-01-03staging: vc04_services: Fix bracing on single statement blocksAaron Moore1-6/+3
2017-01-03staging: vc04_services: Fix NULL ptr sparse warningsMike Kofron1-10/+10