summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
AgeCommit message (Expand)Author
2016-11-17staging: vc04_services: add HAS_DMA dependancyGreg Kroah-Hartman
2016-11-16staging: vc04_services: clarify firmware dependencyArnd Bergmann
2016-11-16staging: vc04_services: remove duplicate mutex_lock_interruptibleArnd Bergmann
2016-11-14staging: vc04_services: fix ifnullfree.cocci warningskbuild test robot
2016-11-14staging: vc04_services: fix array_size.cocci warningskbuild test robot
2016-11-14staging: vc04_services: fix returnvar.cocci warningskbuild test robot
2016-11-14staging: vc04_services: fix setup_timer.cocci warningskbuild test robot
2016-11-10staging: vc04_services: add CONFIG_COMPILE_TEST abilityGreg Kroah-Hartman
2016-11-10staging: vc04_services: add vchiq_pagelist_info structureMichael Zoran
2016-11-07staging: vc04_services: fix up some printk warningsGreg Kroah-Hartman
2016-11-07staging: vchiq_arm: change order during module probeStefan Wahren
2016-11-07staging: vchiq_arm: remove debugfs entries on module unloadStefan Wahren
2016-11-07staging: vchiq_arm: handle error case of get_user_pagesStefan Wahren
2016-11-07staging: vchiq_arm: remove hardcoded buffer lengthStefan Wahren
2016-11-07staging: vchiq_arm: add missing of_node_putStefan Wahren
2016-11-07staging: vchiq_core: fix format strings in vchiq_dump_service_stateStefan Wahren
2016-11-07staging: vchiq_core: fix service dereference in unlock_serviceStefan Wahren
2016-11-07staging: vc04_services: parse_rx_slots() - Fix compiler warningMichael Zoran
2016-11-07staging: vc04_services: remove vchiq_copy_from_userMichael Zoran
2016-11-07staging: vc04_services: setup DMA and coherent maskMichael Zoran
2016-11-07staging: vc04_services: call sg_init_table to init scatterlistMichael Zoran
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman
2016-10-27staging: vc04_services: use bcm2835 consequentlyStefan Wahren
2016-10-27staging: vc04_services: fix CamelCaseStefan Wahren
2016-10-27staging: vchiq_shim: avoid code duplicationStefan Wahren
2016-10-27staging: vchiq_arm: Make DT firmware node mandatoryStefan Wahren
2016-10-27staging: vchiq_arm: add MODULE_DESCRIPTIONStefan Wahren
2016-10-27staging: vc04_services: Replace dmac_map_area with dmac_map_sgMichael Zoran
2016-10-25staging: bcm2708_vchiq: fix return value check in vchiq_init_state()Wei Yongjun
2016-10-25staging: bcm2708_vchiq: fix return value check in vchiq_platform_conn_state_c...Wei Yongjun
2016-10-25staging: bcm2708_vchiq: remove .owner field for driverWei Yongjun
2016-10-25staging/vchi: Add a TODO file of things I know we need to deal with.Eric Anholt
2016-10-24staging: vc04_services: Add casts to remove warnings in vchiq_core.cMichael Zoran
2016-10-24staging: vc04_services: Handle conversion from VCHIQ_SERVICE_HANDLE_T to VCHI...Michael Zoran
2016-10-24staging: vc04_services: Convert pointers in shared state to offsetsMichael Zoran
2016-10-24staging: vc04_services: Change fields of page list structure to fixed lengthMichael Zoran
2016-10-24staging: vc04_services: Convert dsb() to dsb(sy)Michael Zoran
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-16staging: vc04_services: don't print pointers directlyGreg Kroah-Hartman
2016-10-16staging: vc04_services: fix dmac_map/unmap_area prototypesGreg Kroah-Hartman
2016-10-16staging: vc04_services: fix debugfs write functionsGreg Kroah-Hartman
2016-10-16Staging: vc04_services: vchiq_arm: Remove unused function remote_event_destroyBhumika Goyal
2016-10-16staging/vchi: Update for rename of page_cache_release() to put_page().Eric Anholt
2016-10-16staging/vchi: Convert to current get_user_pages() arguments.Eric Anholt
2016-10-02staging: add bcm2708 vchiq driverpopcornmix