summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
AgeCommit message (Expand)Author
2020-10-28staging: vc04_services: fix quoted string split across linesAmarjargal Gundjalam
2020-10-28staging: vc04_services: fix block comment styleAmarjargal Gundjalam
2020-10-06staging: vchiq: Fix list_for_each exit testsDan Carpenter
2020-10-01staging: vchiq: Fix an uninitialized variableDan Carpenter
2020-09-25staging: vchiq: avoid mixing kernel and user pointersArnd Bergmann
2020-09-25staging: vchiq: fix __user annotationsArnd Bergmann
2020-09-22staging: vchiq: convert compat await_completionArnd Bergmann
2020-09-22staging: vchiq: convert compat bulk transferArnd Bergmann
2020-09-22staging: vchiq: convert compat dequeue_messageArnd Bergmann
2020-09-22staging: vchiq: convert compat create_serviceArnd Bergmann
2020-09-22staging: vchiq: rework compat handlingArnd Bergmann
2020-07-01staging: vchiq: Get rid of vchiNicolas Saenz Julienne
2020-07-01staging: vchi: Get rid of vchi_bulk_queue_transmit()Nicolas Saenz Julienne
2020-07-01staging: vchi: Get rid of vchi_bulk_queue_receive()Nicolas Saenz Julienne
2020-07-01staging: vchiq: Make vchiq_add_service() localNicolas Saenz Julienne
2020-07-01staging: vchiq: Get rid of vchiq_util.hNicolas Saenz Julienne
2020-07-01staging: vchiq_arm: Add a matching unregister callPhil Elwell
2020-05-21staging: vchiq_arm: cast with __force as neededMitchell Tasman
2020-04-13staging: vc04_services: remove set but not used 'local_entity_uc'Jason Yan
2020-03-19staging: vc04_services: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-02-12staging: vc04_services: don't increment service refcount when it's not neededMarcelo Diop-Gonzalez
2020-02-12staging: vc04_services: use kref + RCU to reference count servicesMarcelo Diop-Gonzalez
2020-02-09staging: vc04_services: vchiq_arm: Get rid of unused definesNicolas Saenz Julienne
2020-02-09staging: vc04_services: Delete vchiq_platform_check_suspend()Nicolas Saenz Julienne
2020-02-09staging: vc04_services: Get rid of the rest of suspend/resume state handlingNicolas Saenz Julienne
2020-02-09staging: vc04_services: Get of even more suspend/resume statesNicolas Saenz Julienne
2020-02-09staging: vc04_services: Get rid of unused suspend/resume statesNicolas Saenz Julienne
2020-02-09staging: vc04_services: Delete vc_suspend_complete completionNicolas Saenz Julienne
2020-02-09staging: vc04_services: Get rid of vchiq_check_resume()Nicolas Saenz Julienne
2020-02-09staging: vc04_services: Get rid of vchiq_arm_vcsuspend()Nicolas Saenz Julienne
2020-02-09staging: vc04_services: Get rid of vchiq_on_remote_use_active()Nicolas Saenz Julienne
2020-02-09staging: vc04_services: Get rid of vchiq_platform_videocore_wanted()Nicolas Saenz Julienne
2020-02-09staging: vc04_services: Get rid of vchiq_platform_suspend/resume()Nicolas Saenz Julienne
2020-02-09staging: vc04_services: get rid of vchiq_platform_use_suspend_timer()Nicolas Saenz Julienne
2020-02-09staging: vc04_services: Delete blocked_count in struct vchiq_arm_stateNicolas Saenz Julienne
2020-02-09staging: vc04_services: get rid of blocked_blocker completion in struct vchiq...Nicolas Saenz Julienne
2020-02-09staging: vc04_services: Get rid of resume_blocker completion in struct vchiq_...Nicolas Saenz Julienne
2020-02-09staging: vc04_services: Get rid of resume_blocked in struct vchiq_arm_stateNicolas Saenz Julienne
2019-12-10staging: vchiq: call unregister_chrdev_region() when driver registration failsMarcelo Diop-Gonzalez
2019-11-22staging: vchiq: Have vchiq_dump_* functions return an error codeMarcelo Diop-Gonzalez
2019-11-22staging: vchiq: Refactor indentation in vchiq_dump_* functionsMarcelo Diop-Gonzalez
2019-11-22staging: vchiq_dump: Replace min with min_tMarcelo Diop-Gonzalez
2019-11-22staging: vchiq: Fix block comment format in vchiq_dump()Marcelo Diop-Gonzalez
2019-11-15staging: vchiq: Refactor indentation in vchiq_platform_conn_state_changed()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_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_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