aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/gasket_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08staging: gasket: core: remove incorrect extraneous commentTodd Poynor1-1/+0
2018-08-08staging: gasket: core: protect against races during unregisterTodd Poynor1-2/+1
2018-08-08staging: gasket: core: remove sysfs setup and cleanup callbacksTodd Poynor1-10/+0
2018-08-08staging: gasket: core: delete device add and remove callbacksTodd Poynor1-10/+0
2018-08-08staging: gasket: core: let device driver enable/disable gasket deviceTodd Poynor1-14/+8
2018-08-08staging: gasket: core: remove device enable and disable callbacksTodd Poynor1-9/+0
2018-08-08staging: gasket: core: convert remaining info logs to debugTodd Poynor1-4/+3
2018-08-08staging: gasket: core: move core PCI calls to device driversTodd Poynor1-60/+22
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
2018-08-02staging: gasket: remove "reset type" param from frameworkTodd Poynor1-6/+5
2018-08-01staging: gasket: core: use bool type for ns_capable resultTodd Poynor1-2/+2
2018-08-01staging: gasket: core: fix function param line continuation styleTodd Poynor1-149/+145
2018-08-01staging: gasket: core: remove static function forward declarationsTodd Poynor1-929/+873
2018-07-30staging: gasket: core: simplify comments for static functionsTodd Poynor1-120/+31
2018-07-30staging: gasket: core: allow root access based on user namespaceTodd Poynor1-2/+8
2018-07-30staging: gasket: core: hold reference to pci_dev while usedTodd Poynor1-2/+2
2018-07-29staging: gasket: core: hold reference on device while in useTodd Poynor1-2/+2
2018-07-28staging: gasket: page table: remove code for "no dma_ops"Todd Poynor1-1/+1
2018-07-27staging: gasket: core: convert to standard loggingTodd Poynor1-161/+134
2018-07-27staging: gasket: save struct device for a gasket deviceTodd Poynor1-2/+3
2018-07-24staging: gasket: ioctl common: convert various logs to debug levelTodd Poynor1-1/+1
2018-07-24staging: gasket: core: convert various logs to debug levelTodd Poynor1-18/+20
2018-07-24staging: gasket: gasket_get_device drop check for NULL pci_devTodd Poynor1-3/+1
2018-07-24staging: gasket: remove unnecessary NULL checks on calls from VFSTodd Poynor1-15/+0
2018-07-24staging: gasket: print mmap starting address as unsigned longTodd Poynor1-2/+2
2018-07-24staging: gasket: fix check_and_invoke_callback log paramTodd Poynor1-1/+1
2018-07-21staging: gasket: top ioctl handler add __user annotationsTodd Poynor1-2/+4
2018-07-21staging: gasket: always allow root open for writeTodd Poynor1-3/+5
2018-07-21staging: gasket: remove extra parens in gasket_write_mappable_regionsTodd Poynor1-1/+1
2018-07-21staging: gasket: gasket_mmap use PAGE_MASKTodd Poynor1-1/+1
2018-07-21staging: gasket: gasket_mmap return error instead of valid BAR indexTodd Poynor1-1/+1
2018-07-21staging: gasket: don't treat no device reset callback as an errorTodd Poynor1-5/+2
2018-07-21staging: gasket: fix class create bug handlingTodd Poynor1-1/+1
2018-07-21staging: gasket: remove code for no physical deviceTodd Poynor1-11/+1
2018-07-21staging: gasket: gasket_enable_dev remove unnecessary variableTodd Poynor1-4/+1
2018-07-19staging: gasket: drop gasket_cdev_get_info, use container_ofTodd Poynor1-22/+4
2018-07-19staging: gasket: bail out of reset sequence on device callback errorTodd Poynor1-1/+3
2018-07-19staging: gasket: gasket_wait_with_reschedule use 32 bits of retry countTodd Poynor1-2/+2
2018-07-19staging: gasket: gasket_wait_with_reschedule simplify logicTodd Poynor1-10/+4
2018-07-19staging: gasket: gasket_wait_with_reschedule use msleepTodd Poynor1-1/+2
2018-07-19staging: gasket: fix gasket_wait_with_reschedule timeout return codeTodd Poynor1-1/+1
2018-07-19staging: gasket: convert gasket_mmap_has_permissions to bool returnTodd Poynor1-6/+6
2018-07-19staging: gasket: hold mutex on gasket driver unregistrationTodd Poynor1-0/+4
2018-07-19staging: gasket: remove driver registration on class creation failureTodd Poynor1-1/+3
2018-07-14staging: gasket: remove gasket_wait_sync()Greg Kroah-Hartman1-45/+0
2018-07-13staging: gasket: Use __func__ instead of hardcoded string - StyleFelix Siegel1-3/+5
2018-07-12staging: gasket: fix multi line comments styleFelix Siegel1-4/+4