summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services
AgeCommit message (Expand)AuthorFilesLines
2022-05-19staging: vc04_services: remove unused macroGaston Gonzalez1-1/+0
2022-05-06staging: vc04_services: Re-use generic struct s32_fractAndy Shevchenko6-49/+46
2022-04-26staging: vc04_services: Re-add dependency on HAS_DMA to BCM2835_VCHIQGeert Uytterhoeven3-3/+4
2022-04-22staging: bcm2835-audio: delete TODOAdrien Thierry1-10/+0
2022-04-22staging: vchiq:remove unneeded flush_workqueueran jianping1-1/+0
2022-04-20staging: bcm2835-audio: fix mutex definition without commentAdrien Thierry1-1/+1
2022-04-20staging: bcm2835-audio: fix mutex definition without commentAdrien Thierry1-1/+1
2022-04-20staging: bcm2835-audio: fix unnecessary space after castAdrien Thierry1-1/+1
2022-04-20staging: bcm2835-audio: fix line ending with '('Adrien Thierry1-2/+1
2022-04-20staging: bcm2835-audio: fully describe config symbolAdrien Thierry1-2/+4
2022-04-13staging: bcm2835-audio: remove compat ALSA cardAdrien Thierry2-104/+15
2022-04-04staging: vc04_services: Convert kmap() to kmap_local_page()Fabio M. De Francesco1-8/+5
2022-04-04staging: vchiq: replace usage of found with dedicated list iterator variableJakob Koschel2-14/+12
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-150/+110
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds1-1/+1
2022-03-24Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2022-03-18staging: mmal-vchiq: clear redundant item named bulk_scratchXiaoke Wang1-7/+0
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+1
2022-03-14staging: vchiq_arm: make vchiq_platform_get_arm_state() staticGaston Gonzalez1-2/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-14Merge 5.17-rc4 into staging-testingGreg Kroah-Hartman1-2/+18
2022-01-25staging: vc04_services: Fix RCU dereference checkPadmanabha Srinivasaiah1-2/+18
2022-01-25staging: vchiq_dev: Avoid unnecessary alloc in vchiq_ioc_create_serviceStefan Wahren1-4/+3
2022-01-25staging: vchiq_core: handle NULL result of find_service_by_handleStefan Wahren1-0/+6
2022-01-25staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instancesStefan Wahren1-0/+3
2022-01-25staging: vchiq_arm: make vchiq_get_state return earlyStefan Wahren1-4/+8
2022-01-25staging: vchiq_core: use min_t macroStefan Wahren1-6/+3
2022-01-25staging: vchiq_core: avoid ternary operator for set_service_stateStefan Wahren1-4/+6
2022-01-25staging: vchiq_core: fix alignmentStefan Wahren1-3/+2
2022-01-25staging: vchiq_core: reduce multi-line statementsStefan Wahren1-7/+4
2022-01-25staging: vchiq_core: drop prefix of vchiq_set_service_stateStefan Wahren1-16/+15
2022-01-25staging: vchiq_core: align return statements in msg_type_strStefan Wahren1-15/+15
2022-01-25staging: vchiq_core: simplify vchiq_add_service_internalStefan Wahren1-22/+1
2022-01-25staging: vchiq_core: fix type of parameter localportStefan Wahren2-4/+4
2022-01-25staging: vchiq: add message handling to TODO listStefan Wahren1-0/+9
2022-01-25staging: vchiq: drop completed tasks from TODOStefan Wahren1-29/+0
2022-01-25staging: vchiq: convert TODOs into unordered listStefan Wahren1-12/+12
2022-01-25staging: vchiq_arm: introduce is_adjacent_blockStefan Wahren1-4/+15
2022-01-25staging: vchiq_debugfs: get the rid of n_log_entriesStefan Wahren1-3/+1
2022-01-25staging: vchiq_core: fix indentation in vchiq_log_dump_memStefan Wahren1-4/+4
2022-01-25staging: vc04_services: use KBUILD_MODNAME instead of own module name definitionGaston Gonzalez1-3/+1
2022-01-25staging: vc04_services: remove unneeded MODULE_VERSION() usageGaston Gonzalez1-5/+1
2022-01-06staging: vc04_services: rename BM2835 to BCM2835 in headers commentsGaston Gonzalez12-12/+12
2022-01-06staging: vc04_services: rename string literal containing bm2835_* to bcm2835*_Gaston Gonzalez1-5/+3
2022-01-06staging: vc04_services: rename variables containing bm2835_* to bcm2835_*Gaston Gonzalez2-21/+14
2022-01-06staging: vc04_services: rename functions containing bm2835_* to bcm2835_*Gaston Gonzalez3-14/+10
2022-01-06staging: vc04_services: rename structures bm2835_mmal_dev and bm2835_mmal_v4l...Gaston Gonzalez3-88/+87
2021-12-30staging: vc04_services: update TODO fileGaston Gonzalez1-6/+2
2021-12-30staging: vc04_services: bcm2835-camera: avoid the use of typedef for function...Gaston Gonzalez1-8/+2
2021-12-30staging: vc04_services: bcm2835-audio: avoid the use of typedef for function ...Gaston Gonzalez1-9/+3