comedi todo list

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <comedi_list@...>, <devel@...>
Cc: Frank Mori Hess <fmhess@...>
Date: Wednesday, October 31, 2007 - 2:40 am

Hello again folks:

So it seems that there is some traction for bringing the comedi
drivers into the mainline kernel.  I thought I'd start to put together
a list of items we may want to tackle.  Let us know if you think these
are good or bad ideas...

* Cleanup and documentation for or removal of items listed under "4.7.
Experimental functionality" in the comedilib documentation.  In
particular, analog triggering seems like a feature we should support.

* Support for having a subdevice that can do both input and output commands

* Documentation of the interface for "pulse-based signals".  Do we
have a well-baked API for counters, timers, encoders, PWM signals,
etc?  For what it's worth, I found it confusing last time I looked at
it.

* Removal of "slowly-varying input" filtering

* A better mechanism for adding extensions than INSN_CONFIG

* Use of plug-n-play/hotplug capabilities to remove need for
comedi_config when possible

* Improved driver portability: consistent use of u32, etc


Some cosmetic things:

* Removal of typedefs; e.g. use of "struct comedi_subdevice" instead
of "typedef struct comedi_subdevice_struct comedi_subdevice".

* Removal of lsampl_t and sampl_t in favor of u32 and u16?  This would
only affect the kernel to comedilib interface -- comedilib should
continue to use lsampl_t.

* Removal of any legacy kernel function/struct/define names.  (At
first glance, the older-kernel support is done quite cleanly, so
hopefully this is a no op).

* Whitespace cleanup

On 10/19/07, Bernd Porr <BerndPorr@f2s.com> wrote:

Bernd, if you could find this script, it might be useful.

-Tabish
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
comedi todo list, Tabish Mustufa, (Wed Oct 31, 2:40 am)
Re: [comedi] comedi todo list, Frank Mori Hess, (Wed Oct 31, 10:19 pm)
Re: [comedi] Re: comedi todo list, Tabish Mustufa, (Thu Nov 1, 1:04 am)