commit | fe1b07e99ce572a870711d4c989baf031468093b | [log] [tgz] |
---|---|---|
author | Konstantin Shkolnyy <konstantin.shkolnyy@gmail.com> | Sun Feb 28 15:51:41 2016 -0600 |
committer | Johan Hovold <johan@kernel.org> | Mon Feb 29 19:04:49 2016 +0100 |
tree | 903bfbdad3b8d34d4dd2c696331b78ef7937286d | |
parent | 19165b2b10a3b3d18b32a6add465379deade0736 [diff] |
USB: serial: cp210x: add 8-bit and 32-bit register access functions cp210x_get_config and cp210x_set_config are cumbersome to use. This change introduces new register access functions for 8 and 32-bit values, instead of the above functions. Signed-off-by: Konstantin Shkolnyy <konstantin.shkolnyy@gmail.com> Signed-off-by: Johan Hovold <johan@kernel.org>