From: Lee Jones <lee@kernel.org>
To: Okan Sahin <okan.sahin@analog.com>
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Jonathan Cameron <jic23@kernel.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Cosmin Tanislav <demonsingur@gmail.com>,
Ibrahim Tilki <Ibrahim.Tilki@analog.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Ramona Bolboaca <ramona.bolboaca@analog.com>,
Caleb Connolly <caleb.connolly@linaro.org>,
ChiYuan Huang <cy_huang@richtek.com>,
William Breathitt Gray <william.gray@linaro.org>,
Arnd Bergmann <arnd@arndb.de>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Hugo Villeneuve <hvilleneuve@dimonoff.com>,
Haibo Chen <haibo.chen@nxp.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-iio@vger.kernel.org
Subject: Re: [PATCH v7 3/5] iio: adc: max77541: Add ADI MAX77541 ADC Support
Date: Wed, 28 Jun 2023 15:18:19 +0100 [thread overview]
Message-ID: <20230628141819.GK10378@google.com> (raw)
In-Reply-To: <20230412111256.40013-4-okan.sahin@analog.com>
On Wed, 12 Apr 2023, Okan Sahin wrote:
> The MAX77541 has an 8-bit Successive Approximation Register (SAR) ADC
> with four multiplexers for supporting the telemetry feature.
>
> Signed-off-by: Okan Sahin <okan.sahin@analog.com>
> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
> drivers/iio/adc/Kconfig | 11 ++
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/max77541-adc.c | 194 +++++++++++++++++++++++++++++++++
> 3 files changed, 206 insertions(+)
> create mode 100644 drivers/iio/adc/max77541-adc.c
Applied, thanks
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2023-06-28 14:19 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-12 11:12 [PATCH v7 0/5] Add MAX77541/MAX77540 PMIC Support Okan Sahin
2023-04-12 11:12 ` [PATCH v7 1/5] dt-bindings: regulator: max77541: Add ADI MAX77541/MAX77540 Regulator Okan Sahin
2023-06-28 14:17 ` Lee Jones
2023-04-12 11:12 ` [PATCH v7 2/5] regulator: max77541: Add ADI MAX77541/MAX77540 Regulator Support Okan Sahin
2023-04-21 12:41 ` Mark Brown
2023-06-28 14:17 ` Lee Jones
2023-04-12 11:12 ` [PATCH v7 3/5] iio: adc: max77541: Add ADI MAX77541 ADC Support Okan Sahin
2023-04-12 13:41 ` Andy Shevchenko
2023-06-28 14:18 ` Lee Jones [this message]
2023-04-12 11:12 ` [PATCH v7 4/5] dt-bindings: mfd: max77541: Add ADI MAX77541/MAX77540 Okan Sahin
2023-06-28 14:18 ` Lee Jones
2023-04-12 11:12 ` [PATCH v7 5/5] mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support Okan Sahin
2023-04-12 13:41 ` Andy Shevchenko
2023-04-20 10:34 ` Lee Jones
2023-04-20 16:52 ` Mark Brown
2023-04-21 7:39 ` Lee Jones
2023-04-21 13:33 ` Mark Brown
2023-06-13 7:34 ` Sahin, Okan
2023-06-21 17:13 ` Lee Jones
2023-06-26 17:54 ` Rob Herring
2023-06-27 13:56 ` Lee Jones
2023-06-27 14:10 ` Rob Herring
2023-06-27 14:32 ` William Breathitt Gray
2023-06-27 16:33 ` Lee Jones
2023-06-27 18:21 ` Rob Herring
2023-06-28 13:40 ` Lee Jones
2023-06-28 19:20 ` Mark Brown
2023-06-29 7:25 ` Lee Jones
2023-06-29 10:38 ` Mark Brown
2023-06-29 15:51 ` Lee Jones
2023-06-29 16:00 ` Mark Brown
2023-06-29 17:48 ` Rob Herring
2023-06-29 17:58 ` Mark Brown
2023-06-29 18:14 ` Rob Herring
2023-06-29 18:22 ` Mark Brown
2023-06-30 7:17 ` Lee Jones
2023-06-30 11:58 ` Mark Brown
2023-06-27 14:39 ` Mark Brown
2023-06-27 14:25 ` Mark Brown
2023-06-21 17:14 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230628141819.GK10378@google.com \
--to=lee@kernel.org \
--cc=Ibrahim.Tilki@analog.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=arnd@arndb.de \
--cc=broonie@kernel.org \
--cc=caleb.connolly@linaro.org \
--cc=cy_huang@richtek.com \
--cc=demonsingur@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=haibo.chen@nxp.com \
--cc=hvilleneuve@dimonoff.com \
--cc=jic23@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=lgirdwood@gmail.com \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=okan.sahin@analog.com \
--cc=ramona.bolboaca@analog.com \
--cc=robh+dt@kernel.org \
--cc=william.gray@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.