Re: Linux driver for MAX517/518/519

Previous thread: Re: [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable. by Geert Uytterhoeven on Friday, December 31, 2010 - 3:33 am. (1 message)

Next thread: My Dear by Dr. Peter Robert on Monday, January 3, 2011 - 6:11 am. (1 message)
From: Roland Stigge
Date: Monday, January 3, 2011 - 3:19 am

Hi,

I've written a driver for the Maxim MAX517/MAX518/MAX519 1/2-channel
DAC. See also the branch "max51x" of repository linux-2.6 at
git.antcom.de (alternatively the patch at
http://www.rolandstigge.de/dp/download/patches/max51x.patch).

It's currently located in drivers/misc/max51x.c, implemented similarly
to the other drivers like e.g. ti_dac7512.c. The hwmon maintainer
pointed me to drivers/staging/iio/.

Is it advisible now to port the driver to drivers/staging/iio or keep it
in drivers/misc? Where should I forward the code/patch for Linux
integration?

Thanks in advance!

Roland
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
From: Greg KH
Date: Monday, January 3, 2011 - 3:28 pm

It's best to convert to the iio subsystem, as that is the way to go in
the future.

As for where to send patches for it, send them here, and cc: the iio
developers and me and we will be glad to comment on them and apply them
to the kernel tree for submission to Linus's tree.

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
From: Gábor Stefanik
Date: Monday, January 3, 2011 - 8:51 pm

Is it really a good idea to convert existing non-staging drivers to a



-- 
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
From: Greg KH
Date: Monday, January 3, 2011 - 10:30 pm

Yes.  A number of drivers have already been converted in this manner and
are merged in the tree that way.

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
Previous thread: Re: [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable. by Geert Uytterhoeven on Friday, December 31, 2010 - 3:33 am. (1 message)

Next thread: My Dear by Dr. Peter Robert on Monday, January 3, 2011 - 6:11 am. (1 message)