]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: most: hdm-usb: do h/w specific synchronization at configuration time
authorAndrey Shvetsov <andrey.shvetsov@k2l.de>
Tue, 25 Oct 2016 15:44:20 +0000 (17:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 13:12:08 +0000 (15:12 +0200)
commit7c23baa90db1115fbd2b1aca5e07fae091c8dc28
tree248684d39379c5a53323da743711f0bbf8056153
parent1e80e19ce9c67b2fecce9068ad40d1e778faa58f
staging: most: hdm-usb: do h/w specific synchronization at configuration time

This patch puts the synchronization procedure trigger for asynchronous
channels into the function hdm_configure_channel. Likewise, it removes
triggering of hardware specific synchronization for other channel types
from the probe function as it is not required.

Signed-off-by: Andrey Shvetsov <andrey.shvetsov@k2l.de>
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/hdm-usb/hdm_usb.c