Re: [PATCH 0/2] Renesas RZ/G2L ADC driver support
From: Jonathan Cameron <jic23@kernel.org>
Date: 2021-07-03 17:19:09
Also in:
linux-iio, linux-renesas-soc, lkml
From: Jonathan Cameron <jic23@kernel.org>
Date: 2021-07-03 17:19:09
Also in:
linux-iio, linux-renesas-soc, lkml
On Tue, 29 Jun 2021 23:03:26 +0100 Lad Prabhakar [off-list ref] wrote:
Hi All, This patch series adds DT binding and driver support for ADC block found on Renesas RZ/G2L family. Patches are based on top of rzg2l-update-clock-defs-v4 branch found on [1] [1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/
Please aim to call out any dependencies that I need to be aware of. That tree has lots of random things on it so I have no idea if there is anything I need to be aware of.
Cheers,
Prabhakar
Lad Prabhakar (2):
dt-bindings: iio: adc: Add binding documentation for Renesas RZ/G2L
A/D converter
iio: adc: Add driver for Renesas RZ/G2L A/D converter
.../bindings/iio/adc/renesas,rzg2l-adc.yaml | 121 +++++
MAINTAINERS | 8 +
drivers/iio/adc/Kconfig | 10 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/rzg2l_adc.c | 489 ++++++++++++++++++
5 files changed, 629 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
create mode 100644 drivers/iio/adc/rzg2l_adc.c
base-commit: 06c1e6911a7a76b446e4b00fc8bad5d8465932f8