Age | Commit message (Expand) | Author |
2021-06-04 | staging: vchiq_core: introduce handle_poll | Stefan Wahren |
2021-06-04 | staging: vchiq_connected: move EXPORT_SYMBOL below the right function | Stefan Wahren |
2021-06-04 | staging: vchiq_core: store message id in local variable | Stefan Wahren |
2021-06-04 | staging: vchiq_core: reduce indentation in parse_open | Stefan Wahren |
2021-06-04 | staging: vchiq_core: introduce process_free_data_message | Stefan Wahren |
2021-06-04 | staging: vchiq_arm: tidy up service function naming | Stefan Wahren |
2021-06-04 | staging: vchiq_core: simplify WARN_ON conditions | Stefan Wahren |
2021-06-04 | staging: vchiq_core: introduce message specific make macros | Stefan Wahren |
2021-06-04 | staging: vchiq_core: use define for message type shift | Stefan Wahren |
2021-06-04 | staging: vchiq_core: avoid precedence issues | Stefan Wahren |
2021-06-04 | staging: vchiq_core: put spaces around operators | Stefan Wahren |
2021-06-04 | staging: vchiq_core: get the rid of vchiq_static_assert | Stefan Wahren |
2021-06-04 | staging: vchiq_core: get the rid of IS_POW2 | Stefan Wahren |
2021-06-04 | staging: vchiq_core: move internals to C source | Stefan Wahren |
2021-06-04 | staging: vchiq_arm: introduce free_bulk_waiter | Stefan Wahren |
2021-06-04 | staging: vchiq_core: fix logic in poll_services_of_group | Stefan Wahren |
2021-05-27 | staging: mmal-vchiq: Fix incorrect static vchiq_instance. | Dave Stevenson |
2021-05-19 | staging: vc04_services: fix a whitespace coding style issue | Jiabing Wan |
2021-05-19 | staging: vchiq_core: introduce defines for retry_poll | Stefan Wahren |
2021-05-19 | staging: vchiq_core: introduce defines for close_recvd | Stefan Wahren |
2021-05-19 | staging: vchiq_core: introduce parse_message | Stefan Wahren |
2021-05-19 | staging: vchiq_arm: Avoid unnecessary line breaks | Stefan Wahren |
2021-05-19 | staging: vchiq_arm: make vchiq_shutdown_internal return void | Stefan Wahren |
2021-05-19 | staging: vchiq_core: fix comment in vchiq_shutdown_internal | Stefan Wahren |
2021-05-19 | staging: vchiq_core: reduce indention in release_service_messages | Stefan Wahren |
2021-05-19 | staging: vchiq_arm: re-arrange function header | Stefan Wahren |
2021-05-19 | staging: vchiq_arm: add blank line after declarations | Stefan Wahren |
2021-05-19 | staging: vchiq_arm: drop non-beneficial comments | Stefan Wahren |
2021-05-19 | staging: vchiq_arm: Prefer kzalloc(sizeof(*waiter)...) | Stefan Wahren |
2021-05-19 | staging: vchiq_arm: drop ftrace-like logging | Stefan Wahren |
2021-05-19 | staging: vchiq_arm: Use define for doorbell irq | Stefan Wahren |
2021-05-19 | staging: vchiq_core: avoid indention in poll_services_of_group | Stefan Wahren |
2021-05-19 | staging: vchiq_core: introduce poll_services_of_group | Stefan Wahren |
2021-05-19 | staging: vchiq_arm: balance braces for if-else statements | Stefan Wahren |
2021-05-19 | staging: vc04_services: remove __VCCOREVER__ | Stefan Wahren |
2021-05-19 | staging: vchiq_core: separate postfix increment | Stefan Wahren |
2021-05-19 | staging: vchiq_core: drop unnecessary release_count | Stefan Wahren |
2021-05-19 | staging: vchiq_core: fix return type of vchiq_init_state | Stefan Wahren |
2021-05-13 | Staging: vchiq_arm: Using pr_err and pr_notice instead of printk | Nguyen Dinh Phi |
2021-05-10 | staging: vchiq_core: drop vchiq_status from vchiq_init_state | Stefan Wahren |
2021-05-10 | staging: vchiq_core: drop vchiq_status from vchiq_initialise | Stefan Wahren |
2021-05-10 | staging: vchiq_core: drop vchiq_status from vchiq_set_service_option | Stefan Wahren |
2021-05-10 | staging: vchiq_arm: drop enum vchiq_status from vchiq_*_internal | Stefan Wahren |
2021-05-10 | staging: vchiq_2835_arm: drop enum vchiq_status | Stefan Wahren |
2021-05-10 | staging: vchiq_arm: drop return value of vchiq_arm_init_state | Stefan Wahren |
2021-05-10 | staging: vchiq_core: Drop unnecessary check in notify_bulks | Stefan Wahren |
2021-05-10 | staging: vchiq_core: introduce get_bulk_reason | Stefan Wahren |
2021-05-10 | staging: vchiq_core: return early in do_abort_bulks | Stefan Wahren |
2021-05-10 | staging: vchiq_core: break early in vchiq_close_service_internal | Stefan Wahren |
2021-05-10 | staging: vchiq_arm: avoid crashing the kernel | Stefan Wahren |