public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Humusoft MF624 DAQ PCI card driver
@ 2013-08-30 12:58 Rostislav Lisovy
  2013-08-30 12:58 ` [PATCH 1/1] drivers: uio: Add driver for Humusoft MF624 DAQ PCI card Rostislav Lisovy
  0 siblings, 1 reply; 2+ messages in thread
From: Rostislav Lisovy @ 2013-08-30 12:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: hjk, gregkh, Rostislav Lisovy

This patch adds UIO Driver for Humusoft MF624 DAQ PCI card.
Somebody may ask why UIO driver, not a Comedi driver.
The very original idea was to use the MF624 with UIO to teach students
(at Czech Technical University in Prague, Faculty of Electrical Engineering)
how to interact with hardware in C -- comfortably from user-space.
Some computers at FEE, CTU are already equipped with these cards --
however for those students who would want to work at home/with their own
computer there is also an implementation of the virtual MF624 for Qemu.
Unfortunately it is still not in mainline, available from git:
git://rtime.felk.cvut.cz/mf6xx.git


Rostislav Lisovy (1):
  drivers: uio: Add driver for Humusoft MF624 DAQ PCI card

 drivers/uio/Kconfig     |   13 +++
 drivers/uio/Makefile    |    1 +
 drivers/uio/uio_mf624.c |  247 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 261 insertions(+)
 create mode 100644 drivers/uio/uio_mf624.c

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-30 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-30 12:58 [PATCH 0/1] Humusoft MF624 DAQ PCI card driver Rostislav Lisovy
2013-08-30 12:58 ` [PATCH 1/1] drivers: uio: Add driver for Humusoft MF624 DAQ PCI card Rostislav Lisovy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox