summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-03-308-991/+507
|\
| * staging: vc04_services: interface: vchi: Correct long line comments and make ...R Veera Kumar2020-03-201-13/+23
| * staging: vc04_services: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-191-3/+3
| * staging: bcm2835-camera: Use designators to init V4L2 controlsStefan Wahren2020-03-171-147/+277
| * staging: bcm2835-camera: Drop unused ignore_errors flagStefan Wahren2020-03-171-33/+1
| * staging: vc04_services: Fix wrong early return in next_service_by_instance()Marcelo Diop-Gonzalez2020-02-131-5/+9
| * staging: vc04_services: don't increment service refcount when it's not neededMarcelo Diop-Gonzalez2020-02-123-20/+40
| * staging: vc04_services: use kref + RCU to reference count servicesMarcelo Diop-Gonzalez2020-02-123-119/+140
| * staging: vc04_services: fix indentation alignment in a few placesMarcelo Diop-Gonzalez2020-02-121-7/+7
| * staging: vc04_services: remove unneeded parenthesesMarcelo Diop-Gonzalez2020-02-121-18/+18
| * staging: vc04_services: remove unused functionMarcelo Diop-Gonzalez2020-02-122-10/+0
| * staging: vc04_services: vchiq_arm: Get rid of unused definesNicolas Saenz Julienne2020-02-091-10/+0
| * staging: vc04_services: Get rid of vchiq_arm_vcresume()'s signatureNicolas Saenz Julienne2020-02-091-3/+0
| * staging: vc04_services: Delete vchiq_platform_check_suspend()Nicolas Saenz Julienne2020-02-093-21/+0
| * staging: vc04_services: Get rid of USE_TYPE_SERVICE_NO_RESUMENicolas Saenz Julienne2020-02-091-1/+0
| * staging: vc04_services: Get rid of the rest of suspend/resume state handlingNicolas Saenz Julienne2020-02-092-63/+0
| * staging: vc04_services: Get of even more suspend/resume statesNicolas Saenz Julienne2020-02-092-107/+5
| * staging: vc04_services: Get rid of unused suspend/resume statesNicolas Saenz Julienne2020-02-092-62/+0
| * staging: vc04_services: Delete vc_suspend_complete completionNicolas Saenz Julienne2020-02-092-8/+0
| * staging: vc04_services: Get rid of vchiq_check_resume()Nicolas Saenz Julienne2020-02-092-26/+0
| * staging: vc04_services: Get rid of vchiq_arm_vcsuspend()Nicolas Saenz Julienne2020-02-092-54/+0
| * staging: vc04_services: Get rid of vchiq_on_remote_use_active()Nicolas Saenz Julienne2020-02-092-7/+0
| * staging: vc04_services: Get rid of vchiq_platform_handle_timeout()Nicolas Saenz Julienne2020-02-093-13/+0
| * staging: vc04_services: Get rid of vchiq_platform_videocore_wanted()Nicolas Saenz Julienne2020-02-093-39/+5
| * staging: vc04_services: Get rid of vchiq_platform_suspend/resume()Nicolas Saenz Julienne2020-02-095-29/+1
| * staging: vc04_services: Get rid of vchiq_platform_paused/resumed()Nicolas Saenz Julienne2020-02-093-19/+0
| * staging: vc04_services: get rid of vchiq_platform_use_suspend_timer()Nicolas Saenz Julienne2020-02-093-98/+5
| * staging: vc04_services: Delete blocked_count in struct vchiq_arm_stateNicolas Saenz Julienne2020-02-092-4/+0
| * staging: vc04_services: get rid of blocked_blocker completion in struct vchiq...Nicolas Saenz Julienne2020-02-092-6/+0
| * staging: vc04_services: Get rid of resume_blocker completion in struct vchiq_...Nicolas Saenz Julienne2020-02-092-15/+0
| * staging: vc04_services: Get rid of resume_blocked in struct vchiq_arm_stateNicolas Saenz Julienne2020-02-092-50/+2
| * staging: vc04_services: Remove unused variables in struct vchiq_arm_stateNicolas Saenz Julienne2020-02-091-10/+0
* | media: bcm2835-camera: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
|/
* staging: vc04_services: remove header include path to vc04_servicesMasahiro Yamada2020-01-103-4/+4
* Merge 5.5-rc2 into staging-nextGreg Kroah-Hartman2019-12-161-1/+1
|\
| * staging: vchiq: call unregister_chrdev_region() when driver registration failsMarcelo Diop-Gonzalez2019-12-101-1/+1
* | staging: bcm2835-audio: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-101-2/+0
* | staging: bcm2835-audio: Use managed buffer allocationTakashi Iwai2019-12-101-16/+1
* | staging/vc04_services/bcm2835-camera: distinct numeration and names for devicesMichael Kupfer2019-12-101-3/+6
|/
* staging: vchiq: Have vchiq_dump_* functions return an error codeMarcelo Diop-Gonzalez2019-11-224-52/+104
* staging: vchiq: Refactor indentation in vchiq_dump_* functionsMarcelo Diop-Gonzalez2019-11-221-51/+53
* staging: vchiq_dump: Replace min with min_tMarcelo Diop-Gonzalez2019-11-221-2/+2
* staging: vchiq: Fix block comment format in vchiq_dump()Marcelo Diop-Gonzalez2019-11-221-3/+5
* staging: vc04: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-6/+6
* staging: vchiq: Refactor indentation in vchiq_platform_conn_state_changed()Marcelo Diop-Gonzalez2019-11-151-20/+21
* 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