summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
AgeCommit message (Expand)Author
2018-05-11staging: bcm2835-camera: Allocate context once per bufferDave Stevenson
2018-05-11staging: bcm2835-camera: Skip ISP pass to eliminate padding.Dave Stevenson
2018-05-11staging/bcm2835-camera: Set ourselves up as a platform driver.Eric Anholt
2018-05-11staging/vc04_services: Register a platform device for the camera driver.Eric Anholt
2018-05-06staging: vc04_services: Remove stack hog issue from TODOStefan Wahren
2018-05-06staging: vchiq_shim: Remove unnecessary breakStefan Wahren
2018-05-06staging: vchiq_arm: remove unnecessary returnStefan Wahren
2018-05-06staging: vchiq_2835_arm: Fix whitespace issue in create_pagelistStefan Wahren
2018-05-06staging: vc04_services: Remove defines from MakefileStefan Wahren
2018-05-06staging: vchiq_arm: Make index variable more self-explainingStefan Wahren
2018-05-06staging: vchiq_arm: Rework second abort criterionStefan Wahren
2018-05-06staging: vchiq_arm: Clear VLA warningStefan Wahren
2018-05-06staging: vchiq_arm: print real dump limitStefan Wahren
2018-04-29staging: bcm2835-audio: Disconnect and free vchi_instance on module_exit()Kirill Marinushkin
2018-04-23staging: vc04_services: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-04-23staging: vchiq_core: Free kthreads in error caseStefan Wahren
2018-04-23staging: vchiq_core: Move all wake-ups to one pointStefan Wahren
2018-04-23staging: vchiq_arm: Avoid long udelayStefan Wahren
2018-04-23staging: vchiq_arm: Fix multiline dereferencesStefan Wahren
2018-04-23staging: vc04_services: Use __func__ macroStefan Wahren
2018-04-23staging: vchiq_core: remove BITSET_ZEROStefan Wahren
2018-04-23staging: vchiq_core: Remove stackhog in process_free_queueStefan Wahren
2018-04-23staging: vchiq_core: Fix missing semaphore release in error caseStefan Wahren
2018-03-29staging: bcm2835-audio: Release resources on module_exit()Kirill Marinushkin
2018-03-22staging: vc04_services: Add outstanding VCHI TODOsStefan Wahren
2018-03-22staging: vc04_services: Remove import of bcm2835-camera from TODOStefan Wahren
2018-03-22staging: vc04_services: bcm2835-camera: Add blank line after declarationNishka Dasgupta
2018-03-14staging: vc04_services: Remove vchiq_queue_bulk_{transmit,receive}.Eric Anholt
2018-03-14staging: vc04_services: Mark the "DT bindings" job done.Eric Anholt
2018-03-14staging: vc04_services: Remove cache-line-size property (v3)Eric Anholt
2018-03-14staging: vc04_services: Replace "firmware" node with a compatible lookup.Eric Anholt
2018-03-06staging: vc04_services: Remove dead FRAGMENTS_TEric Anholt
2018-03-06staging: vc04_services: bcm2835-audio: Change to unsigned int *Nishka Dasgupta
2018-03-06staging: vc04_services: bcm2835-audio Format multiline commentNishka Dasgupta
2018-03-06staging: vc04_services: bcm2835-audio: Add blank line after declarationNishka Dasgupta
2018-02-16staging: vc04_services: merge vchiq_kern_lib.c into vchiq_arm.cArnd Bergmann
2018-02-16staging: vc04_services: remove unused filesCorentin Labbe
2018-01-15staging: vc04_services: bcm2835-camera: remove redundant license textGreg Kroah-Hartman
2018-01-15staging: vc04_services: bcm2835-camera: add SPDX identifiersGreg Kroah-Hartman
2018-01-15staging: vc04_services: bcm2835-audio: remove redundant license textGreg Kroah-Hartman
2018-01-15staging: vc04_services: bcm2835-audio: add SPDX identifiersGreg Kroah-Hartman
2018-01-08staging: vc05_services: fix checkpatch.pl errorsSidong Yang
2018-01-08staging: vc04_services: Prefer WARN_ON_ONCE instead of if condition followed ...Kishore KP
2018-01-08staging: vc04_services: Fix platform_no_drv_owner.cocci warnings.Kishore KP
2017-12-21staging: vchiq_arm: Cleaning up codestyle warningsMikhail Shvetsov
2017-12-21staging: vchiq_arm: Fixing code style of commentsMikhail Shvetsov
2017-12-21staging: vchiq_arm: Remove useless comments.Mikhail Shvetsov
2017-12-19staging: vchiq_arm: fix open brace placement errorsTara Null
2017-12-19Staging: vc04_services: fix brace coding style issues in vchiq_shim.cTomas Marek
2017-12-06staging: vc04_services: Use __func__Genki Sky