summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
AgeCommit message (Expand)Author
2017-02-17scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada
2017-01-19staging: vchiq_arm: Avoid premature message stallsPhil Elwell
2017-01-19staging: vc04_services: Fix messages appearing twicePhil Elwell
2017-01-19staging: vchiq_arm: Service callbacks must not failPhil Elwell
2017-01-19staging: vchiq_arm: Fix unlocked access to dequeue_pendingPhil Elwell
2017-01-10staging: vc04_services: Fix space issuesStefan Wahren
2017-01-10staging: vc04_services: Fix indentationStefan Wahren
2017-01-10staging: vc04_services: Improve readability of kthread namesStefan Wahren
2017-01-10staging: vc04_services: Use preferred kernel typesStefan Wahren
2017-01-10staging: vchiq_arm: remove vchiq_platform_check_resumeStefan Wahren
2016-11-16staging: vc04_services: remove duplicate mutex_lock_interruptibleArnd Bergmann
2016-11-14staging: vc04_services: fix array_size.cocci warningskbuild test robot
2016-11-14staging: vc04_services: fix returnvar.cocci warningskbuild test robot
2016-11-14staging: vc04_services: fix setup_timer.cocci warningskbuild test robot
2016-11-07staging: vchiq_arm: change order during module probeStefan Wahren
2016-11-07staging: vchiq_arm: remove debugfs entries on module unloadStefan Wahren
2016-11-07staging: vchiq_arm: handle error case of get_user_pagesStefan Wahren
2016-11-07staging: vchiq_arm: remove hardcoded buffer lengthStefan Wahren
2016-11-07staging: vchiq_arm: add missing of_node_putStefan Wahren
2016-11-07staging: vc04_services: remove vchiq_copy_from_userMichael Zoran
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman
2016-10-27staging: vchiq_arm: Make DT firmware node mandatoryStefan Wahren
2016-10-27staging: vchiq_arm: add MODULE_DESCRIPTIONStefan Wahren
2016-10-25staging: bcm2708_vchiq: fix return value check in vchiq_platform_conn_state_c...Wei Yongjun
2016-10-25staging: bcm2708_vchiq: remove .owner field for driverWei Yongjun
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-16staging: vc04_services: don't print pointers directlyGreg Kroah-Hartman
2016-10-16staging/vchi: Update for rename of page_cache_release() to put_page().Eric Anholt
2016-10-16staging/vchi: Convert to current get_user_pages() arguments.Eric Anholt
2016-10-02staging: add bcm2708 vchiq driverpopcornmix