aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/apex_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-12Staging: gasket: Use temporaries to reduce line length.Sandro Volery1-11/+9
2019-08-15staging: gasket: apex: Make structure apex_desc constantNishka Dasgupta1-1/+1
2019-07-25staging: gasket: apex: fix copy-paste typoIvan Bornyakov1-1/+1
2019-03-29staging: gasket: apex: Prefer using the BIT macroSanjana Sanikommu1-2/+2
2019-03-20staging: gasket: Remove return variableNishka Dasgupta1-3/+1
2018-10-19staging: gasket: Remove extra blank lineMaya Nakamura1-1/+0
2018-10-15staging: gasket: apex: fix sysfs_showNick Ewalt1-1/+1
2018-08-27staging: gasket: apex: remove unused array cm_mappable_regionsColin Ian King1-3/+0
2018-08-08staging: gasket: apex: place in low power reset until openedTodd Poynor1-0/+4
2018-08-08staging: gasket: apex: move sysfs setup code to probe functionTodd Poynor1-9/+5
2018-08-08staging: gasket: apex: fold device add/remove logic inlineTodd Poynor1-37/+32
2018-08-08staging: gasket: apex: enable/disable gasket device from apexTodd Poynor1-0/+12
2018-08-08staging: gasket: apex: remove device enable and disable callbacksTodd Poynor1-3/+0
2018-08-08staging: gasket: apex: move PCI core calls to apex driverTodd Poynor1-1/+48
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-01staging: gasket: apex: move driver-private defines out of apex.hTodd Poynor1-0/+29
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: apex: simplify comments for static functionsTodd Poynor1-54/+10
2018-07-28staging: gasket: apex: fixup undefined PCI classTodd Poynor1-0/+7
2018-07-27staging: gasket: apex: convert to standard loggingTodd Poynor1-35/+26
2018-07-24staging: gasket: apex: convert various logs to debug levelTodd Poynor1-5/+5
2018-07-24staging: gasket: apex return error on sysfs show of missing attributeTodd Poynor1-2/+2
2018-07-21staging: gasket: apex ioctl add __user annotationsTodd Poynor1-7/+10
2018-07-21staging: gasket: always allow root open for writeTodd Poynor1-11/+4
2018-07-21staging: gasket: apex_clock_gating simplify logic, reduce indentationTodd Poynor1-23/+20
2018-07-19staging: gasket: fix gasket_wait_with_reschedule timeout return codeTodd Poynor1-4/+4
2018-07-19staging: gasket: fix typo in apex_enter_resetTodd Poynor1-1/+1
2018-07-13staging: gasket: Use __func__ instead of hardcoded string - StyleFelix Siegel1-3/+4
2018-07-13staging: gasket: remove "function entered" log messagesFelix Siegel1-8/+0
2018-07-12staging: gasket: remove redundant license informationGreg Kroah-Hartman1-10/+2
2018-07-12staging: gasket: add SPDX identifiers to all files.Greg Kroah-Hartman1-0/+1
2018-07-02drivers/staging: Gasket driver framework + Apex driverSimon Que1-0/+771