summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
AgeCommit message (Expand)Author
2020-01-27staging: bcm2835-camera: fix module autoloadingStefan Wahren
2020-01-27staging: bcm2835-camera: Abort probe if there is no cameraStefan Wahren
2019-07-14staging: bcm2835-camera: Handle empty EOS buffers whilst streamingDave Stevenson
2019-07-14staging: bcm2835-camera: Remove check of the number of buffers suppliedDave Stevenson
2019-07-14staging: bcm2835-camera: Ensure all buffers are returned on disableDave Stevenson
2019-07-14staging: bcm2835-camera: Replace spinlock protecting context_map with mutexDave Stevenson
2019-06-22Staging: vc04_services: Fix a couple error codesDan Carpenter
2019-06-09staging: vc04_services: prevent integer overflow in create_pagelist()Dan Carpenter
2019-05-31staging: vc04_services: handle kzalloc failureNicholas Mc Guire
2018-12-05staging: vchiq_arm: fix compat VCHIQ_IOC_AWAIT_COMPLETIONBen Wolsieffer
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-24staging: bcm2835-camera: fix timeout handling in wait_for_completion_timeoutNicholas Mc Guire
2018-07-24staging: bcm2835-camera: handle wait_for_completion_timeout return properlyNicholas Mc Guire
2018-07-13staging: bcm2835-audio: Don't leak workqueue if open failsTuomas Tynkkynen
2018-07-13staging: bcm2835-audio: Check if workqueue allocation failedTuomas Tynkkynen
2018-07-04media: staging: bcm2835-camera: Provide lock for vb2_queueEzequiel Garcia
2018-06-17staging: vc04_services: make a couple of pointers staticColin Ian King
2018-06-01staging: vc04_services: no need to save the log debufs dentriesGreg Kroah-Hartman
2018-06-01staging: vc04_services: vchiq_debugfs_log_entry can be a void *Greg Kroah-Hartman
2018-06-01staging: vc04_services: remove struct vchiq_debugfs_infoGreg Kroah-Hartman
2018-06-01staging: vc04_services: move client dbg directory into static variableGreg Kroah-Hartman
2018-06-01staging: vc04_services: remove odd vchiq_debugfs_top() wrapperGreg Kroah-Hartman
2018-06-01staging: vc04_services: no need to check debugfs return valuesGreg Kroah-Hartman
2018-05-14staging: bcm2835: Use BIT_ULL macroKilian Köppchen
2018-05-14staging: bcm2835-camera: Replace open-coded idr with a struct idr.Eric Anholt
2018-05-14staging: bcm2835-camera: Fix module section mismatch warnings.Eric Anholt
2018-05-11staging: bcm2835: Fix mmal_port_parameter_get() signed/unsigned warnings.Eric Anholt
2018-05-11staging: bcm2835: Remove dead code related to framerate.Eric Anholt
2018-05-11staging: bcm2835-camera: Fix warnings about string ops on v4l2 uapi.Eric Anholt
2018-05-11staging: bcm2835-camera: Fix indentation of tablesDave Stevenson
2018-05-11staging: bcm2835-camera: Fix comment typos.Dave Stevenson
2018-05-11staging: bcm2835-camera: Replace BUG_ON with return errorDave Stevenson
2018-05-11staging: bcm2835-camera: Move struct vchiq_mmal_rectDave Stevenson
2018-05-11staging: bcm2835-camera: Add multiple include protectionDave Stevenson
2018-05-11staging: bcm2835-camera: Remove V4L2/MMAL buffer remappingDave Stevenson
2018-05-11staging: bcm2835-camera: Match MMAL buffer count to V4L2.Dave Stevenson
2018-05-11staging: bcm2835-camera: Remove bulk_mutex as it is not requiredDave Stevenson
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