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, etcSome 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
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
| David Miller | Slow DOWN, please!!! |
| Bill Davidsen | Re: [patch] CFS scheduler, -v19 |
| Tomas Winkler | [PATCH] iwlwifi: compilation error when CONFIG_IWLWIFI_DEBUG is not set |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Corey Minyard | Re: [PATCH 3/3] Convert the UDP hash lock to RCU |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
git: | |
