diff options
author | John Keeping <john@metanate.com> | 2017-03-23 11:59:30 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-03-28 11:18:03 +0200 |
commit | 05709c3e88f5f0adb7889facbfd546c998f65d59 (patch) | |
tree | 9a0a671788dda6c28b8151159defdf6ee7bfc9a8 /drivers/video | |
parent | pinctrl: rockchip: convert to raw spinlock (diff) | |
download | linux-05709c3e88f5f0adb7889facbfd546c998f65d59.tar.xz linux-05709c3e88f5f0adb7889facbfd546c998f65d59.zip |
pinctrl: rockchip: split out verification of mux settings
We need to avoid calling regmap functions from irq handlers, so the next
commit is going to move the call to rockchip_set_mux() into an
irq_bus_sync_unlock handler. But we can't return an error from there so
we still need to check the settings from rockchip_irq_set_type() and we
will use this new rockchip_verify_mux() function from there.
Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions