aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada1-2/+2
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
2016-11-16staging: vc04_services: remove duplicate mutex_lock_interruptibleArnd Bergmann5-29/+15
2016-11-14staging: vc04_services: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2016-11-14staging: vc04_services: fix array_size.cocci warningskbuild test robot1-2/+2
2016-11-14staging: vc04_services: fix returnvar.cocci warningskbuild test robot1-3/+1
2016-11-14staging: vc04_services: fix setup_timer.cocci warningskbuild test robot1-3/+2
2016-11-10staging: vc04_services: add CONFIG_COMPILE_TEST abilityGreg Kroah-Hartman1-0/+11
2016-11-10staging: vc04_services: add vchiq_pagelist_info structureMichael Zoran1-110/+113
2016-11-07staging: vc04_services: fix up some printk warningsGreg Kroah-Hartman1-5/+5
2016-11-07staging: vchiq_arm: change order during module probeStefan Wahren1-10/+8
2016-11-07staging: vchiq_arm: remove debugfs entries on module unloadStefan Wahren1-0/+1
2016-11-07staging: vchiq_arm: handle error case of get_user_pagesStefan Wahren1-0/+8
2016-11-07staging: vchiq_arm: remove hardcoded buffer lengthStefan Wahren1-4/+4
2016-11-07staging: vchiq_arm: add missing of_node_putStefan Wahren1-0/+1
2016-11-07staging: vchiq_core: fix format strings in vchiq_dump_service_stateStefan Wahren1-2/+2
2016-11-07staging: vchiq_core: fix service dereference in unlock_serviceStefan Wahren1-1/+2
2016-11-07staging: vc04_services: parse_rx_slots() - Fix compiler warningMichael Zoran1-1/+1
2016-11-07staging: vc04_services: remove vchiq_copy_from_userMichael Zoran7-197/+287
2016-11-07staging: vc04_services: setup DMA and coherent maskMichael Zoran1-0/+9
2016-11-07staging: vc04_services: call sg_init_table to init scatterlistMichael Zoran1-0/+6
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2-4/+2
2016-10-27staging: vc04_services: fix CamelCaseStefan Wahren3-21/+21
2016-10-27staging: vchiq_shim: avoid code duplicationStefan Wahren1-25/+31
2016-10-27staging: vchiq_arm: Make DT firmware node mandatoryStefan Wahren1-2/+1
2016-10-27staging: vchiq_arm: add MODULE_DESCRIPTIONStefan Wahren1-0/+1
2016-10-27staging: vc04_services: Replace dmac_map_area with dmac_map_sgMichael Zoran1-59/+93
2016-10-25staging: bcm2708_vchiq: fix return value check in vchiq_init_state()Wei Yongjun1-3/+3