commit | 6dc359535c3dfc5289bf321e5a1e192733810311 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Thu Sep 04 12:14:10 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 08 13:55:53 2014 -0700 |
tree | 1fcb4fb756a30c9b304da5fd41fc9bac71ce04d5 | |
parent | 7362afc32b7d7b4279a1cd12572dcff500ec132a [diff] |
staging: comedi: adl_pci9118: introduce pci9118_timer_write() This driver uses 32-bit instructions to write the 8254 timers so we can't use the helper functions provided by 8253.h. To clarify the code introduce a helper function to write to the timers. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>