Re: [PATCH v2 00/36] staging: comedi: cleanup 8254 timer code

2015-02-24 Thread Ian Abbott
On 23/02/15 21:57, H Hartley Sweeten wrote: This series introduces a new module. comedi_8254, to support the 8254 timer devices that are commonly found on data acquisition card. This module replaces the current support provided by the inline functions in 8253.h and consolidates the subdevice supp

[PATCH v2 00/36] staging: comedi: cleanup 8254 timer code

2015-02-23 Thread H Hartley Sweeten
This series introduces a new module. comedi_8254, to support the 8254 timer devices that are commonly found on data acquisition card. This module replaces the current support provided by the inline functions in 8253.h and consolidates the subdevice support code found in the comedi drivers. v2: fix