summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-288-150/+110
|\
| * staging: mmal-vchiq: clear redundant item named bulk_scratchXiaoke Wang2022-03-181-7/+0
| * 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: 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: use KBUILD_MODNAME instead of own module name definitionGaston Gonzalez2022-01-251-3/+1
| * | staging: vc04_services: remove unneeded MODULE_VERSION() usageGaston Gonzalez2022-01-251-5/+1
* | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \ \
| * | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/ /
* | | Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2022-03-231-1/+1
|\ \ \ | |_|/ |/| |
| * | media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-1/+1
| |/
* / staging: vc04_services: Fix RCU dereference checkPadmanabha Srinivasaiah2022-01-251-2/+18
|/
* staging: vc04_services: rename BM2835 to BCM2835 in headers commentsGaston Gonzalez2022-01-0612-12/+12
* staging: vc04_services: rename string literal containing bm2835_* to bcm2835*_Gaston Gonzalez2022-01-061-5/+3
* staging: vc04_services: rename variables containing bm2835_* to bcm2835_*Gaston Gonzalez2022-01-062-21/+14
* staging: vc04_services: rename functions containing bm2835_* to bcm2835_*Gaston Gonzalez2022-01-063-14/+10
* staging: vc04_services: rename structures bm2835_mmal_dev and bm2835_mmal_v4l...Gaston Gonzalez2022-01-063-88/+87
* staging: vc04_services: update TODO fileGaston Gonzalez2021-12-301-6/+2
* staging: vc04_services: bcm2835-camera: avoid the use of typedef for function...Gaston Gonzalez2021-12-301-8/+2
* staging: vc04_services: bcm2835-audio: avoid the use of typedef for function ...Gaston Gonzalez2021-12-301-9/+3
* 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