aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/vc04_services (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-17staging: vc04_services: add HAS_DMA dependancyGreg Kroah-Hartman1-0/+1
2016-11-16staging: vc04_services: clarify firmware dependencyArnd Bergmann1-1/+1
2016-11-16staging: vc04_services: remove duplicate mutex_lock_interruptibleArnd Bergmann5-29/+15
2016-11-14staging: vc04_services: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2016-11-14staging: vc04_services: fix array_size.cocci warningskbuild test robot1-2/+2
2016-11-14staging: vc04_services: fix returnvar.cocci warningskbuild test robot1-3/+1
2016-11-14staging: vc04_services: fix setup_timer.cocci warningskbuild test robot1-3/+2
2016-11-10staging: vc04_services: add CONFIG_COMPILE_TEST abilityGreg Kroah-Hartman2-1/+12
2016-11-10staging: vc04_services: add vchiq_pagelist_info structureMichael Zoran1-110/+113
2016-11-07staging: vc04_services: fix up some printk warningsGreg Kroah-Hartman1-5/+5
2016-11-07staging: vchiq_arm: change order during module probeStefan Wahren1-10/+8
2016-11-07staging: vchiq_arm: remove debugfs entries on module unloadStefan Wahren1-0/+1
2016-11-07staging: vchiq_arm: handle error case of get_user_pagesStefan Wahren1-0/+8
2016-11-07staging: vchiq_arm: remove hardcoded buffer lengthStefan Wahren1-4/+4
2016-11-07staging: vchiq_arm: add missing of_node_putStefan Wahren1-0/+1
2016-11-07staging: vchiq_core: fix format strings in vchiq_dump_service_stateStefan Wahren1-2/+2
2016-11-07staging: vchiq_core: fix service dereference in unlock_serviceStefan Wahren1-1/+2
2016-11-07staging: vc04_services: parse_rx_slots() - Fix compiler warningMichael Zoran1-1/+1
2016-11-07staging: vc04_services: remove vchiq_copy_from_userMichael Zoran7-197/+287
2016-11-07staging: vc04_services: setup DMA and coherent maskMichael Zoran1-0/+9
2016-11-07staging: vc04_services: call sg_init_table to init scatterlistMichael Zoran1-0/+6
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2-4/+2
2016-10-27staging: vc04_services: use bcm2835 consequentlyStefan Wahren2-3/+3
2016-10-27staging: vc04_services: fix CamelCaseStefan Wahren3-21/+21
2016-10-27staging: vchiq_shim: avoid code duplicationStefan Wahren1-25/+31
2016-10-27staging: vchiq_arm: Make DT firmware node mandatoryStefan Wahren1-2/+1
2016-10-27staging: vchiq_arm: add MODULE_DESCRIPTIONStefan Wahren1-0/+1
2016-10-27staging: vc04_services: Replace dmac_map_area with dmac_map_sgMichael Zoran1-59/+93
2016-10-25staging: bcm2708_vchiq: fix return value check in vchiq_init_state()Wei Yongjun1-3/+3
2016-10-25staging: bcm2708_vchiq: fix return value check in vchiq_platform_conn_state_changed()Wei Yongjun1-1/+1
2016-10-25staging: bcm2708_vchiq: remove .owner field for driverWei Yongjun1-1/+0
2016-10-25staging/vchi: Add a TODO file of things I know we need to deal with.Eric Anholt1-0/+50
2016-10-24staging: vc04_services: Add casts to remove warnings in vchiq_core.cMichael Zoran1-5/+6
2016-10-24staging: vc04_services: Handle conversion from VCHIQ_SERVICE_HANDLE_T to VCHI_SERVICE_HANDLE_TMichael Zoran1-3/+19
2016-10-24staging: vc04_services: Convert pointers in shared state to offsetsMichael Zoran2-27/+30
2016-10-24staging: vc04_services: Change fields of page list structure to fixed lengthMichael Zoran1-5/+7
2016-10-24staging: vc04_services: Convert dsb() to dsb(sy)Michael Zoran3-5/+5
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2-4/+2
2016-10-16staging: vc04_services: don't print pointers directlyGreg Kroah-Hartman4-189/+124
2016-10-16staging: vc04_services: fix dmac_map/unmap_area prototypesGreg Kroah-Hartman1-3/+0
2016-10-16staging: vc04_services: fix debugfs write functionsGreg Kroah-Hartman1-2/+2
2016-10-16Staging: vc04_services: vchiq_arm: Remove unused function remote_event_destroyBhumika Goyal1-6/+0
2016-10-16staging/vchi: Update for rename of page_cache_release() to put_page().Eric Anholt2-3/+3
2016-10-16staging/vchi: Convert to current get_user_pages() arguments.Eric Anholt2-3/+2
2016-10-02staging: add bcm2708 vchiq driverpopcornmix33-0/+12813