summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* staging: vchiq_core: introduce handle_pollStefan Wahren2021-06-041-40/+52
* staging: vchiq_connected: move EXPORT_SYMBOL below the right functionStefan Wahren2021-06-041-1/+1
* staging: vchiq_core: store message id in local variableStefan Wahren2021-06-041-16/+12
* staging: vchiq_core: reduce indentation in parse_openStefan Wahren2021-06-041-76/+70
* staging: vchiq_core: introduce process_free_data_messageStefan Wahren2021-06-041-60/+64
* staging: vchiq_arm: tidy up service function namingStefan Wahren2021-06-043-41/+41
* staging: vchiq_core: simplify WARN_ON conditionsStefan Wahren2021-06-041-6/+6
* staging: vchiq_core: introduce message specific make macrosStefan Wahren2021-06-041-35/+29
* staging: vchiq_core: use define for message type shiftStefan Wahren2021-06-041-2/+4
* staging: vchiq_core: avoid precedence issuesStefan Wahren2021-06-041-7/+7
* staging: vchiq_core: put spaces around operatorsStefan Wahren2021-06-041-6/+6
* staging: vchiq_core: get the rid of vchiq_static_assertStefan Wahren2021-06-043-12/+7
* staging: vchiq_core: get the rid of IS_POW2Stefan Wahren2021-06-042-11/+13
* staging: vchiq_core: move internals to C sourceStefan Wahren2021-06-042-61/+61
* staging: vchiq_arm: introduce free_bulk_waiterStefan Wahren2021-06-041-21/+16
* staging: vchiq_core: fix logic in poll_services_of_groupStefan Wahren2021-06-041-15/+13
* staging: mmal-vchiq: Fix incorrect static vchiq_instance.Dave Stevenson2021-05-271-1/+1
* staging: vc04_services: fix a whitespace coding style issueJiabing Wan2021-05-191-1/+1
* staging: vchiq_core: introduce defines for retry_pollStefan Wahren2021-05-191-7/+8
* staging: vchiq_core: introduce defines for close_recvdStefan Wahren2021-05-191-7/+8
* staging: vchiq_core: introduce parse_messageStefan Wahren2021-05-191-292/+313
* staging: vchiq_arm: Avoid unnecessary line breaksStefan Wahren2021-05-192-20/+10
* staging: vchiq_arm: make vchiq_shutdown_internal return voidStefan Wahren2021-05-193-18/+13
* staging: vchiq_core: fix comment in vchiq_shutdown_internalStefan Wahren2021-05-191-1/+1
* staging: vchiq_core: reduce indention in release_service_messagesStefan Wahren2021-05-191-35/+36
* staging: vchiq_arm: re-arrange function headerStefan Wahren2021-05-191-23/+18
* staging: vchiq_arm: add blank line after declarationsStefan Wahren2021-05-192-0/+4
* staging: vchiq_arm: drop non-beneficial commentsStefan Wahren2021-05-193-68/+0
* staging: vchiq_arm: Prefer kzalloc(sizeof(*waiter)...)Stefan Wahren2021-05-191-3/+2
* staging: vchiq_arm: drop ftrace-like loggingStefan Wahren2021-05-191-22/+0
* staging: vchiq_arm: Use define for doorbell irqStefan Wahren2021-05-191-1/+3
* staging: vchiq_core: avoid indention in poll_services_of_groupStefan Wahren2021-05-191-51/+46
* staging: vchiq_core: introduce poll_services_of_groupStefan Wahren2021-05-191-60/+65
* staging: vchiq_arm: balance braces for if-else statementsStefan Wahren2021-05-192-21/+32
* staging: vc04_services: remove __VCCOREVER__Stefan Wahren2021-05-191-1/+1
* staging: vchiq_core: separate postfix incrementStefan Wahren2021-05-191-6/+10
* staging: vchiq_core: drop unnecessary release_countStefan Wahren2021-05-191-4/+2
* staging: vchiq_core: fix return type of vchiq_init_stateStefan Wahren2021-05-191-1/+1
* Staging: vchiq_arm: Using pr_err and pr_notice instead of printkNguyen Dinh Phi2021-05-131-3/+3
* staging: vchiq_core: drop vchiq_status from vchiq_init_stateStefan Wahren2021-05-103-10/+12
* staging: vchiq_core: drop vchiq_status from vchiq_initialiseStefan Wahren2021-05-101-9/+11
* staging: vchiq_core: drop vchiq_status from vchiq_set_service_optionStefan Wahren2021-05-103-12/+12
* staging: vchiq_arm: drop enum vchiq_status from vchiq_*_internalStefan Wahren2021-05-102-18/+17
* staging: vchiq_2835_arm: drop enum vchiq_statusStefan Wahren2021-05-103-14/+13
* staging: vchiq_arm: drop return value of vchiq_arm_init_stateStefan Wahren2021-05-103-9/+4
* staging: vchiq_core: Drop unnecessary check in notify_bulksStefan Wahren2021-05-101-47/+45
* staging: vchiq_core: introduce get_bulk_reasonStefan Wahren2021-05-101-10/+18
* staging: vchiq_core: return early in do_abort_bulksStefan Wahren2021-05-101-3/+4
* staging: vchiq_core: break early in vchiq_close_service_internalStefan Wahren2021-05-101-13/+13
* staging: vchiq_arm: avoid crashing the kernelStefan Wahren2021-05-101-4/+13