summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket
Commit message (Expand)AuthorAgeFilesLines
...
* | staging: gasket: interrupt: refactor PCI MSIX-specific handler codeTodd Poynor2018-08-271-23/+25
* | staging: gasket: core: rename lookup_internal_desc to be PCI-specificTodd Poynor2018-08-271-4/+4
* | staging: gasket: core: factor out generic device remove code from PCITodd Poynor2018-08-271-10/+10
* | staging: gasket: core: factor out generic device add code from PCI codeTodd Poynor2018-08-271-28/+48
* | staging: gasket: page table: remove extraneous memory barriersTodd Poynor2018-08-271-10/+5
* | staging: gasket: core: switch to relaxed memory-mapped I/OTodd Poynor2018-08-271-4/+4
* | staging: gasket: page table: use dma_mapping_error for error detectionTodd Poynor2018-08-271-1/+2
* | staging: gasket: remove gasket_exit()Todd Poynor2018-08-271-4/+0
* | staging: gasket: core: remove ftrace-style debug logsTodd Poynor2018-08-271-2/+0
* | staging: gasket: core: remove kobj_name param from gasket_alloc_devTodd Poynor2018-08-271-9/+8
* | staging: gasket: core: fix line continuation indent in gasket_alloc_devTodd Poynor2018-08-271-2/+3
* | staging: gasket: core: remove debug log that could crashTodd Poynor2018-08-271-2/+0
* | staging: gasket: apex: remove unused array cm_mappable_regionsColin Ian King2018-08-271-3/+0
* | staging: gasket: remove null ptr check before kfreeSumit Kumar2018-08-271-4/+2
|/
* staging: gasket: remove some extra semicolonzhong jiang2018-08-081-3/+3
* staging: gasket: fix code indent for conditional statementSumit Pundir2018-08-081-1/+1
* staging: gasket: core: remove incorrect extraneous commentTodd Poynor2018-08-081-1/+0
* staging: gasket: apex: place in low power reset until openedTodd Poynor2018-08-081-0/+4
* staging: gasket: core: protect against races during unregisterTodd Poynor2018-08-081-2/+1
* staging: gasket: apex: move sysfs setup code to probe functionTodd Poynor2018-08-081-9/+5
* staging: gasket: core: remove sysfs setup and cleanup callbacksTodd Poynor2018-08-082-28/+0
* staging: gasket: apex: fold device add/remove logic inlineTodd Poynor2018-08-081-37/+32
* staging: gasket: core: delete device add and remove callbacksTodd Poynor2018-08-082-39/+0
* staging: gasket: apex: enable/disable gasket device from apexTodd Poynor2018-08-081-0/+12
* staging: gasket: core: let device driver enable/disable gasket deviceTodd Poynor2018-08-082-14/+14
* staging: gasket: apex: remove device enable and disable callbacksTodd Poynor2018-08-081-3/+0
* staging: gasket: core: remove device enable and disable callbacksTodd Poynor2018-08-082-34/+2
* staging: gasket: core: convert remaining info logs to debugTodd Poynor2018-08-081-4/+3
* staging: gasket: apex: move PCI core calls to apex driverTodd Poynor2018-08-081-1/+48
* staging: gasket: core: move core PCI calls to device driversTodd Poynor2018-08-082-60/+28
* staging: gasket: sysfs: clean up state if ENOMEM removing mappingTodd Poynor2018-08-081-7/+6
* Revert "staging: gasket: core: hold reference to pci_dev while used"Todd Poynor2018-08-051-2/+1
* staging: gasket: core: add subsystem and device info to logsTodd Poynor2018-08-051-4/+9
* staging: gasket: core: device register debug log cleanupsTodd Poynor2018-08-051-5/+2
* staging: gasket: core: remove registration logsTodd Poynor2018-08-051-4/+0
* staging: gasket: apex: enable power save mode by defaultTodd Poynor2018-08-021-1/+1
* staging: gasket: apex: drop reset type paramTodd Poynor2018-08-021-12/+8
* staging: gasket: remove "reset type" param from frameworkTodd Poynor2018-08-025-21/+12
* staging: gasket: sysfs: fix potential null dereferenceIvan Bornyakov2018-08-021-0/+5
* staging: gasket: page table: fix header file include guard symbolTodd Poynor2018-08-011-3/+3
* Revert "staging: gasket: page table: hold references to device and pci_dev"Todd Poynor2018-08-011-2/+1
* staging: gasket: core: use bool type for ns_capable resultTodd Poynor2018-08-011-2/+2
* staging: gasket: apex: move driver-private defines out of apex.hTodd Poynor2018-08-012-60/+31
* staging: gasket: TODO: remove entry for multi-line alignment styleTodd Poynor2018-08-011-3/+0
* staging: gasket: interrupt: fix function param line continuation styleTodd Poynor2018-08-012-49/+43
* staging: gasket: sysfs: fix function param line continuation styleTodd Poynor2018-08-012-29/+29
* staging: gasket: page table: fix function param line continuation styleTodd Poynor2018-08-012-119/+120
* staging: gasket: ioctl: fix function param line continuation styleTodd Poynor2018-08-011-30/+30
* staging: gasket: core: fix function param line continuation styleTodd Poynor2018-08-012-183/+179
* staging: gasket: TODO: remove entry for static function declarationsTodd Poynor2018-08-011-1/+0
OpenPOWER on IntegriCloud