commit | 22e09dff089fe93d6e3ef7cc0fb8f645a87153c6 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue Apr 29 12:59:57 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat May 03 20:06:35 2014 -0400 |
tree | 207471fc36bba7b3c9468dfcfa733189b9254cc1 | |
parent | e74e98993da8dff62190c937d4371eda962e64b9 [diff] |
staging: comedi: ni_at_a2150: clarify 8254 timer programming Refactor the 8254 timer programming to use the i8254_set_mode() and i8254_write() helpers instead of i8254_load(). This allows us to use the I8254_MODE* defines to clarify the code. 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>