summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* staging: vc04_services: add HAS_DMA dependancyGreg Kroah-Hartman2016-11-171-0/+1
* staging: vc04_services: clarify firmware dependencyArnd Bergmann2016-11-161-1/+1
* staging: vc04_services: remove duplicate mutex_lock_interruptibleArnd Bergmann2016-11-165-29/+15
* staging: vc04_services: fix ifnullfree.cocci warningskbuild test robot2016-11-141-2/+1
* staging: vc04_services: fix array_size.cocci warningskbuild test robot2016-11-141-2/+2
* staging: vc04_services: fix returnvar.cocci warningskbuild test robot2016-11-141-3/+1
* staging: vc04_services: fix setup_timer.cocci warningskbuild test robot2016-11-141-3/+2
* staging: vc04_services: add CONFIG_COMPILE_TEST abilityGreg Kroah-Hartman2016-11-102-1/+12
* staging: vc04_services: add vchiq_pagelist_info structureMichael Zoran2016-11-101-110/+113
* staging: vc04_services: fix up some printk warningsGreg Kroah-Hartman2016-11-071-5/+5
* staging: vchiq_arm: change order during module probeStefan Wahren2016-11-071-10/+8
* staging: vchiq_arm: remove debugfs entries on module unloadStefan Wahren2016-11-071-0/+1
* staging: vchiq_arm: handle error case of get_user_pagesStefan Wahren2016-11-071-0/+8
* staging: vchiq_arm: remove hardcoded buffer lengthStefan Wahren2016-11-071-4/+4
* staging: vchiq_arm: add missing of_node_putStefan Wahren2016-11-071-0/+1
* staging: vchiq_core: fix format strings in vchiq_dump_service_stateStefan Wahren2016-11-071-2/+2
* staging: vchiq_core: fix service dereference in unlock_serviceStefan Wahren2016-11-071-1/+2
* staging: vc04_services: parse_rx_slots() - Fix compiler warningMichael Zoran2016-11-071-1/+1
* staging: vc04_services: remove vchiq_copy_from_userMichael Zoran2016-11-077-197/+287
* staging: vc04_services: setup DMA and coherent maskMichael Zoran2016-11-071-0/+9
* staging: vc04_services: call sg_init_table to init scatterlistMichael Zoran2016-11-071-0/+6
* Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2016-10-302-4/+2
|\
| * mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-192-4/+2
* | staging: vc04_services: use bcm2835 consequentlyStefan Wahren2016-10-272-3/+3
* | staging: vc04_services: fix CamelCaseStefan Wahren2016-10-273-21/+21
* | staging: vchiq_shim: avoid code duplicationStefan Wahren2016-10-271-25/+31
* | staging: vchiq_arm: Make DT firmware node mandatoryStefan Wahren2016-10-271-2/+1
* | staging: vchiq_arm: add MODULE_DESCRIPTIONStefan Wahren2016-10-271-0/+1
* | staging: vc04_services: Replace dmac_map_area with dmac_map_sgMichael Zoran2016-10-271-59/+93
* | staging: bcm2708_vchiq: fix return value check in vchiq_init_state()Wei Yongjun2016-10-251-3/+3
* | staging: bcm2708_vchiq: fix return value check in vchiq_platform_conn_state_c...Wei Yongjun2016-10-251-1/+1
* | staging: bcm2708_vchiq: remove .owner field for driverWei Yongjun2016-10-251-1/+0
* | staging/vchi: Add a TODO file of things I know we need to deal with.Eric Anholt2016-10-251-0/+50
* | staging: vc04_services: Add casts to remove warnings in vchiq_core.cMichael Zoran2016-10-241-5/+6
* | staging: vc04_services: Handle conversion from VCHIQ_SERVICE_HANDLE_T to VCHI...Michael Zoran2016-10-241-3/+19
* | staging: vc04_services: Convert pointers in shared state to offsetsMichael Zoran2016-10-242-27/+30
* | staging: vc04_services: Change fields of page list structure to fixed lengthMichael Zoran2016-10-241-5/+7
* | staging: vc04_services: Convert dsb() to dsb(sy)Michael Zoran2016-10-243-5/+5
* | staging: vc04_services: don't print pointers directlyGreg Kroah-Hartman2016-10-164-189/+124
* | staging: vc04_services: fix dmac_map/unmap_area prototypesGreg Kroah-Hartman2016-10-161-3/+0
* | staging: vc04_services: fix debugfs write functionsGreg Kroah-Hartman2016-10-161-2/+2
* | Staging: vc04_services: vchiq_arm: Remove unused function remote_event_destroyBhumika Goyal2016-10-161-6/+0
* | staging/vchi: Update for rename of page_cache_release() to put_page().Eric Anholt2016-10-162-3/+3
* | staging/vchi: Convert to current get_user_pages() arguments.Eric Anholt2016-10-162-3/+2
|/
* staging: add bcm2708 vchiq driverpopcornmix2016-10-0233-0/+12813
OpenPOWER on IntegriCloud