summaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpiosim.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-01-20Check pmf_device_register return value. NFCmaya
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-08-20Use needs-count for # of pseudo instances; suggested by cube@.uebayasi
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-05-20Make the gpiosim(4) device a 64 bit wide GPIO.mbalmer
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2011-08-30Unconditionally include <sys/modules.h>.mbalmer
2011-08-29Register as built-in module when compiled wo/ _MODULE.mbalmer
2011-08-28build with WARNS=3jmcneill
2011-08-26u_int32_t -> uin32_t.mbalmer
2011-08-14fix indentsmbalmer
2011-08-12gpio(4) and gpiosim(4) can now be built and used as modules. While here,mbalmer
2009-12-06Delete unnecessary device-activation hooks. Simplify the rest.dyoung
2009-08-07Properly teardown the sysctl node and detach child driver if gpiosim getsmbalmer
2009-08-06For the sake of correctness, call pmf_device_deregister() in the detachmbalmer
2009-07-28add dummy pmf registration to allow suspenddrochner
2009-07-27Do not attach gpiosim(4) at root, but make it a pseudo device.mbalmer
2009-07-26Simplify the use _a lot_ by hooking this to sysctl instead of bio(4).mbalmer
2009-07-25Rework the GPIO framework. Tie it to the kauth(9) framework to controlmbalmer