summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* staging: vchiq: Have vchiu_queue_init() return 0 on success.Marcelo Diop-Gonzalez2019-11-072-3/+3
* staging: vc04_services: Replace VCHIQ_PLATFORM_STATE_T typedef with struct op...Jamal Shareef2019-11-071-2/+2
* staging: vc04_services: Replace VCHIQ_INSTANCE_T typedef with struct vchiq_in...Jamal Shareef2019-11-078-64/+64
* staging: vc04_services: Replace VCHIQ_SERVICE_HANDLE_T typedef with unsigned intJamal Shareef2019-11-076-63/+61
* staging: vc04_services: Rename VCHIQ_REMOTE_USE_CALLBACK_T to vchiq_remote_ca...Jamal Shareef2019-11-071-2/+2
* staging: vc04_services: Rename VCHIQ_CALLBACK_T to vchiq_callbackJamal Shareef2019-11-071-5/+5
* staging: vc04_services: Rename callback VCHIQ_USERDATA_TERM_T to vchiq_userda...Jamal Shareef2019-11-072-4/+4
* staging: vc04_services: Replace VCHIQ_BULK_DIR_T enum typedef with enum vchiq...Jamal Shareef2019-11-073-7/+7
* staging: vc04_services: Replace VCHIQ_CONNSTATE_T enum typedef with enum vchi...Jamal Shareef2019-11-073-12/+12
* staging: vc04_services: Replace VCHIQ_SERVICE_OPTION_T enum typedef with enum...Jamal Shareef2019-11-074-6/+6
* staging: vc04_services: Replace VCHIQ_BULK_MODE_T enum typedef with enum vchi...Jamal Shareef2019-11-076-15/+15
* staging: vc04_services: Replace VCHIQ_STATUS_T enum typedef with enum vchiq_s...Jamal Shareef2019-11-077-133/+133
* staging: vc04_services: Rename callback VCHI_CALLBACK_T to vchi_callbackJamal Shareef2019-11-073-5/+5
* staging: vc04_services: Replace VCHI_SERVICE_HANDLE_T typedef with struct vch...Jamal Shareef2019-11-074-48/+48
* staging: vc04_services: Replace VCHI_INSTANCE_T with struct vhci_instance_handleJamal Shareef2019-11-075-18/+18
* staging: vc04_services: Remove enum typedefs in vchiJamal Shareef2019-11-025-49/+43
* staging: vc04_services: Remove unused structsJamal Shareef2019-11-021-6/+0
* staging: vc04_services: fix warnings of Block comments use of *Jules Irenge2019-10-241-8/+10
* staging: vc04_services: fix warnings of scpace required between operatorJules Irenge2019-10-242-6/+6
* staging: vc04_services: fix check warnings of line over 80 charactersJules Irenge2019-10-241-62/+106
* staging: vc04_services: use DIV_ROUND_UP helper macroWambui Karuga2019-10-141-2/+2
* Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman2019-10-142-2/+3
|\
| * staging: bcm2835-audio: Fix draining behavior regressionTakashi Iwai2019-10-012-2/+3
* | staging: vc04_services: place the AND operator at the end of the previous lineJules Irenge2019-10-131-2/+2
* | staging: vc04_services: Avoid NULL comparisonNachammai Karuppiah2019-10-104-16/+16
* | staging: vchiq: don't print pointless kernel addressMatteo Croce2019-10-081-3/+0
* | staging: bcm2835-audio: Need to judge the return value of vchi_msg_dequeue in...zhengbin2019-10-081-0/+3
* | staging: vc04_services: make use of devm_platform_ioremap_resourceHariprasad Kelam2019-10-071-3/+1
* | staging: vc04_services: Avoid typedefNachammai Karuppiah2019-10-045-11/+11
|/
* Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-184-26/+23
|\
| * staging: vhciq_core: replace snprintf with scnprintfRohit Sarkar2019-09-121-19/+19
| * staging: bcm2835-camera: Spelling s/conencted/connected/Geert Uytterhoeven2019-08-021-1/+1
| * staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
| * staging: vc04_services: fix unused-but-set-variable warningYueHaibing2019-07-301-3/+2
* | media: drivers/staging/media: don't set description for ENUM_FMTHans Verkuil2019-07-222-30/+0
|/
* Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-1123-1099/+909
|\
| * staging: bcm2835-camera: Correct ctrl min/max/step/def to 64bitDave Stevenson2019-07-011-7/+7
| * staging: bcm2835-camera: Set the field value within each bufferDave Stevenson2019-07-011-0/+1
| * staging: bcm2835-camera: Add sanity checks for queue_setup/CREATE_BUFSDave Stevenson2019-07-011-0/+16
| * staging: bcm2835-camera: Fix stride on RGB3/BGR3 formatsDave Stevenson2019-07-011-6/+20
| * staging: mmal-vchiq: Avoid use of bool in structuresDave Stevenson2019-07-012-8/+8
| * staging: bcm2835-camera: Remove/amend some obsolete commentsDave Stevenson2019-07-011-10/+1
| * staging: bcm2835-camera: Correct V4L2_CID_COLORFX_CBCR behaviourDave Stevenson2019-07-011-2/+2
| * staging: bcm2835-camera: Use enums for max value in controlsDave Stevenson2019-07-011-24/+13
| * staging: bcm2835-camera: Fix up mmal-parameters.hDave Stevenson2019-07-011-102/+159
| * staging: bcm2835-camera: Fix multiple assignments should be avoidedDave Stevenson2019-07-011-2/+3
| * staging: bcm2835-camera: Unify header inclusion definesDave Stevenson2019-07-011-2/+2
| * staging: bcm2835-camera: Add multiple inclusion protection to headersDave Stevenson2019-07-012-0/+6
| * staging: bcm2835-camera: Set sequence number correctlyDave Stevenson2019-07-012-0/+6
| * staging: bcm2835-camera: Handle empty EOS buffers whilst streamingDave Stevenson2019-07-012-11/+15