summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-184-77/+72Star
|\
| * staging: bcm2835-camera: fix timeout handling in wait_for_completion_timeoutNicholas Mc Guire2018-07-241-5/+6
| * staging: bcm2835-camera: handle wait_for_completion_timeout return properlyNicholas Mc Guire2018-07-241-3/+4
| * staging: bcm2835-audio: Don't leak workqueue if open failsTuomas Tynkkynen2018-07-131-6/+10
| * staging: bcm2835-audio: Check if workqueue allocation failedTuomas Tynkkynen2018-07-131-61/+50Star
| * staging: vc04_services: make a couple of pointers staticColin Ian King2018-06-171-2/+2
* | media: staging: bcm2835-camera: Provide lock for vb2_queueEzequiel Garcia2018-07-041-19/+5Star
|/
* staging: vc04_services: no need to save the log debufs dentriesGreg Kroah-Hartman2018-06-011-19/+10Star
* staging: vc04_services: vchiq_debugfs_log_entry can be a void *Greg Kroah-Hartman2018-06-011-4/+4
* staging: vc04_services: remove struct vchiq_debugfs_infoGreg Kroah-Hartman2018-06-011-13/+1Star
* staging: vc04_services: move client dbg directory into static variableGreg Kroah-Hartman2018-06-011-14/+4Star
* staging: vc04_services: remove odd vchiq_debugfs_top() wrapperGreg Kroah-Hartman2018-06-011-16/+8Star
* staging: vc04_services: no need to check debugfs return valuesGreg Kroah-Hartman2018-06-013-74/+15Star
* staging: bcm2835: Use BIT_ULL macroKilian Köppchen2018-05-141-1/+1
* staging: bcm2835-camera: Replace open-coded idr with a struct idr.Eric Anholt2018-05-141-104/+31Star
* staging: bcm2835-camera: Fix module section mismatch warnings.Eric Anholt2018-05-141-4/+4
* staging: bcm2835: Fix mmal_port_parameter_get() signed/unsigned warnings.Eric Anholt2018-05-111-3/+3
* staging: bcm2835: Remove dead code related to framerate.Eric Anholt2018-05-111-5/+0Star
* staging: bcm2835-camera: Fix warnings about string ops on v4l2 uapi.Eric Anholt2018-05-111-6/+6
* staging: bcm2835-camera: Fix indentation of tablesDave Stevenson2018-05-111-150/+139Star
* staging: bcm2835-camera: Fix comment typos.Dave Stevenson2018-05-111-1/+1
* staging: bcm2835-camera: Replace BUG_ON with return errorDave Stevenson2018-05-111-3/+4
* staging: bcm2835-camera: Move struct vchiq_mmal_rectDave Stevenson2018-05-112-8/+8
* staging: bcm2835-camera: Add multiple include protectionDave Stevenson2018-05-111-0/+5
* staging: bcm2835-camera: Remove V4L2/MMAL buffer remappingDave Stevenson2018-05-112-87/+29Star
* staging: bcm2835-camera: Match MMAL buffer count to V4L2.Dave Stevenson2018-05-113-26/+5Star
* staging: bcm2835-camera: Remove bulk_mutex as it is not requiredDave Stevenson2018-05-111-47/+1Star
* staging: bcm2835-camera: Allocate context once per bufferDave Stevenson2018-05-114-13/+62
* staging: bcm2835-camera: Skip ISP pass to eliminate padding.Dave Stevenson2018-05-112-12/+35
* staging/bcm2835-camera: Set ourselves up as a platform driver.Eric Anholt2018-05-112-15/+14Star
* staging/vc04_services: Register a platform device for the camera driver.Eric Anholt2018-05-111-0/+6
* staging: vc04_services: Remove stack hog issue from TODOStefan Wahren2018-05-071-7/+2Star
* staging: vchiq_shim: Remove unnecessary breakStefan Wahren2018-05-071-1/+0Star
* staging: vchiq_arm: remove unnecessary returnStefan Wahren2018-05-071-1/+0Star
* staging: vchiq_2835_arm: Fix whitespace issue in create_pagelistStefan Wahren2018-05-071-1/+1
* staging: vc04_services: Remove defines from MakefileStefan Wahren2018-05-072-3/+1Star
* staging: vchiq_arm: Make index variable more self-explainingStefan Wahren2018-05-071-8/+8
* staging: vchiq_arm: Rework second abort criterionStefan Wahren2018-05-071-2/+5
* staging: vchiq_arm: Clear VLA warningStefan Wahren2018-05-071-9/+16
* staging: vchiq_arm: print real dump limitStefan Wahren2018-05-071-2/+1Star
* staging: bcm2835-audio: Disconnect and free vchi_instance on module_exit()Kirill Marinushkin2018-04-293-28/+91
* staging: vc04_services: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-231-1/+0Star
* staging: vchiq_core: Free kthreads in error caseStefan Wahren2018-04-231-2/+9
* staging: vchiq_core: Move all wake-ups to one pointStefan Wahren2018-04-231-2/+3
* staging: vchiq_arm: Avoid long udelayStefan Wahren2018-04-231-1/+1
* staging: vchiq_arm: Fix multiline dereferencesStefan Wahren2018-04-231-5/+6
* staging: vc04_services: Use __func__ macroStefan Wahren2018-04-233-24/+24
* staging: vchiq_core: remove BITSET_ZEROStefan Wahren2018-04-231-1/+0Star
* staging: vchiq_core: Remove stackhog in process_free_queueStefan Wahren2018-04-231-4/+12
* staging: vchiq_core: Fix missing semaphore release in error caseStefan Wahren2018-04-231-0/+1