[PATCH 00/32] staging: comedi: continue async command cleanup

gregkh at linuxfoundation.org gregkh at linuxfoundation.org
Sun May 4 00:04:52 UTC 2014


On Tue, Apr 29, 2014 at 08:07:55PM +0000, Hartley Sweeten wrote:
> On Tuesday, April 29, 2014 12:59 PM, H Hartley Sweeten wrote:
> > Remove some unnecessary pacer divisor calculations. The divisors are calculated
> > as part of the (*do_cmdtest) and don't need done in the (*do_cmd).
> >
> > Remove the older, unused, divisor calc functions in 8253.h to avoid any
> > confusion.
> >
> > Remove some unnecessary private data members in a couple drivers and the
> > addi_common.h header.
> >
> > Tidy up hwdrv_apci3120 a bit.
> >
> > Fix a couple 8254 timer programming issues. As Ian Abbott pointed out,
> > the i8254_load() function does not use the I8254_MODE* defines. Convert
> > all drivers to use the i8254_set_mode()/i8254_write() sequence instead.
> >
> > v2: Fix some i8254_load() issued pointed out by Ian Abbott in patches
> >     01, 02, 03, and 05.
> >     Add a couple new patchs (24 thru 32) to fix/clarify the remaining
> >     i8254_load() issues.
> 
> Ugh... Forgot to tag these as v2. Sorry about that.

No worries, I figured it out...

greg k-h


More information about the devel mailing list