]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: dln2: Add cell for initializing DLN2 ADC
authorJack Andersen <jackoalan@gmail.com>
Mon, 18 Oct 2021 11:25:41 +0000 (13:25 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 5 Nov 2021 14:40:27 +0000 (14:40 +0000)
commit766e332186d9d60a061c64ae61ca09c4a5a6dd43
treeeda63d6784c5b2da3099f636fe396395ea2625dc
parent18d02e9db3145488f38806e2843b29a404fb1a6f
mfd: dln2: Add cell for initializing DLN2 ADC

This patch extends the DLN2 driver; adding cell for adc_dln2 module.

The original patch[1] fell through the cracks when the driver was added
so ADC has never actually been usable. That patch did not have ACPI
support which was added in v5.9, so the oldest supported version this
current patch can be backported to is 5.10.

[1] https://www.spinics.net/lists/linux-iio/msg33975.html

Cc: <stable@vger.kernel.org> # 5.10+
Signed-off-by: Jack Andersen <jackoalan@gmail.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20211018112541.25466-1-noralf@tronnes.org
drivers/mfd/dln2.c