aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-25staging: vchiq: drop trailing semicolon in macro definitionGaston Gonzalez1-2/+2
2021-10-18Merge 5.15-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2021-10-05staging: vc04_services: shut up out-of-range warningArnd Bergmann1-1/+1
2021-10-05staging: vchiq_arm: move platform structs to vchiq_arm.cStefan Wahren1-0/+39
2021-10-05staging: vchiq_arm: re-order vchiq_arm_init_stateStefan Wahren1-17/+17
2021-09-27staging: vchiq_arm: use __func__ to get function name in debug messageGaston Gonzalez1-1/+1
2021-09-27staging: vchiq_arm: fix quoted strings split across linesGaston Gonzalez1-3/+2
2021-09-27staging: vchiq_arm: cleanup blank linesGaston Gonzalez1-2/+0
2021-09-27staging: vchiq_arm: clarify multiplication expressionsGaston Gonzalez1-2/+2
2021-09-27staging: vchiq_arm: remove unnecessary space in castGaston Gonzalez1-1/+1
2021-09-27staging: vchiq_arm: cleanup code alignment issuesGaston Gonzalez1-129/+79
2021-07-27staging: vchiq: Combine vchiq platform code into single fileOjaswin Mujoo1-0/+535
2021-07-27staging: vchiq: Move vchiq char driver to its own fileOjaswin Mujoo1-1421/+0
2021-07-27staging: vchiq: Move certain declarations to vchiq_arm.hOjaswin Mujoo1-62/+6
2021-07-27staging: vchiq: Refactor vchiq cdev codeOjaswin Mujoo1-50/+92
2021-06-04staging: vchiq_arm: tidy up service function namingStefan Wahren1-16/+16
2021-06-04staging: vchiq_core: get the rid of vchiq_static_assertStefan Wahren1-1/+1
2021-06-04staging: vchiq_arm: introduce free_bulk_waiterStefan Wahren1-21/+16
2021-05-19staging: vchiq_arm: Avoid unnecessary line breaksStefan Wahren1-8/+4
2021-05-19staging: vchiq_arm: make vchiq_shutdown_internal return voidStefan Wahren1-14/+11
2021-05-19staging: vchiq_arm: re-arrange function headerStefan Wahren1-23/+18
2021-05-19staging: vchiq_arm: add blank line after declarationsStefan Wahren1-0/+3
2021-05-19staging: vchiq_arm: drop non-beneficial commentsStefan Wahren1-55/+0
2021-05-19staging: vchiq_arm: Prefer kzalloc(sizeof(*waiter)...)Stefan Wahren1-3/+2
2021-05-19staging: vchiq_arm: drop ftrace-like loggingStefan Wahren1-22/+0
2021-05-19staging: vchiq_arm: balance braces for if-else statementsStefan Wahren1-4/+8
2021-05-13Staging: vchiq_arm: Using pr_err and pr_notice instead of printkNguyen Dinh Phi1-3/+3
2021-05-10staging: vchiq_core: drop vchiq_status from vchiq_initialiseStefan Wahren1-9/+11
2021-05-10staging: vchiq_core: drop vchiq_status from vchiq_set_service_optionStefan Wahren1-2/+2
2021-05-10staging: vchiq_arm: drop enum vchiq_status from vchiq_*_internalStefan Wahren1-16/+15
2021-05-10staging: vchiq_arm: drop return value of vchiq_arm_init_stateStefan Wahren1-2/+1
2021-05-10staging: vchiq_arm: avoid crashing the kernelStefan Wahren1-4/+13
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2021-03-22staging: vchiq: Release firmware handle on unbindNicolas Saenz Julienne1-1/+1
2021-03-10staging: vc04_services: vchiq_arm: fix error return code of vchiq_release_internal() and vchiq_use_internal()Jia-Ju Bai1-2/+6
2021-01-07staging: vchiq: fix uninitialized variable copyArnd Bergmann1-1/+8
2021-01-07staging: vchiq: Fix bulk transfers on 64-bit buildsPhil Elwell1-1/+1
2021-01-07staging: vchiq: Fix bulk userdata handlingPhil Elwell1-1/+3
2021-01-05staging: vchiq: delete obselete commentDan Carpenter1-7/+0
2020-10-28staging: vc04_services: fix quoted string split across linesAmarjargal Gundjalam1-10/+5
2020-10-28staging: vc04_services: fix block comment styleAmarjargal Gundjalam1-80/+94
2020-10-06staging: vchiq: Fix list_for_each exit testsDan Carpenter1-5/+7
2020-10-01staging: vchiq: Fix an uninitialized variableDan Carpenter1-1/+1
2020-09-25staging: vchiq: avoid mixing kernel and user pointersArnd Bergmann1-6/+8
2020-09-25staging: vchiq: fix __user annotationsArnd Bergmann1-34/+61
2020-09-22staging: vchiq: convert compat await_completionArnd Bergmann1-291/+205
2020-09-22staging: vchiq: convert compat bulk transferArnd Bergmann1-111/+109
2020-09-22staging: vchiq: convert compat dequeue_messageArnd Bergmann1-88/+92
2020-09-22staging: vchiq: convert compat create_serviceArnd Bergmann1-100/+89
2020-09-22staging: vchiq: rework compat handlingArnd Bergmann1-53/+56