aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/device.h
Commit message (Expand)AuthorAgeFilesLines
* Add some auxiliary types for device driver support.Mark Johnston2017-07-041-0/+11
* Add the thaw_early method to struct dev_pm_ops in the LinuxKPI.Mark Johnston2017-06-251-0/+1
* Add some miscellaneous definitions to support DRM drivers.Mark Johnston2017-05-301-0/+17
* Use ppsratecheck() for ratelimiting in the LinuxKPI.Hans Petter Selasky2017-03-231-2/+2
* Add support for ratelimited printouts in the LinuxKPI.Hans Petter Selasky2017-03-231-0/+12
* Prototype device structure to ensure LinuxKPI header file can beHans Petter Selasky2017-02-241-0/+2
* Whitespace fix.Hans Petter Selasky2017-02-161-1/+1
* Improve LinuxKPI device support. Only delete own BSD devices and notHans Petter Selasky2016-12-251-12/+38
* MSIX can support more than 256 IRQs. Make sure the invalid IRQ numberHans Petter Selasky2016-12-091-0/+1
* Only lock Giant when needed in the LinuxKPI.Hans Petter Selasky2016-05-161-6/+8
* Implement more Linux device related functions in the LinuxKPI. WhileHans Petter Selasky2016-05-161-4/+118
* Don't dereference parent pointer when it is NULL.Hans Petter Selasky2016-05-161-3/+3
* Handle case of class being set, but not parent when callingHans Petter Selasky2016-05-131-3/+7
* Minor LinuxKPI code cleanup:Hans Petter Selasky2015-12-311-104/+11
* Make all the LinuxKPI include files compile standalone.Hans Petter Selasky2015-11-031-0/+1
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+424