aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-02staging: gasket: apex: enable power save mode by defaultTodd Poynor1-1/+1
2018-08-02staging: gasket: apex: drop reset type paramTodd Poynor1-12/+8
2018-08-02staging: gasket: remove "reset type" param from frameworkTodd Poynor5-21/+12
2018-08-02staging: gasket: sysfs: fix potential null dereferenceIvan Bornyakov1-0/+5
2018-08-01staging: gasket: page table: fix header file include guard symbolTodd Poynor1-3/+3
2018-08-01Revert "staging: gasket: page table: hold references to device and pci_dev"Todd Poynor1-2/+1
2018-08-01staging: gasket: core: use bool type for ns_capable resultTodd Poynor1-2/+2
2018-08-01staging: gasket: apex: move driver-private defines out of apex.hTodd Poynor2-60/+31
2018-08-01staging: gasket: TODO: remove entry for multi-line alignment styleTodd Poynor1-3/+0
2018-08-01staging: gasket: interrupt: fix function param line continuation styleTodd Poynor2-49/+43
2018-08-01staging: gasket: sysfs: fix function param line continuation styleTodd Poynor2-29/+29
2018-08-01staging: gasket: page table: fix function param line continuation styleTodd Poynor2-119/+120
2018-08-01staging: gasket: ioctl: fix function param line continuation styleTodd Poynor1-30/+30
2018-08-01staging: gasket: core: fix function param line continuation styleTodd Poynor2-183/+179
2018-08-01staging: gasket: TODO: remove entry for static function declarationsTodd Poynor1-1/+0
2018-08-01staging: gasket: pg tbl: remove static function forward declarationsTodd Poynor1-638/+573
2018-08-01staging: gasket: interrupt: remove static function forward declarationsTodd Poynor1-257/+242
2018-08-01staging: gasket: ioctl: remove static function forward declarationsTodd Poynor1-188/+168
2018-08-01staging: gasket: core: remove static function forward declarationsTodd Poynor1-929/+873
2018-07-30staging: gasket: apex: fix function param line continuation styleTodd Poynor1-61/+58
2018-07-30staging: gasket: apex: remove static function forward declarationsTodd Poynor1-226/+190
2018-07-30staging: gasket: TODO: remove entry for static function kernel docsTodd Poynor1-1/+0
2018-07-30staging: gasket: sysfs: simplify comments for static functionsTodd Poynor1-24/+4
2018-07-30staging: gasket: interrupt: simplify comments for static functionsTodd Poynor1-17/+1
2018-07-30staging: gasket: page table: simplify comments for static functionsTodd Poynor1-275/+48
2018-07-30staging: gasket: ioctl: simplify comments for static functionsTodd Poynor1-42/+9
2018-07-30staging: gasket: core: simplify comments for static functionsTodd Poynor1-120/+31
2018-07-30staging: gasket: apex: simplify comments for static functionsTodd Poynor1-54/+10
2018-07-30staging: gasket: core: allow root access based on user namespaceTodd Poynor1-2/+8