summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket
Commit message (Expand)AuthorAgeFilesLines
...
* | 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: apex: remove unused array cm_mappable_regionsColin Ian King2018-08-271-3/+0Star
* | staging: gasket: remove null ptr check before kfreeSumit Kumar2018-08-271-4/+2Star
|/
* 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/+0Star
* 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/+1Star
* staging: gasket: apex: move sysfs setup code to probe functionTodd Poynor2018-08-081-9/+5Star
* staging: gasket: core: remove sysfs setup and cleanup callbacksTodd Poynor2018-08-082-28/+0Star
* staging: gasket: apex: fold device add/remove logic inlineTodd Poynor2018-08-081-37/+32Star
* staging: gasket: core: delete device add and remove callbacksTodd Poynor2018-08-082-39/+0Star
* 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/+0Star
* staging: gasket: core: remove device enable and disable callbacksTodd Poynor2018-08-082-34/+2Star
* staging: gasket: core: convert remaining info logs to debugTodd Poynor2018-08-081-4/+3Star
* 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/+28Star
* staging: gasket: sysfs: clean up state if ENOMEM removing mappingTodd Poynor2018-08-081-7/+6Star
* 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: apex: enable power save mode by defaultTodd Poynor2018-08-021-1/+1
* staging: gasket: apex: drop reset type paramTodd Poynor2018-08-021-12/+8Star
* staging: gasket: remove "reset type" param from frameworkTodd Poynor2018-08-025-21/+12Star
* 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/+1Star
* 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/+31Star
* staging: gasket: TODO: remove entry for multi-line alignment styleTodd Poynor2018-08-011-3/+0Star
* staging: gasket: interrupt: fix function param line continuation styleTodd Poynor2018-08-012-49/+43Star
* 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/+179Star
* staging: gasket: TODO: remove entry for static function declarationsTodd Poynor2018-08-011-1/+0Star
* staging: gasket: pg tbl: remove static function forward declarationsTodd Poynor2018-08-011-638/+573Star
* staging: gasket: interrupt: remove static function forward declarationsTodd Poynor2018-08-011-257/+242Star
* staging: gasket: ioctl: remove static function forward declarationsTodd Poynor2018-08-011-188/+168Star
* staging: gasket: core: remove static function forward declarationsTodd Poynor2018-08-011-929/+873Star
* staging: gasket: apex: fix function param line continuation styleTodd Poynor2018-07-301-61/+58Star
* staging: gasket: apex: remove static function forward declarationsTodd Poynor2018-07-301-226/+190Star
* staging: gasket: TODO: remove entry for static function kernel docsTodd Poynor2018-07-301-1/+0Star
* staging: gasket: sysfs: simplify comments for static functionsTodd Poynor2018-07-301-24/+4Star