missinglinkelectronics / libuio

UserspaceIO helper library
GNU Lesser General Public License v2.1
30 stars 28 forks source link

Allow uio device nodes with no maps #17

Closed cdsteinkuehler closed 5 years ago

cdsteinkuehler commented 5 years ago

Revert to previous behavior which allows uio device nodes with no memory maps. This is useful for devices which have multiple interrupt requests. The first uio device specifies the memory map and the first interrupt line. Subsequent uio devcies without map entries may then be used to specify additional interrupts.

Signed-off-by: Charles Steinkuehler cstein@newtek.com

sephalon commented 5 years ago

LGTM, merged into master.