]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: adc: rockchip-saradc: factor out start_channel callback
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Thu, 14 Mar 2024 09:36:22 +0000 (10:36 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 14 Mar 2024 10:19:44 +0000 (18:19 +0800)
commit257752551229f04567ac6ddde651b407c8c74e8f
tree68e4927e4868d65efaf3136bc01d58905c0ed5ce
parent7da3065afdc810d37344dc8bda1bb74e79a742c5
rockchip: adc: rockchip-saradc: factor out start_channel callback

SARADC v1 and v2 have a different way of starting a channel, therefore
let's abstract this function so that it can be provided from the
udevice.data pointer.

Cc: Quentin Schulz <foss+uboot@0leil.net>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
drivers/adc/rockchip-saradc.c