2012-06-29 17:57:43

by Hartley Sweeten

[permalink] [raw]
Subject: [PATCH 0/7] staging: comedi: das_08: cleanup the 8254 timer subdevice

The 8253.h header provides all the functionality needed for the 8254
timer subdevice. Remove all the internal support in the driver and
use the support provided in the header.

H Hartley Sweeten (7):
staging: comedi: das_08: use the 8253 helper functions
staging: comedi: das_08: unwind the 8254 timer support
staging: comedi: das_08: remove the cached 8254 'mode'
staging: comedi: das_08: remove the 8254 'logic2phys' usage
staging: comedi: das_08: remove the 8254 'channels' usage
staging: comedi: das_08: remove the unneeded 8254 variables and
defines
staging: comedi: das_08: absorb i8254_struct into the private data

drivers/staging/comedi/drivers/das08.c | 110 +++++----------------------------
drivers/staging/comedi/drivers/das08.h | 14 +----
2 files changed, 16 insertions(+), 108 deletions(-)

--
1.7.11