summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/gasket_core.c
Commit message (Expand)AuthorAgeFilesLines
* staging: gasket: remove debug logs for callback invocationTodd Poynor2018-10-191-6/+1Star
* staging: gasket: interrupt: simplify interrupt init parametersTodd Poynor2018-08-271-7/+1Star
* 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: remove gasket_exit()Todd Poynor2018-08-271-4/+0Star
* staging: gasket: core: remove ftrace-style debug logsTodd Poynor2018-08-271-2/+0Star
* staging: gasket: core: remove kobj_name param from gasket_alloc_devTodd Poynor2018-08-271-9/+8Star
* 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/+0Star
* staging: gasket: core: remove incorrect extraneous commentTodd Poynor2018-08-081-1/+0Star
* staging: gasket: core: protect against races during unregisterTodd Poynor2018-08-081-2/+1Star
* staging: gasket: core: remove sysfs setup and cleanup callbacksTodd Poynor2018-08-081-10/+0Star
* staging: gasket: core: delete device add and remove callbacksTodd Poynor2018-08-081-10/+0Star
* staging: gasket: core: let device driver enable/disable gasket deviceTodd Poynor2018-08-081-14/+8Star
* staging: gasket: core: remove device enable and disable callbacksTodd Poynor2018-08-081-9/+0Star
* staging: gasket: core: convert remaining info logs to debugTodd Poynor2018-08-081-4/+3Star
* staging: gasket: core: move core PCI calls to device driversTodd Poynor2018-08-081-60/+22Star
* Revert "staging: gasket: core: hold reference to pci_dev while used"Todd Poynor2018-08-051-2/+1Star
* 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/+2Star
* staging: gasket: core: remove registration logsTodd Poynor2018-08-051-4/+0Star
* staging: gasket: remove "reset type" param from frameworkTodd Poynor2018-08-021-6/+5Star
* staging: gasket: core: use bool type for ns_capable resultTodd Poynor2018-08-011-2/+2
* staging: gasket: core: fix function param line continuation styleTodd Poynor2018-08-011-149/+145Star
* staging: gasket: core: remove static function forward declarationsTodd Poynor2018-08-011-929/+873Star
* staging: gasket: core: simplify comments for static functionsTodd Poynor2018-07-301-120/+31Star
* staging: gasket: core: allow root access based on user namespaceTodd Poynor2018-07-301-2/+8
* staging: gasket: core: hold reference to pci_dev while usedTodd Poynor2018-07-301-2/+2
* staging: gasket: core: hold reference on device while in useTodd Poynor2018-07-291-2/+2
* staging: gasket: page table: remove code for "no dma_ops"Todd Poynor2018-07-281-1/+1
* staging: gasket: core: convert to standard loggingTodd Poynor2018-07-271-161/+134Star
* staging: gasket: save struct device for a gasket deviceTodd Poynor2018-07-271-2/+3
* staging: gasket: ioctl common: convert various logs to debug levelTodd Poynor2018-07-241-1/+1
* staging: gasket: core: convert various logs to debug levelTodd Poynor2018-07-241-18/+20
* staging: gasket: gasket_get_device drop check for NULL pci_devTodd Poynor2018-07-241-3/+1Star
* staging: gasket: remove unnecessary NULL checks on calls from VFSTodd Poynor2018-07-241-15/+0Star
* staging: gasket: print mmap starting address as unsigned longTodd Poynor2018-07-241-2/+2
* staging: gasket: fix check_and_invoke_callback log paramTodd Poynor2018-07-241-1/+1
* staging: gasket: top ioctl handler add __user annotationsTodd Poynor2018-07-211-2/+4
* staging: gasket: always allow root open for writeTodd Poynor2018-07-211-3/+5
* staging: gasket: remove extra parens in gasket_write_mappable_regionsTodd Poynor2018-07-211-1/+1
* staging: gasket: gasket_mmap use PAGE_MASKTodd Poynor2018-07-211-1/+1
* staging: gasket: gasket_mmap return error instead of valid BAR indexTodd Poynor2018-07-211-1/+1
* staging: gasket: don't treat no device reset callback as an errorTodd Poynor2018-07-211-5/+2Star
* staging: gasket: fix class create bug handlingTodd Poynor2018-07-211-1/+1
* staging: gasket: remove code for no physical deviceTodd Poynor2018-07-211-11/+1Star
* staging: gasket: gasket_enable_dev remove unnecessary variableTodd Poynor2018-07-211-4/+1Star
* staging: gasket: drop gasket_cdev_get_info, use container_ofTodd Poynor2018-07-191-22/+4Star
* staging: gasket: bail out of reset sequence on device callback errorTodd Poynor2018-07-191-1/+3