summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
AgeCommit message (Expand)Author
2017-05-29staging: vchiq_core: Replace remaining BUG_ON with WARN_ONStefan Wahren
2017-05-29staging: vchiq_core: Bail out in case of invalid tx_posStefan Wahren
2017-05-29staging: vchiq_core: Don't BUG if process is unexpectedStefan Wahren
2017-05-29staging: vchiq_core: Bail out if ref_count is unexpectedStefan Wahren
2017-05-29staging: vchiq_core: Bail out if service is NULLStefan Wahren
2017-05-29staging: vchiq_core: Don't BUG if sending RESUME failsStefan Wahren
2017-05-29staging: vchiq_core: Bailout if VCHIQ state is already initializedStefan Wahren
2017-05-29staging: vchiq_core: Simplify VCHIQ initStefan Wahren
2017-05-29staging: vchiq_core: Use return value of mutex_lock_killable directlyStefan Wahren
2017-03-21staging: vc04_services: fix NULL pointer dereference on pointer 'service'Colin Ian King
2017-03-09staging: vc04_services: Refactor conditionalsNarcisa Ana Maria Vasile
2017-03-09staging: vc04_services: Remove error message on kmalloc() failureNarcisa Ana Maria Vasile
2017-03-06staging: vc04_services: Removed unnecessary variableNarcisa Ana Maria Vasile
2017-03-06staging: vc04_services: Fixed 'missing a blank line' warnings.Yamanappagouda Patil
2017-01-19staging: vc04_services: Fix messages appearing twicePhil Elwell
2017-01-19staging: vchiq_core: Reduce the memdump sizePhil Elwell
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_core: make local spinlock staticStefan Wahren
2017-01-10staging: vchiq_core: remove unused variable typeStefan Wahren
2017-01-10staging: vc04_services: make local functions staticStefan Wahren
2017-01-03staging: vc04_services: Fix NULL ptr sparse warningsMike Kofron
2016-11-16staging: vc04_services: remove duplicate mutex_lock_interruptibleArnd Bergmann
2016-11-07staging: vc04_services: fix up some printk warningsGreg Kroah-Hartman
2016-11-07staging: vchiq_core: fix format strings in vchiq_dump_service_stateStefan Wahren
2016-11-07staging: vchiq_core: fix service dereference in unlock_serviceStefan Wahren
2016-11-07staging: vc04_services: parse_rx_slots() - Fix compiler warningMichael Zoran
2016-11-07staging: vc04_services: remove vchiq_copy_from_userMichael Zoran
2016-10-27staging: vc04_services: fix CamelCaseStefan Wahren
2016-10-25staging: bcm2708_vchiq: fix return value check in vchiq_init_state()Wei Yongjun
2016-10-24staging: vc04_services: Add casts to remove warnings in vchiq_core.cMichael Zoran
2016-10-24staging: vc04_services: Convert pointers in shared state to offsetsMichael Zoran
2016-10-24staging: vc04_services: Convert dsb() to dsb(sy)Michael Zoran
2016-10-16staging: vc04_services: don't print pointers directlyGreg Kroah-Hartman
2016-10-16Staging: vc04_services: vchiq_arm: Remove unused function remote_event_destroyBhumika Goyal
2016-10-02staging: add bcm2708 vchiq driverpopcornmix