From: Jonathan Cameron <jic23@kernel.org>
To: Svyatoslav Ryhel <clamor95@gmail.com>
Cc: "David Lechner" <dlechner@baylibre.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Andy Shevchenko" <andy@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Jonathan Corbet" <corbet@lwn.net>,
"Shuah Khan" <skhan@linuxfoundation.org>,
"Arnd Bergmann" <arnd@arndb.de>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Randy Dunlap" <rdunlap@infradead.org>,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH v3 0/3] Update APDS990x ALS to support device trees
Date: Sat, 25 Apr 2026 16:25:08 +0100 [thread overview]
Message-ID: <20260425162508.0b4907ea@jic23-huawei> (raw)
In-Reply-To: <20260425125429.65154-1-clamor95@gmail.com>
On Sat, 25 Apr 2026 15:54:26 +0300
Svyatoslav Ryhel <clamor95@gmail.com> wrote:
> Document Avago APDS9900/9901 ALS/Proximity sensor in schema and add its support
> to tsl2772 driver.
Applied to the testing branch of iio.git. I'll rebase that on rc1 once
available and then push it out as the togreg branch which linux-next picks up.
Thanks,
Jonathan
>
> ---
> Changes in v3:
> - switched from apds990x to apds9900 in the driver
> - fixed misc-devices/index.rts
> - expanded and adjusted commit descriptions
>
> Changes in v2:
> - dropped all previous patches
> - apds990x was documented in tsl2772.yaml
> - apds990x support was added to tsl2772.c
> - original apds990x driver removed from misc
> ---
>
> Svyatoslav Ryhel (3):
> dt-bindings: iio: light: Document Avago APDS9900/9901 ALS/Proximity
> sensor
> iio: tsl2772: Add support for Avago APDS9900/9901 ALS/Proximity sensor
> misc: Remove old APDS990x driver
>
> .../bindings/iio/light/tsl2772.yaml | 2 +
> Documentation/misc-devices/apds990x.rst | 128 --
> Documentation/misc-devices/index.rst | 1 -
> drivers/iio/light/tsl2772.c | 16 +
> drivers/misc/Kconfig | 10 -
> drivers/misc/Makefile | 1 -
> drivers/misc/apds990x.c | 1284 -----------------
> include/linux/platform_data/apds990x.h | 65 -
> 8 files changed, 18 insertions(+), 1489 deletions(-)
> delete mode 100644 Documentation/misc-devices/apds990x.rst
> delete mode 100644 drivers/misc/apds990x.c
> delete mode 100644 include/linux/platform_data/apds990x.h
>
prev parent reply other threads:[~2026-04-25 15:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-25 12:54 [PATCH v3 0/3] Update APDS990x ALS to support device trees Svyatoslav Ryhel
2026-04-25 12:54 ` [PATCH v3 1/3] dt-bindings: iio: light: Document Avago APDS9900/9901 ALS/Proximity sensor Svyatoslav Ryhel
2026-04-25 12:54 ` [PATCH v3 2/3] iio: tsl2772: Add support for " Svyatoslav Ryhel
2026-04-25 12:54 ` [PATCH v3 3/3] misc: Remove old APDS990x driver Svyatoslav Ryhel
2026-04-25 15:25 ` Jonathan Cameron [this message]
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=20260425162508.0b4907ea@jic23-huawei \
--to=jic23@kernel.org \
--cc=andy@kernel.org \
--cc=arnd@arndb.de \
--cc=clamor95@gmail.com \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=gregkh@linuxfoundation.org \
--cc=krzk+dt@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=rdunlap@infradead.org \
--cc=robh@kernel.org \
--cc=skhan@linuxfoundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox