From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 980538834; Sun, 19 Apr 2026 13:33:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776605637; cv=none; b=bKFmRkPer4kqsgOg2itRRhHkKn4CJ8k2WcaUXIgkv+pUyNXu6xEouK/dFCzLisRubw1yPVroBUQ3nEUwRZpKeiIWo850QfzvpDCWKkkmS55zaAfSkpT+hN0gCgES1NKvf1xKLZTK0Fz8N/KyC+sd9g966X6bFAoHPGTFE7VLIHM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776605637; c=relaxed/simple; bh=PN0KWt9UBkV0/n988jdngDmSjDH7FRRxV8CnMr1y2M4=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Bfy+63HgjI7rwHDHdMSQhmCjo9eBGUUzBKMwtbtJ3vnLAvecEWoxJi6+p8SOKarkgv2GoEegKNxtMNDVeLd9djGWUAtu4tF/aIsJ/nfTvyaRFv/Xxqr3NzBsTGM+U5LdV44xcgdOIP/brtdsrz95O+PsyqXKVOoiBc0xjx7FJ70= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Fz5J/ILx; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Fz5J/ILx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4A3ACC2BCAF; Sun, 19 Apr 2026 13:33:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776605637; bh=PN0KWt9UBkV0/n988jdngDmSjDH7FRRxV8CnMr1y2M4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Fz5J/ILxpY7243N/yp4TIQIb3TSI04aTmab6+fS/DMEyW/6A09NubwZKXFCbgnSGf b60HmkbVGSTTV1EVwF9IayrJrw+qT3058CQlrb3ti2KnkWymyqcVJ3a7q+CXuxoB+k pTjID+rJvoU0UPvOC6bXzwq7p641KD4uTXjGVqQ+z+8XLbnUimi0KOdCz2IZOrW6VI 9svlhO9k63UQyuaPICLWp7entRxw54ioTyfqMEDslnW+uBX2dB1zZe08/oanBGnmhJ AakfHLN+SNe9+cCnE74luUXeX5DL+1D6Xc+/XFqXxvEHIoma974i/nLR5ojeol6KP+ qapnIKY4k/Ysg== Date: Sun, 19 Apr 2026 14:33:46 +0100 From: Jonathan Cameron To: Svyatoslav Ryhel Cc: David Lechner , Nuno =?UTF-8?B?U8Oh?= , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jonathan Corbet , Shuah Khan , Arnd Bergmann , Greg Kroah-Hartman , Randy Dunlap , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v2 3/3] misc: Remove old APDS990x driver Message-ID: <20260419143346.45ed78c2@jic23-huawei> In-Reply-To: <20260419083125.35572-4-clamor95@gmail.com> References: <20260419083125.35572-1-clamor95@gmail.com> <20260419083125.35572-4-clamor95@gmail.com> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 19 Apr 2026 11:31:24 +0300 Svyatoslav Ryhel wrote: > The Avago APDS9900/9901 ALS/Proximity sensor is now supported by tsl2772 > IIO driver so there is no need to keep this old implementation. Remove it. > > Signed-off-by: Svyatoslav Ryhel > --- > Documentation/misc-devices/apds990x.rst | 128 --- Sashiko AI reviewing is now running on anything that hits linux-iio@vger.kernel.org I'm slowly getting into the habit of checking out what it finds though I'm 500+ emails behind so it might not be that thorough today :* Anyhow, it caught an easy one here. This file is referenced from Documentation/misc-devices/index.rst so that needs an update as well. There is the obvious point of ABI compatibility raised as well, but given we don't seem to be getting much push back on that maybe that's not a significant concern. Jonathan > drivers/misc/Kconfig | 10 - > drivers/misc/Makefile | 1 - > drivers/misc/apds990x.c | 1284 ----------------------- > include/linux/platform_data/apds990x.h | 65 -- > 5 files changed, 1488 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