public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] comedi: Humusoft MF634 and MF624 DAQ cards driver
@ 2014-01-07 22:24 Rostislav Lisovy
  2014-01-07 22:24 ` [PATCH] " Rostislav Lisovy
  0 siblings, 1 reply; 15+ messages in thread
From: Rostislav Lisovy @ 2014-01-07 22:24 UTC (permalink / raw)
  To: Ian Abbott, Hartley Sweeten, Dan Carpenter, Greg Kroah-Hartman,
	linux-kernel, devel
  Cc: pisa, Rostislav Lisovy

Changes since v1:
* Implemented all the small and big remarks pointed out by
  Hartley Sweeten, Dan Carpenter and Ian Abbott

Rostislav Lisovy (1):
  comedi: Humusoft MF634 and MF624 DAQ cards driver

 drivers/staging/comedi/Kconfig          |   6 +
 drivers/staging/comedi/comedidev.h      |   1 +
 drivers/staging/comedi/drivers/Makefile |   1 +
 drivers/staging/comedi/drivers/mf6x4.c  | 355 ++++++++++++++++++++++++++++++++
 4 files changed, 363 insertions(+)
 create mode 100644 drivers/staging/comedi/drivers/mf6x4.c

-- 
1.8.3.2


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH v3] comedi: Humusoft MF634 and MF624 DAQ cards driver
@ 2014-01-09 22:46 Rostislav Lisovy
  2014-01-09 22:46 ` [PATCH] " Rostislav Lisovy
  0 siblings, 1 reply; 15+ messages in thread
From: Rostislav Lisovy @ 2014-01-09 22:46 UTC (permalink / raw)
  To: Ian Abbott, Hartley Sweeten, Dan Carpenter, Greg Kroah-Hartman,
	linux-kernel, devel
  Cc: pisa, Rostislav Lisovy

Changes since v2:
* Removed one unused constant
* Corrected commit message

Changes since v1:
* Implemented all the small and big remarks pointed out by
  Hartley Sweeten, Dan Carpenter and Ian Abbott

Rostislav Lisovy (1):
  comedi: Humusoft MF634 and MF624 DAQ cards driver

 drivers/staging/comedi/Kconfig          |   6 +
 drivers/staging/comedi/comedidev.h      |   1 +
 drivers/staging/comedi/drivers/Makefile |   1 +
 drivers/staging/comedi/drivers/mf6x4.c  | 354 ++++++++++++++++++++++++++++++++
 4 files changed, 362 insertions(+)
 create mode 100644 drivers/staging/comedi/drivers/mf6x4.c

-- 
1.8.3.2


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH] comedi: Humusoft MF634 and MF624 DAQ cards driver
@ 2013-12-31  1:36 Rostislav Lisovy
  2013-12-31  1:36 ` Rostislav Lisovy
  0 siblings, 1 reply; 15+ messages in thread
From: Rostislav Lisovy @ 2013-12-31  1:36 UTC (permalink / raw)
  To: Ian Abbott, H Hartley Sweeten, Greg Kroah-Hartman, linux-kernel,
	devel
  Cc: pisa, Rostislav Lisovy

This patch adds Comedi driver for Humusoft MF634 (PCIe) and MF624 (PCI)
data acquisition cards. The legacy card Humusoft MF614 is not supported.
More info about the cards may be found at http://humusoft.cz/produkty/datacq/
The driver was tested with both cards. Everything seems to work properly.
Just the basic functionality of the card (DIO, ADC, DAC) is supported by
this driver. I hope I will be able to add some more functionality soon.

Rostislav Lisovy (1):
  comedi: Humusoft MF634 and MF624 DAQ cards driver

 drivers/staging/comedi/Kconfig          |   6 +
 drivers/staging/comedi/drivers/Makefile |   1 +
 drivers/staging/comedi/drivers/mf6x4.c  | 368 ++++++++++++++++++++++++++++++++
 3 files changed, 375 insertions(+)
 create mode 100644 drivers/staging/comedi/drivers/mf6x4.c

-- 
1.8.3.2


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

end of thread, other threads:[~2014-01-10 10:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-07 22:24 [PATCH v2] comedi: Humusoft MF634 and MF624 DAQ cards driver Rostislav Lisovy
2014-01-07 22:24 ` [PATCH] " Rostislav Lisovy
2014-01-08  7:47   ` Dan Carpenter
2014-01-08  8:35     ` Rostislav Lisovy
2014-01-08 10:42       ` Ian Abbott
2014-01-09 22:55     ` Rostislav Lisovy
  -- strict thread matches above, loose matches on Subject: below --
2014-01-09 22:46 [PATCH v3] " Rostislav Lisovy
2014-01-09 22:46 ` [PATCH] " Rostislav Lisovy
2014-01-10 10:29   ` Ian Abbott
2013-12-31  1:36 Rostislav Lisovy
2013-12-31  1:36 ` Rostislav Lisovy
2013-12-31  2:31   ` Dan Carpenter
2014-01-02 18:38   ` Hartley Sweeten
2014-01-05 15:04     ` Rostislav Lisovy
2014-01-05 18:18       ` Dan Carpenter
2014-01-06 12:37     ` Ian Abbott

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