summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket
AgeCommit message (Expand)AuthorFilesLines
2018-10-15staging: gasket: page table: return valid error code on map failTodd Poynor1-3/+2
2018-09-18staging: gasket: page_table: handle failed dma_map_pageNick Ewalt1-0/+11
2018-09-18staging: gasket: page_table: use total_entries for max ext lvl0 page idxNick Ewalt1-1/+1
2018-09-18staging: gasket: cleanup if dma_map_page fails in gasket_perform_mappingNick Ewalt1-13/+20
2018-09-18staging: gasket: fix gasket_free_coherent_memory metadata freesNick Ewalt1-0/+5
2018-09-18staging: gasket: page_table: don't unmap coherent pagesNick Ewalt1-1/+1
2018-09-18staging: gasket: fix data page unmap DMA directionNick Ewalt1-1/+1
2018-09-18staging: gasket: fix DMA direction for extended page tablesNick Ewalt1-2/+2
2018-09-18staging: gasket: page table: use GFP_KERNEL for dma_alloc_coherentTodd Poynor1-1/+1
2018-09-18staging: gasket: interrupt: remove PCI-MSIX-specific status checkTodd Poynor1-5/+0
2018-09-18staging: gasket: Kconfig: describe Apex as an Edge TPU deviceTodd Poynor1-2/+3
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman1-0/+13
2018-09-10staging: gasket: TODO: re-implement using UIOAhmed S. Darwish1-0/+13
2018-08-27staging: gasket: interrupt: remove unimplemented interrupt typesTodd Poynor2-44/+1
2018-08-27staging: gasket: interrupt: simplify interrupt init parametersTodd Poynor3-44/+15
2018-08-27staging: gasket: interrupt: refactor PCI MSIX-specific handler codeTodd Poynor1-23/+25
2018-08-27staging: gasket: core: rename lookup_internal_desc to be PCI-specificTodd Poynor1-4/+4
2018-08-27staging: gasket: core: factor out generic device remove code from PCITodd Poynor1-10/+10
2018-08-27staging: gasket: core: factor out generic device add code from PCI codeTodd Poynor1-28/+48
2018-08-27staging: gasket: page table: remove extraneous memory barriersTodd Poynor1-10/+5
2018-08-27staging: gasket: core: switch to relaxed memory-mapped I/OTodd Poynor1-4/+4
2018-08-27staging: gasket: page table: use dma_mapping_error for error detectionTodd Poynor1-1/+2
2018-08-27staging: gasket: remove gasket_exit()Todd Poynor1-4/+0
2018-08-27staging: gasket: core: remove ftrace-style debug logsTodd Poynor1-2/+0
2018-08-27staging: gasket: core: remove kobj_name param from gasket_alloc_devTodd Poynor1-9/+8
2018-08-27staging: gasket: core: fix line continuation indent in gasket_alloc_devTodd Poynor1-2/+3
2018-08-27staging: gasket: core: remove debug log that could crashTodd Poynor1-2/+0
2018-08-27staging: gasket: apex: remove unused array cm_mappable_regionsColin Ian King1-3/+0
2018-08-27staging: gasket: remove null ptr check before kfreeSumit Kumar1-4/+2
2018-08-08staging: gasket: remove some extra semicolonzhong jiang1-3/+3
2018-08-08staging: gasket: fix code indent for conditional statementSumit Pundir1-1/+1
2018-08-08staging: gasket: core: remove incorrect extraneous commentTodd Poynor1-1/+0
2018-08-08staging: gasket: apex: place in low power reset until openedTodd Poynor1-0/+4
2018-08-08staging: gasket: core: protect against races during unregisterTodd Poynor1-2/+1
2018-08-08staging: gasket: apex: move sysfs setup code to probe functionTodd Poynor1-9/+5
2018-08-08staging: gasket: core: remove sysfs setup and cleanup callbacksTodd Poynor2-28/+0
2018-08-08staging: gasket: apex: fold device add/remove logic inlineTodd Poynor1-37/+32
2018-08-08staging: gasket: core: delete device add and remove callbacksTodd Poynor2-39/+0
2018-08-08staging: gasket: apex: enable/disable gasket device from apexTodd Poynor1-0/+12
2018-08-08staging: gasket: core: let device driver enable/disable gasket deviceTodd Poynor2-14/+14
2018-08-08staging: gasket: apex: remove device enable and disable callbacksTodd Poynor1-3/+0
2018-08-08staging: gasket: core: remove device enable and disable callbacksTodd Poynor2-34/+2
2018-08-08staging: gasket: core: convert remaining info logs to debugTodd Poynor1-4/+3
2018-08-08staging: gasket: apex: move PCI core calls to apex driverTodd Poynor1-1/+48
2018-08-08staging: gasket: core: move core PCI calls to device driversTodd Poynor2-60/+28
2018-08-08staging: gasket: sysfs: clean up state if ENOMEM removing mappingTodd Poynor1-7/+6
2018-08-05Revert "staging: gasket: core: hold reference to pci_dev while used"Todd Poynor1-2/+1
2018-08-05staging: gasket: core: add subsystem and device info to logsTodd Poynor1-4/+9
2018-08-05staging: gasket: core: device register debug log cleanupsTodd Poynor1-5/+2
2018-08-05staging: gasket: core: remove registration logsTodd Poynor1-4/+0