Re: [PATCH v5 3/3] USB: serial: cp210x: New access functions for large registers

2016-02-29 Thread Johan Hovold
On Sun, Feb 28, 2016 at 03:51:56PM -0600, Konstantin Shkolnyy wrote: > cp210x_get_config and cp210x_set_config are cumbersome to use. This change > switches large register access to use new block functions. The old > functions are removed because now they become unused. > > Signed-off-by: Konstant

[PATCH v5 3/3] USB: serial: cp210x: New access functions for large registers

2016-02-28 Thread Konstantin Shkolnyy
cp210x_get_config and cp210x_set_config are cumbersome to use. This change switches large register access to use new block functions. The old functions are removed because now they become unused. Signed-off-by: Konstantin Shkolnyy --- change in v5: Same patch, regenerated against current usb-next