aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+1
2022-03-23Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-01-25staging: vc04_services: Fix RCU dereference checkPadmanabha Srinivasaiah1-2/+18
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_v4l2_ctrlGaston 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 pointersGaston Gonzalez1-8/+2
2021-12-30staging: vc04_services: bcm2835-audio: avoid the use of typedef for function pointersGaston Gonzalez1-9/+3
2021-12-28staging: vc04_services: Remove repeated word in vchiq log warningGautam Menghani1-1/+1
2021-11-25staging: vchiq_core: remove superfluous static_assert statementGaston Gonzalez1-2/+0
2021-10-30staging: vchiq_core: get rid of typedefGaston Gonzalez2-6/+4
2021-10-25staging: vchiq_core: fix quoted strings split across linesGaston Gonzalez1-7/+3
2021-10-25staging: vchiq_core: cleanup lines that end with '(' or '['Gaston Gonzalez1-20/+10
2021-10-25staging: vchiq_core: drop extern prefix in function declarationsGaston Gonzalez1-51/+25
2021-10-25staging: vchiq: drop trailing semicolon in macro definitionGaston Gonzalez4-8/+8
2021-10-25staging: vchiq_core.h: use preferred kernel typesGaston Gonzalez1-6/+6
2021-10-25staging: vchiq_core.h: fix CamelCase in function declarationGaston Gonzalez1-1/+1
2021-10-25staging: vchiq_core: cleanup code alignment issuesGaston Gonzalez2-441/+286
2021-10-25staging: vchiq_core: cleanup blank linesGaston Gonzalez2-5/+0
2021-10-18Merge 5.15-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2021-10-05staging: vc04_services: shut up out-of-range warningArnd Bergmann1-1/+1
2021-10-05staging: vchiq_arm: move platform structs to vchiq_arm.cStefan Wahren2-39/+39
2021-10-05staging: vchiq_arm: drop unnecessary declarationsStefan Wahren1-8/+0
2021-10-05staging: vchiq_arm: re-order vchiq_arm_init_stateStefan Wahren2-21/+17
2021-09-27staging: vchiq_arm: use __func__ to get function name in debug messageGaston Gonzalez1-1/+1
2021-09-27staging: vchiq_arm: remove extra blank lineGaston Gonzalez1-1/+0
2021-09-27staging: vchiq_arm: fix quoted strings split across linesGaston Gonzalez1-3/+2
2021-09-27staging: vchiq_arm: cleanup blank linesGaston Gonzalez1-2/+0
2021-09-27staging: vchiq_arm: clarify multiplication expressionsGaston Gonzalez1-2/+2
2021-09-27staging: vchiq_arm: remove unnecessary space in castGaston Gonzalez1-1/+1
2021-09-27staging: vchiq_arm: cleanup code alignment issuesGaston Gonzalez1-129/+79
2021-09-17staging: vchiq: cleanup code alignment issuesGaston Gonzalez1-2/+2
2021-09-17staging: vchiq: add braces to if blockGaston Gonzalez1-5/+4
2021-09-17staging: vchiq: remove braces from if blockGaston Gonzalez1-2/+1
2021-09-13staging: vchiq_dev: cleanup code alignment issuesGaston Gonzalez1-62/+42
2021-09-13staging: vchiq_dev: remove braces from if blockGaston Gonzalez1-2/+1
2021-09-13staging: vchiq: Replace function typedefs with equivalent declarationOjaswin Mujoo4-10/+6
2021-09-13staging: vchiq: convert to use a miscdeviceGreg Kroah-Hartman1-60/+11
2021-08-10staging: vchiq: Add details to Kconfig help textsOjaswin Mujoo1-6/+15
2021-08-10staging: vchiq: Set $CONFIG_BCM2835_VCHIQ to imply $CONFIG_VCHIQ_CDEVOjaswin Mujoo1-0/+1
2021-07-29staging/vc04_services: Remove all strcpy() uses in favor of strscpy()Len Baker2-2/+2
2021-07-27staging: vchiq: Combine vchiq platform code into single fileOjaswin Mujoo3-565/+535
2021-07-27staging: vchiq: Make creation of vchiq cdev optionalOjaswin Mujoo3-1/+23
2021-07-27staging: vchiq: Move vchiq char driver to its own fileOjaswin Mujoo3-1421/+1441
2021-07-27staging: vchiq: Move certain declarations to vchiq_arm.hOjaswin Mujoo2-62/+79