summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* staging: vc04_services: remove unused macroGaston Gonzalez2022-05-191-1/+0
* staging: vc04_services: Re-use generic struct s32_fractAndy Shevchenko2022-05-056-49/+46
* staging: vc04_services: Re-add dependency on HAS_DMA to BCM2835_VCHIQGeert Uytterhoeven2022-04-263-3/+4
* staging: bcm2835-audio: delete TODOAdrien Thierry2022-04-221-10/+0
* staging: vchiq:remove unneeded flush_workqueueran jianping2022-04-221-1/+0
* staging: bcm2835-audio: fix mutex definition without commentAdrien Thierry2022-04-201-1/+1
* staging: bcm2835-audio: fix mutex definition without commentAdrien Thierry2022-04-201-1/+1
* staging: bcm2835-audio: fix unnecessary space after castAdrien Thierry2022-04-201-1/+1
* staging: bcm2835-audio: fix line ending with '('Adrien Thierry2022-04-201-2/+1
* staging: bcm2835-audio: fully describe config symbolAdrien Thierry2022-04-201-2/+4
* staging: bcm2835-audio: remove compat ALSA cardAdrien Thierry2022-04-132-104/+15
* 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
* 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