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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30AD5C4167B for ; Fri, 1 Dec 2023 11:30:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378564AbjLALak (ORCPT ); Fri, 1 Dec 2023 06:30:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378544AbjLALai (ORCPT ); Fri, 1 Dec 2023 06:30:38 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEB75CF for ; Fri, 1 Dec 2023 03:30:44 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE5FCC433C7; Fri, 1 Dec 2023 11:30:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701430244; bh=R0BURlPt9pn7cRC1T122gXwCEky0SoXm6oQC0WCEAMA=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=Lh3bIljPxWvK4HWlXXuZhft4O1gsvmFCJas4m+URgesbPamef/9vB5SEeEo++OMBI AR3ksc5WwZEfKEwUmtQ1HF8E+P95TJgsF1rj373Ybe2ho1tJxcM9r6hltLz8fZNo7q QRVUZCr3+r/vjQYnpvwAOIlteyV4igT0SOgFvHom3zigqxb2IBJDMGv5Hch63U+Kfl 0FU5bdW0cnjoOGWu4H3BB1N1rHsg48xDL4xgodrCBN+StoxNr3d4+unTrJ2pLa6k3c qoaeWonVTDmtsVL93XxwbtwgDyDu9d9x3iO4EA4PVKCBtu40L+MNxBd5kvWfwsPdFu LipZ/RuhiVgaw== From: Lee Jones To: tony@atomide.com, lee@kernel.org, robh@kernel.org, Peter Ujfalusi Cc: wens@csie.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20231029114843.15553-1-peter.ujfalusi@gmail.com> References: <20231029114843.15553-1-peter.ujfalusi@gmail.com> Subject: Re: (subset) [PATCH] mfd: twl6030-irq: Revert to use of_match_device() Message-Id: <170143024270.3373744.599680244503281704.b4-ty@kernel.org> Date: Fri, 01 Dec 2023 11:30:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 29 Oct 2023 13:48:43 +0200, Peter Ujfalusi wrote: > The core twl chip is probed via i2c and the dev->driver->of_match_table is > NULL, causing the driver to fail to probe. > > This partially reverts commit 1e0c866887f4. > > Applied, thanks! [1/1] mfd: twl6030-irq: Revert to use of_match_device() commit: 6caa120c47c6f8ccb94c4a1d47e44c17de04057a -- Lee Jones [李琼斯]