aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-01-19staging: vchiq_arm: Avoid premature message stallsPhil Elwell1-2/+2
2017-01-19staging: vc04_services: Fix messages appearing twicePhil Elwell1-18/+27
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-10staging: vc04_services: Fix space issuesStefan Wahren1-2/+2
2017-01-10staging: vc04_services: Fix indentationStefan Wahren1-2/+2
2017-01-10staging: vc04_services: Improve readability of kthread namesStefan Wahren1-2/+2
2017-01-10staging: vc04_services: Use preferred kernel typesStefan Wahren1-5/+5
2017-01-10staging: vchiq_arm: remove vchiq_platform_check_resumeStefan Wahren1-46/+0
2016-11-16staging: vc04_services: remove duplicate mutex_lock_interruptibleArnd Bergmann1-1/+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-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: vc04_services: remove vchiq_copy_from_userMichael Zoran1-1/+102
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman1-2/+1
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-25staging: bcm2708_vchiq: fix return value check in vchiq_platform_conn_state_changed()Wei Yongjun1-1/+1
2016-10-25staging: bcm2708_vchiq: remove .owner field for driverWei Yongjun1-1/+0
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-2/+1
2016-10-16staging: vc04_services: don't print pointers directlyGreg Kroah-Hartman1-21/+15
2016-10-16staging/vchi: Update for rename of page_cache_release() to put_page().Eric Anholt1-1/+1
2016-10-16staging/vchi: Convert to current get_user_pages() arguments.Eric Anholt1-2/+1
2016-10-02staging: add bcm2708 vchiq driverpopcornmix1-0/+2903