staging: visorutil driver to provide common functionality to other s-Par drivers
authorKen Cox <jkc@redhat.com>
Tue, 4 Mar 2014 13:58:05 +0000 (07:58 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Mar 2014 00:52:12 +0000 (16:52 -0800)
commit9d9baadd4069c77a97bf530abad9ddb74875fe76
tree227488ae2061881893bdf8ef28c3c6778473453d
parent6b029336d93d8f9a94b0256b1f7d9c1768eedba7
staging: visorutil driver to provide common functionality to other s-Par drivers

The visorutil module is a support library required by all other s-Par
driver modules. Among its features it abstracts reading, writing, and
manipulating a block of memory.

Signed-off-by: Ken Cox <jkc@redhat.com>
Cc: Ben Romer <sparmaintainer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/unisys/Kconfig [new file with mode: 0644]
drivers/staging/unisys/Makefile [new file with mode: 0644]
drivers/staging/unisys/include/periodic_work.h [new file with mode: 0644]
drivers/staging/unisys/include/procobjecttree.h [new file with mode: 0644]
drivers/staging/unisys/include/timskmod.h [new file with mode: 0644]
drivers/staging/unisys/include/timskmodutils.h [new file with mode: 0644]
drivers/staging/unisys/include/uniklog.h [new file with mode: 0644]
drivers/staging/unisys/visorutil/Kconfig [new file with mode: 0644]
drivers/staging/unisys/visorutil/Makefile [new file with mode: 0644]
drivers/staging/unisys/visorutil/charqueue.c [new file with mode: 0644]
drivers/staging/unisys/visorutil/charqueue.h [new file with mode: 0644]
drivers/staging/unisys/visorutil/easyproc.c [new file with mode: 0644]
drivers/staging/unisys/visorutil/easyproc.h [new file with mode: 0644]
drivers/staging/unisys/visorutil/memregion.h [new file with mode: 0644]
drivers/staging/unisys/visorutil/memregion_direct.c [new file with mode: 0644]
drivers/staging/unisys/visorutil/periodic_work.c [new file with mode: 0644]
drivers/staging/unisys/visorutil/procobjecttree.c [new file with mode: 0644]
drivers/staging/unisys/visorutil/visorkmodutils.c [new file with mode: 0644]
This page took 0.043629 seconds and 5 git commands to generate.