summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* Staging: vc04_services: Fix the "space prohibited" code style errorsMandel Benjamin2017-02-161-2/+2
* Staging: vc04_services: Fix the "wrong indent" code style errorsMandel Benjamin2017-02-161-2/+2
* staging: vchip_shim: Remove unneeded stddef.h includeStafford Horne2017-02-051-2/+0
* staging: vc04_services: Make vchi_msg_queue staticMichael Zoran2017-01-312-9/+1
* staging: vc04_services: Add vchi_queue_user_message functionMichael Zoran2017-01-312-0/+40
* staging: vc04_services: Add vchi_queue_kernel_message functionMichael Zoran2017-01-312-0/+28
* staging: vc04: Fix coding style errors "open brace go on the same line"Adrien Descamps2017-01-195-28/+14
* staging: vchiq_arm: Avoid premature message stallsPhil Elwell2017-01-191-2/+2
* staging: vc04_services: Fix messages appearing twicePhil Elwell2017-01-192-23/+46
* staging: vchiq_arm: Service callbacks must not failPhil Elwell2017-01-191-1/+1
* staging: vchiq_arm: Fix unlocked access to dequeue_pendingPhil Elwell2017-01-191-5/+8
* staging: vchiq_core: Reduce the memdump sizePhil Elwell2017-01-191-4/+4
* staging: vc04_services: Fix space issuesStefan Wahren2017-01-104-15/+15
* staging: vc04_services: Fix indentationStefan Wahren2017-01-106-50/+52
* staging: vc04_services: Drop vchiq_2835.hStefan Wahren2017-01-102-43/+4
* staging: vc04_services: Improve readability of kthread namesStefan Wahren2017-01-102-6/+6
* staging: vc04_services: Use preferred kernel typesStefan Wahren2017-01-102-11/+11
* staging: vchiq_core: make local spinlock staticStefan Wahren2017-01-101-1/+1
* staging: vchiq_core: remove unused variable typeStefan Wahren2017-01-101-2/+0
* staging: vc04_services: make local functions staticStefan Wahren2017-01-102-2/+2
* staging: vchiq_arm: remove vchiq_platform_check_resumeStefan Wahren2017-01-101-46/+0
* staging: vc04_services: Fix bracing on single statement blocksAaron Moore2017-01-031-6/+3
* staging: vc04_services: Fix NULL ptr sparse warningsMike Kofron2017-01-031-10/+10
* staging: vc04_services: add HAS_DMA dependancyGreg Kroah-Hartman2016-11-171-0/+1
* staging: vc04_services: clarify firmware dependencyArnd Bergmann2016-11-161-1/+1
* staging: vc04_services: remove duplicate mutex_lock_interruptibleArnd Bergmann2016-11-165-29/+15
* staging: vc04_services: fix ifnullfree.cocci warningskbuild test robot2016-11-141-2/+1
* staging: vc04_services: fix array_size.cocci warningskbuild test robot2016-11-141-2/+2
* staging: vc04_services: fix returnvar.cocci warningskbuild test robot2016-11-141-3/+1
* staging: vc04_services: fix setup_timer.cocci warningskbuild test robot2016-11-141-3/+2
* staging: vc04_services: add CONFIG_COMPILE_TEST abilityGreg Kroah-Hartman2016-11-102-1/+12
* staging: vc04_services: add vchiq_pagelist_info structureMichael Zoran2016-11-101-110/+113
* staging: vc04_services: fix up some printk warningsGreg Kroah-Hartman2016-11-071-5/+5
* staging: vchiq_arm: change order during module probeStefan Wahren2016-11-071-10/+8
* staging: vchiq_arm: remove debugfs entries on module unloadStefan Wahren2016-11-071-0/+1
* staging: vchiq_arm: handle error case of get_user_pagesStefan Wahren2016-11-071-0/+8
* staging: vchiq_arm: remove hardcoded buffer lengthStefan Wahren2016-11-071-4/+4
* staging: vchiq_arm: add missing of_node_putStefan Wahren2016-11-071-0/+1
* staging: vchiq_core: fix format strings in vchiq_dump_service_stateStefan Wahren2016-11-071-2/+2
* staging: vchiq_core: fix service dereference in unlock_serviceStefan Wahren2016-11-071-1/+2
* staging: vc04_services: parse_rx_slots() - Fix compiler warningMichael Zoran2016-11-071-1/+1
* staging: vc04_services: remove vchiq_copy_from_userMichael Zoran2016-11-077-197/+287
* staging: vc04_services: setup DMA and coherent maskMichael Zoran2016-11-071-0/+9
* staging: vc04_services: call sg_init_table to init scatterlistMichael Zoran2016-11-071-0/+6
* Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2016-10-302-4/+2
|\
| * mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-192-4/+2
* | staging: vc04_services: use bcm2835 consequentlyStefan Wahren2016-10-272-3/+3
* | staging: vc04_services: fix CamelCaseStefan Wahren2016-10-273-21/+21
* | staging: vchiq_shim: avoid code duplicationStefan Wahren2016-10-271-25/+31