summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
AgeCommit message (Expand)Author
2019-11-22staging: vchiq: Have vchiq_dump_* functions return an error codeMarcelo 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: Rename callback VCHIQ_USERDATA_TERM_T to vchiq_userda...Jamal Shareef
2019-11-07staging: vc04_services: Replace VCHIQ_BULK_DIR_T enum typedef with enum vchiq...Jamal Shareef
2019-11-07staging: vc04_services: Replace VCHIQ_CONNSTATE_T enum typedef with enum vchi...Jamal 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-10-10staging: vc04_services: Avoid NULL comparisonNachammai Karuppiah
2019-10-08staging: vchiq: don't print pointless kernel addressMatteo Croce
2019-10-04staging: vc04_services: Avoid typedefNachammai Karuppiah
2019-09-12staging: vhciq_core: replace snprintf with scnprintfRohit Sarkar
2019-06-26staging: vc04_services: Remove vchiq_send_remote_release()Nishka Dasgupta
2019-06-26staging: vc04_services: Remove vchiq_resume_internal()Nishka Dasgupta
2019-06-26staging: vc04_services: Remove vchiq_pause_internal()Nishka Dasgupta
2019-06-09Staging: vc04_services : vchiq_core: Fix a brace issueMaxime Desroches
2019-05-20staging: vchiq: stop explicitly comparing with zero to catch errorsNicolas Saenz Julienne
2019-05-20staging: vchiq: make wait events interruptibleNicolas Saenz Julienne
2019-05-20staging: vchiq: revert "switch to wait_for_completion_killable"Nicolas Saenz Julienne
2019-04-19staging: vc04_services: handle kzalloc failureNicholas Mc Guire
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
2019-04-01staging: vc04_services: Remove unnecessary casts.Sanjana Sanikommu
2019-01-15staging: vchiq: Fix local event signallingPhil Elwell
2018-12-17staging: vc04_services: Remove VCHIQ_STATE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_SLOT_ZERO_TDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_SLOT_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_SLOT_INFO_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_SHARED_STATE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_SERVICE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_SERVICE_QUOTA_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 VCHIQ_CONFIG_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_BULK_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_BULK_QUEUE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove REMOTE_EVENT_T typedefDominic Braun
2018-12-17staging: vchiq: delete vchiq_killable.hNicolas Saenz Julienne
2018-12-17staging: vchiq: switch to wait_for_completion_killableNicolas Saenz Julienne
2018-12-12staging: vchiq: rework remove_event handlingArnd Bergmann
2018-11-27staging: vchiq_core: fix logic redundancy in parse_openNicolas Saenz Julienne
2018-11-27staging: vchiq: use completions instead of semaphoresNicolas Saenz Julienne
2018-11-27staging: vchiq_core: don't add a wmb() before remote_event_signal()Nicolas Saenz Julienne
2018-11-27staging: vchiq_core: do not initialize semaphores twiceNicolas Saenz Julienne
2018-11-27staging: vchiq_core: remove unnecessary safety checks in vchiq_init_stateNicolas Saenz Julienne
2018-11-27staging: vchiq-core: get rid of is_master distinctionNicolas Saenz Julienne
2018-11-27staging: vchiq_arm: get rid of vchi_mh.hNicolas Saenz Julienne
2018-11-27staging: vchiq_core: rework vchiq_get_configNicolas Saenz Julienne
2018-04-23staging: vchiq_core: Free kthreads in error caseStefan Wahren