summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface
Commit message (Expand)AuthorAgeFilesLines
* staging: vc04_services: remove unused macroGaston Gonzalez2022-05-191-1/+0
* staging: vc04_services: Convert kmap() to kmap_local_page()Fabio M. De Francesco2022-04-041-8/+5
* staging: vchiq: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-042-14/+12
* staging: vchiq_arm: make vchiq_platform_get_arm_state() staticGaston Gonzalez2022-03-141-2/+1
* Merge 5.17-rc4 into staging-testingGreg Kroah-Hartman2022-02-141-2/+18
|\
| * staging: vc04_services: Fix RCU dereference checkPadmanabha Srinivasaiah2022-01-251-2/+18
* | staging: vchiq_dev: Avoid unnecessary alloc in vchiq_ioc_create_serviceStefan Wahren2022-01-251-4/+3
* | staging: vchiq_core: handle NULL result of find_service_by_handleStefan Wahren2022-01-251-0/+6
* | staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instancesStefan Wahren2022-01-251-0/+3
* | staging: vchiq_arm: make vchiq_get_state return earlyStefan Wahren2022-01-251-4/+8
* | staging: vchiq_core: use min_t macroStefan Wahren2022-01-251-6/+3
* | staging: vchiq_core: avoid ternary operator for set_service_stateStefan Wahren2022-01-251-4/+6
* | staging: vchiq_core: fix alignmentStefan Wahren2022-01-251-3/+2
* | staging: vchiq_core: reduce multi-line statementsStefan Wahren2022-01-251-7/+4
* | staging: vchiq_core: drop prefix of vchiq_set_service_stateStefan Wahren2022-01-251-16/+15
* | staging: vchiq_core: align return statements in msg_type_strStefan Wahren2022-01-251-15/+15
* | staging: vchiq_core: simplify vchiq_add_service_internalStefan Wahren2022-01-251-22/+1
* | staging: vchiq_core: fix type of parameter localportStefan Wahren2022-01-252-4/+4
* | staging: vchiq: add message handling to TODO listStefan Wahren2022-01-251-0/+9
* | staging: vchiq: drop completed tasks from TODOStefan Wahren2022-01-251-29/+0
* | staging: vchiq: convert TODOs into unordered listStefan Wahren2022-01-251-12/+12
* | staging: vchiq_arm: introduce is_adjacent_blockStefan Wahren2022-01-251-4/+15
* | staging: vchiq_debugfs: get the rid of n_log_entriesStefan Wahren2022-01-251-3/+1
* | staging: vchiq_core: fix indentation in vchiq_log_dump_memStefan Wahren2022-01-251-4/+4
|/
* staging: vc04_services: update TODO fileGaston Gonzalez2021-12-301-6/+2
* staging: vc04_services: Remove repeated word in vchiq log warningGautam Menghani2021-12-281-1/+1
* staging: vchiq_core: remove superfluous static_assert statementGaston Gonzalez2021-11-251-2/+0
* staging: vchiq_core: get rid of typedefGaston Gonzalez2021-10-302-6/+4
* staging: vchiq_core: fix quoted strings split across linesGaston Gonzalez2021-10-251-7/+3
* staging: vchiq_core: cleanup lines that end with '(' or '['Gaston Gonzalez2021-10-251-20/+10
* staging: vchiq_core: drop extern prefix in function declarationsGaston Gonzalez2021-10-251-51/+25
* staging: vchiq: drop trailing semicolon in macro definitionGaston Gonzalez2021-10-254-8/+8
* staging: vchiq_core.h: use preferred kernel typesGaston Gonzalez2021-10-251-6/+6
* staging: vchiq_core.h: fix CamelCase in function declarationGaston Gonzalez2021-10-251-1/+1
* staging: vchiq_core: cleanup code alignment issuesGaston Gonzalez2021-10-252-441/+286
* staging: vchiq_core: cleanup blank linesGaston Gonzalez2021-10-252-5/+0
* Merge 5.15-rc6 into staging-nextGreg Kroah-Hartman2021-10-181-1/+1
|\
| * staging: vc04_services: shut up out-of-range warningArnd Bergmann2021-10-051-1/+1
* | staging: vchiq_arm: move platform structs to vchiq_arm.cStefan Wahren2021-10-052-39/+39
* | staging: vchiq_arm: drop unnecessary declarationsStefan Wahren2021-10-051-8/+0
* | staging: vchiq_arm: re-order vchiq_arm_init_stateStefan Wahren2021-10-052-21/+17
* | staging: vchiq_arm: use __func__ to get function name in debug messageGaston Gonzalez2021-09-271-1/+1
* | staging: vchiq_arm: remove extra blank lineGaston Gonzalez2021-09-271-1/+0
* | staging: vchiq_arm: fix quoted strings split across linesGaston Gonzalez2021-09-271-3/+2
* | staging: vchiq_arm: cleanup blank linesGaston Gonzalez2021-09-271-2/+0
* | staging: vchiq_arm: clarify multiplication expressionsGaston Gonzalez2021-09-271-2/+2
* | staging: vchiq_arm: remove unnecessary space in castGaston Gonzalez2021-09-271-1/+1
* | staging: vchiq_arm: cleanup code alignment issuesGaston Gonzalez2021-09-271-129/+79
* | staging: vchiq: cleanup code alignment issuesGaston Gonzalez2021-09-171-2/+2
* | staging: vchiq: add braces to if blockGaston Gonzalez2021-09-171-5/+4