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 Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DA18EC433EF for ; Sun, 6 Feb 2022 14:17:59 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4JsBFK5ZJ2z3cRG for ; Mon, 7 Feb 2022 01:17:57 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=marcan.st (client-ip=2a01:298:fe:f::2; helo=mail.marcansoft.com; envelope-from=marcan@marcan.st; receiver=) Received: from mail.marcansoft.com (marcansoft.com [IPv6:2a01:298:fe:f::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4JsBDp5Y1nz2yPj for ; Mon, 7 Feb 2022 01:17:30 +1100 (AEDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id 5D7774254F; Sun, 6 Feb 2022 14:17:03 +0000 (UTC) Subject: Re: [PATCH v2] i2c: pasemi: Drop I2C classes from platform driver variant To: =?UTF-8?Q?Martin_Povi=c5=a1er?= , Sven Peter , Michael Ellerman References: <20220204095914.5678-1-povik+lin@cutebit.org> From: Hector Martin Message-ID: <4884be12-e4e8-1b75-ee1b-3a8dc20bf342@marcan.st> Date: Sun, 6 Feb 2022 23:17:00 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20220204095914.5678-1-povik+lin@cutebit.org> Content-Type: text/plain; charset=utf-8 Content-Language: es-ES Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Alyssa Rosenzweig Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On 04/02/2022 18.59, Martin Povišer wrote: > Drop I2C device-probing classes from platform variant of the PASemi > controller as it is only used on platforms where I2C devices should > be instantiated in devicetree. (The I2C_CLASS_DEPRECATED flag is not > raised as up to this point no devices relied on the old behavior.) > > Fixes: d88ae2932df0 ("i2c: pasemi: Add Apple platform driver") > Signed-off-by: Martin Povišer Acked-by: Hector Martin Heh, so that's where this was... I remember running into this and wondering if there was a way to turn it off. -- Hector Martin (marcan@marcan.st) Public Key: https://mrcn.st/pub