From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 980E1C07E97 for ; Sat, 3 Jul 2021 17:19:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7AE0261940 for ; Sat, 3 Jul 2021 17:19:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229811AbhGCRVi (ORCPT ); Sat, 3 Jul 2021 13:21:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:53288 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbhGCRVg (ORCPT ); Sat, 3 Jul 2021 13:21:36 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2E0856192B; Sat, 3 Jul 2021 17:18:58 +0000 (UTC) Date: Sat, 3 Jul 2021 18:21:22 +0100 From: Jonathan Cameron To: Lad Prabhakar Cc: Geert Uytterhoeven , Rob Herring , Lars-Peter Clausen , Philipp Zabel , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar , Biju Das Subject: Re: [PATCH 0/2] Renesas RZ/G2L ADC driver support Message-ID: <20210703182122.0cb192e3@jic23-huawei> In-Reply-To: <20210629220328.13366-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20210629220328.13366-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Jun 2021 23:03:26 +0100 Lad Prabhakar 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