]> git.ipfire.org Git - thirdparty/u-boot.git/commit
rockchip: adc: rockchip-saradc: factor out channel_data callback
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Thu, 14 Mar 2024 09:36:21 +0000 (10:36 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 14 Mar 2024 10:19:44 +0000 (18:19 +0800)
commit7da3065afdc810d37344dc8bda1bb74e79a742c5
tree918bc33525b4379f0bbd45601c77fa1542966f70
parent0707bfdf233b755c7f1b5547e32ede92264790a0
rockchip: adc: rockchip-saradc: factor out channel_data callback

SARADC v1 and v2 have a different way of reading data, 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