summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c
AgeCommit message (Expand)Author
2019-11-07staging: vchiq: Have vchiu_queue_init() return 0 on success.Marcelo Diop-Gonzalez
2019-11-07staging: vc04_services: Replace VCHIQ_INSTANCE_T typedef with struct vchiq_in...Jamal Shareef
2019-11-07staging: vc04_services: Replace VCHIQ_SERVICE_HANDLE_T typedef with unsigned intJamal Shareef
2019-11-07staging: vc04_services: Replace VCHIQ_SERVICE_OPTION_T enum typedef with enum...Jamal Shareef
2019-11-07staging: vc04_services: Replace VCHIQ_BULK_MODE_T enum typedef with enum vchi...Jamal Shareef
2019-11-07staging: vc04_services: Replace VCHIQ_STATUS_T enum typedef with enum vchiq_s...Jamal Shareef
2019-11-07staging: vc04_services: Rename callback VCHI_CALLBACK_T to vchi_callbackJamal Shareef
2019-11-07staging: vc04_services: Replace VCHI_SERVICE_HANDLE_T typedef with struct vch...Jamal Shareef
2019-11-07staging: vc04_services: Replace VCHI_INSTANCE_T with struct vhci_instance_handleJamal Shareef
2019-11-02staging: vc04_services: Remove enum typedefs in vchiJamal Shareef
2019-10-10staging: vc04_services: Avoid NULL comparisonNachammai Karuppiah
2019-10-04staging: vc04_services: Avoid typedefNachammai Karuppiah
2019-06-03staging: vc04_services: remove redundant assignment to pointer serviceColin Ian King
2019-04-03staging: vc04_services: remove remaining redundant license textGreg Kroah-Hartman
2019-04-03staging: vc04_services: add proper SPDX identifier for dual licensed filesGreg Kroah-Hartman
2018-12-17staging: vc04_services: Remove VCHIU_QUEUE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_SERVICE_PARAMS_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_HEADER_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHI_HELD_MSG_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove SERVICE_CREATION_T typedefDominic Braun
2018-11-27staging: vchiq_shim: delete vchi_service_createNicolas Saenz Julienne
2018-10-09staging: vc04_services: Drop unused parameters from vchi_connect()Tuomas Tynkkynen
2018-10-09staging: vc04_services: Drop pointless stub functionsTuomas Tynkkynen
2018-05-06staging: vchiq_shim: Remove unnecessary breakStefan Wahren
2017-12-19Staging: vc04_services: fix brace coding style issues in vchiq_shim.cTomas Marek
2017-09-29staging: vc04_services: please do not use multiple blank linesKeerthi Reddy
2017-09-22staging: vc04_services: Remove typedef structHarsha Sharma
2017-03-16staging: vc04_services: Remove unused functionsJean-Baptiste Abbadie
2017-03-06staging: vc04_services: Fixed 'missing a blank line' warnings.Yamanappagouda Patil
2017-02-05staging: vchip_shim: Remove unneeded stddef.h includeStafford Horne
2017-01-31staging: vc04_services: Make vchi_msg_queue staticMichael Zoran
2017-01-31staging: vc04_services: Add vchi_queue_user_message functionMichael Zoran
2017-01-31staging: vc04_services: Add vchi_queue_kernel_message functionMichael Zoran
2017-01-10staging: vc04_services: Fix space issuesStefan Wahren
2017-01-10staging: vc04_services: Fix indentationStefan Wahren
2016-11-07staging: vc04_services: remove vchiq_copy_from_userMichael Zoran
2016-10-27staging: vchiq_shim: avoid code duplicationStefan Wahren
2016-10-24staging: vc04_services: Handle conversion from VCHIQ_SERVICE_HANDLE_T to VCHI...Michael Zoran
2016-10-02staging: add bcm2708 vchiq driverpopcornmix