public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rostislav Lisovy <lisovy@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: hjk@hansjkoch.de, gregkh@linuxfoundation.org,
	Rostislav Lisovy <lisovy@gmail.com>
Subject: [PATCH 0/1] Humusoft MF624 DAQ PCI card driver
Date: Fri, 30 Aug 2013 14:58:01 +0200	[thread overview]
Message-ID: <1377867482-22539-1-git-send-email-lisovy@gmail.com> (raw)

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


             reply	other threads:[~2013-08-30 12:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-30 12:58 Rostislav Lisovy [this message]
2013-08-30 12:58 ` [PATCH 1/1] drivers: uio: Add driver for Humusoft MF624 DAQ PCI card Rostislav Lisovy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1377867482-22539-1-git-send-email-lisovy@gmail.com \
    --to=lisovy@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hjk@hansjkoch.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox