aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-04staging: vchiq_core: introduce handle_pollStefan Wahren1-40/+52
2021-06-04staging: vchiq_connected: move EXPORT_SYMBOL below the right functionStefan Wahren1-1/+1
2021-06-04staging: vchiq_core: store message id in local variableStefan Wahren1-16/+12
2021-06-04staging: vchiq_core: reduce indentation in parse_openStefan Wahren1-76/+70
2021-06-04staging: vchiq_core: introduce process_free_data_messageStefan Wahren1-60/+64
2021-06-04staging: vchiq_arm: tidy up service function namingStefan Wahren3-41/+41
2021-06-04staging: vchiq_core: simplify WARN_ON conditionsStefan Wahren1-6/+6
2021-06-04staging: vchiq_core: introduce message specific make macrosStefan Wahren1-35/+29
2021-06-04staging: vchiq_core: use define for message type shiftStefan Wahren1-2/+4
2021-06-04staging: vchiq_core: avoid precedence issuesStefan Wahren1-7/+7
2021-06-04staging: vchiq_core: put spaces around operatorsStefan Wahren1-6/+6
2021-06-04staging: vchiq_core: get the rid of vchiq_static_assertStefan Wahren3-12/+7
2021-06-04staging: vchiq_core: get the rid of IS_POW2Stefan Wahren2-11/+13
2021-06-04staging: vchiq_core: move internals to C sourceStefan Wahren2-61/+61
2021-06-04staging: vchiq_arm: introduce free_bulk_waiterStefan Wahren1-21/+16
2021-06-04staging: vchiq_core: fix logic in poll_services_of_groupStefan Wahren1-15/+13
2021-05-27staging: mmal-vchiq: Fix incorrect static vchiq_instance.Dave Stevenson1-1/+1
2021-05-19staging: vc04_services: fix a whitespace coding style issueJiabing Wan1-1/+1
2021-05-19staging: vchiq_core: introduce defines for retry_pollStefan Wahren1-7/+8
2021-05-19staging: vchiq_core: introduce defines for close_recvdStefan Wahren1-7/+8
2021-05-19staging: vchiq_core: introduce parse_messageStefan Wahren1-292/+313
2021-05-19staging: vchiq_arm: Avoid unnecessary line breaksStefan Wahren2-20/+10
2021-05-19staging: vchiq_arm: make vchiq_shutdown_internal return voidStefan Wahren3-18/+13
2021-05-19staging: vchiq_core: fix comment in vchiq_shutdown_internalStefan Wahren1-1/+1
2021-05-19staging: vchiq_core: reduce indention in release_service_messagesStefan Wahren1-35/+36
2021-05-19staging: vchiq_arm: re-arrange function headerStefan Wahren1-23/+18
2021-05-19staging: vchiq_arm: add blank line after declarationsStefan Wahren2-0/+4
2021-05-19staging: vchiq_arm: drop non-beneficial commentsStefan Wahren3-68/+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: Use define for doorbell irqStefan Wahren1-1/+3
2021-05-19staging: vchiq_core: avoid indention in poll_services_of_groupStefan Wahren1-51/+46
2021-05-19staging: vchiq_core: introduce poll_services_of_groupStefan Wahren1-60/+65
2021-05-19staging: vchiq_arm: balance braces for if-else statementsStefan Wahren2-21/+32
2021-05-19staging: vc04_services: remove __VCCOREVER__Stefan Wahren1-1/+1
2021-05-19staging: vchiq_core: separate postfix incrementStefan Wahren1-6/+10
2021-05-19staging: vchiq_core: drop unnecessary release_countStefan Wahren1-4/+2
2021-05-19staging: vchiq_core: fix return type of vchiq_init_stateStefan Wahren1-1/+1
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_init_stateStefan Wahren3-10/+12
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 Wahren3-12/+12
2021-05-10staging: vchiq_arm: drop enum vchiq_status from vchiq_*_internalStefan Wahren2-18/+17
2021-05-10staging: vchiq_2835_arm: drop enum vchiq_statusStefan Wahren3-14/+13
2021-05-10staging: vchiq_arm: drop return value of vchiq_arm_init_stateStefan Wahren3-9/+4
2021-05-10staging: vchiq_core: Drop unnecessary check in notify_bulksStefan Wahren1-47/+45
2021-05-10staging: vchiq_core: introduce get_bulk_reasonStefan Wahren1-10/+18
2021-05-10staging: vchiq_core: return early in do_abort_bulksStefan Wahren1-3/+4
2021-05-10staging: vchiq_core: break early in vchiq_close_service_internalStefan Wahren1-13/+13
2021-05-10staging: vchiq_arm: avoid crashing the kernelStefan Wahren1-4/+13