aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-10staging: vc04_services: remove header include path to vc04_servicesMasahiro Yamada2-3/+3
2019-12-10staging: vchiq: call unregister_chrdev_region() when driver registration failsMarcelo Diop-Gonzalez1-1/+1
2019-11-22staging: vchiq: Have vchiq_dump_* functions return an error codeMarcelo Diop-Gonzalez4-52/+104
2019-11-22staging: vchiq: Refactor indentation in vchiq_dump_* functionsMarcelo Diop-Gonzalez1-51/+53
2019-11-22staging: vchiq_dump: Replace min with min_tMarcelo Diop-Gonzalez1-2/+2
2019-11-22staging: vchiq: Fix block comment format in vchiq_dump()Marcelo Diop-Gonzalez1-3/+5
2019-11-15staging: vchiq: Refactor indentation in vchiq_platform_conn_state_changed()Marcelo Diop-Gonzalez1-20/+21
2019-11-07staging: vchiq: Have vchiu_queue_init() return 0 on success.Marcelo Diop-Gonzalez2-3/+3
2019-11-07staging: vc04_services: Replace VCHIQ_PLATFORM_STATE_T typedef with struct opaque_platform_stateJamal Shareef1-2/+2
2019-11-07staging: vc04_services: Replace VCHIQ_INSTANCE_T typedef with struct vchiq_instanceJamal Shareef8-64/+64
2019-11-07staging: vc04_services: Replace VCHIQ_SERVICE_HANDLE_T typedef with unsigned intJamal Shareef6-63/+61
2019-11-07staging: vc04_services: Rename VCHIQ_REMOTE_USE_CALLBACK_T to vchiq_remote_callbackJamal Shareef1-2/+2
2019-11-07staging: vc04_services: Rename VCHIQ_CALLBACK_T to vchiq_callbackJamal Shareef1-5/+5
2019-11-07staging: vc04_services: Rename callback VCHIQ_USERDATA_TERM_T to vchiq_userdata_termJamal Shareef2-4/+4
2019-11-07staging: vc04_services: Replace VCHIQ_BULK_DIR_T enum typedef with enum vchiq_bulk_dirJamal Shareef3-7/+7
2019-11-07staging: vc04_services: Replace VCHIQ_CONNSTATE_T enum typedef with enum vchiq_connstateJamal Shareef3-12/+12
2019-11-07staging: vc04_services: Replace VCHIQ_SERVICE_OPTION_T enum typedef with enum vchiq_service_optionJamal Shareef4-6/+6
2019-11-07staging: vc04_services: Replace VCHIQ_BULK_MODE_T enum typedef with enum vchiq_bulk_modeJamal Shareef6-15/+15
2019-11-07staging: vc04_services: Replace VCHIQ_STATUS_T enum typedef with enum vchiq_statusJamal Shareef7-133/+133
2019-11-07staging: vc04_services: Rename callback VCHI_CALLBACK_T to vchi_callbackJamal Shareef3-5/+5
2019-11-07staging: vc04_services: Replace VCHI_SERVICE_HANDLE_T typedef with struct vchi_service_handleJamal Shareef2-46/+46
2019-11-07staging: vc04_services: Replace VCHI_INSTANCE_T with struct vhci_instance_handleJamal Shareef2-15/+15
2019-11-02staging: vc04_services: Remove enum typedefs in vchiJamal Shareef3-47/+41
2019-11-02staging: vc04_services: Remove unused structsJamal Shareef1-6/+0
2019-10-24staging: vc04_services: fix warnings of Block comments use of *Jules Irenge1-8/+10
2019-10-24staging: vc04_services: fix warnings of scpace required between operatorJules Irenge2-6/+6
2019-10-24staging: vc04_services: fix check warnings of line over 80 charactersJules Irenge1-62/+106
2019-10-14staging: vc04_services: use DIV_ROUND_UP helper macroWambui Karuga1-2/+2
2019-10-10staging: vc04_services: Avoid NULL comparisonNachammai Karuppiah4-16/+16
2019-10-08staging: vchiq: don't print pointless kernel addressMatteo Croce1-3/+0
2019-10-07staging: vc04_services: make use of devm_platform_ioremap_resourceHariprasad Kelam1-3/+1
2019-10-04staging: vc04_services: Avoid typedefNachammai Karuppiah5-11/+11
2019-09-12staging: vhciq_core: replace snprintf with scnprintfRohit Sarkar1-19/+19
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-30staging: vc04_services: fix unused-but-set-variable warningYueHaibing1-3/+2
2019-06-26staging: vc04_services: Remove function block_resume()Nishka Dasgupta1-66/+0
2019-06-26staging: vc04_services: Remove function output_timeout_error()Nishka Dasgupta1-36/+0
2019-06-26staging: vc04_services: Remove vchiq_send_remote_release()Nishka Dasgupta2-14/+0
2019-06-26staging: vc04_services: Remove vchiq_use_service_no_resume()Nishka Dasgupta2-16/+0
2019-06-26staging: vc04_services: Remove vchiq_resume_internal()Nishka Dasgupta2-19/+0
2019-06-26staging: vc04_services: Remove vchiq_pause_internal()Nishka Dasgupta2-26/+0
2019-06-26staging: vc04_services: Remove vchiq_arm_force_suspend()Nishka Dasgupta2-123/+0
2019-06-26staging: vc04_services: Remove function vchiq_arm_allow_resume()Nishka Dasgupta2-46/+0
2019-06-26staging: vc04_services: Remove function vchiu_queue_is_full()Nishka Dasgupta2-6/+0
2019-06-09Staging: vc04_services : vchiq_core: Fix a brace issueMaxime Desroches1-2/+1
2019-06-03staging: vc04_services: remove redundant assignment to pointer serviceColin Ian King1-3/+1
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman1-0/+9
2019-05-20staging: vc04_services: prevent integer overflow in create_pagelist()Dan Carpenter1-0/+9
2019-05-20staging: vchiq: stop explicitly comparing with zero to catch errorsNicolas Saenz Julienne5-57/+47
2019-05-20staging: vchiq: make wait events interruptibleNicolas Saenz Julienne1-1/+9