Skip to content
Commit 9564a5e0 authored by Mike J. Chen's avatar Mike J. Chen Committed by Benjamin Cabé
Browse files

drivers: dma_mcux_lpc: fix bug using INPUTMUX



The typical way of calling INPUTMUX_AttachSignal() is to
bracket it around INPUTMUX_Init() and INPUTMUX_Deinit()
calls because we can reduce power consumption by not
keeping the interface powered when not changing INPUTMUX.

This driver was violating that convention, which caused
it to not coexist well with other code that followed the
usage convention because the INPUTMUX might be initialized
or not depending on execution order with the other modules.

Signed-off-by: default avatarMike J. Chen <mjchen@google.com>
parent 29235047
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment