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 C8D8EC4332F for ; Mon, 20 Dec 2021 19:23:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240768AbhLTTXP (ORCPT ); Mon, 20 Dec 2021 14:23:15 -0500 Received: from mslow1.mail.gandi.net ([217.70.178.240]:56745 "EHLO mslow1.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233001AbhLTTXO (ORCPT ); Mon, 20 Dec 2021 14:23:14 -0500 Received: from relay6-d.mail.gandi.net (unknown [217.70.183.198]) by mslow1.mail.gandi.net (Postfix) with ESMTP id EBCB9D147F; Mon, 20 Dec 2021 19:23:12 +0000 (UTC) Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 7CA50C0007; Mon, 20 Dec 2021 19:22:49 +0000 (UTC) Date: Mon, 20 Dec 2021 20:22:49 +0100 From: Alexandre Belloni To: Mark Brown Cc: Rob Herring , soc@kernel.org, Nicolas Ferre , Ludovic Desroches , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Andy Gross , Bjorn Andersson , Viresh Kumar , Shiraz Hashim , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH] ARM: dts: Remove "spidev" nodes Message-ID: References: <20211217221232.3664417-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hello Mark, On 20/12/2021 12:30:30+0000, Mark Brown wrote: > On Fri, Dec 17, 2021 at 04:12:32PM -0600, Rob Herring wrote: > > "spidev" is not a real device, but a Linux implementation detail. It has > > never been documented either. The kernel has WARNed on the use of it for > > over 6 years. Time to remove its usage from the tree. > > Reviwed-by: Mark Brown You have a typo there so I'm not sure b4 will be able to pick that up -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 B2A61C433EF for ; Mon, 20 Dec 2021 19:25:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KuUqOgKAb9a5QS72lN0+VLgp0mjX2flkqHpD46ceZ2U=; b=RTDMSAlJ8k6Zcs qq0VQecgZr8me9iI4h4zdIKxIA93gArNSA675SLctmF+iRx0hcl0I0aWzRhAbF3tNR+1fYK++0rcS roifOz178L+fH2fJyYRAhhoX4NfnJvnxyHIEaDr1ToLnErhaqLpm1ZYfkqqkA95v4jTvCgjoq2Qa4 8hMbzYV2fnO8y4x8L7uehiFLVkJPc1XbzMnMgqVAr10oIcNaG95nkROb1jrOer+Ky0cih2/oeOXMo z2gmPJbEhGqqqM/sobzficdZkIH7zaJen+fP7rLnvnm/kxl1ugGEkHNJeCuhRl96e1xPcwC1giOz5 VJ7iQvDnPaaXJV2yXGXw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mzOFc-0044Mj-CU; Mon, 20 Dec 2021 19:23:13 +0000 Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mzOFT-0044HZ-Ee for linux-arm-kernel@lists.infradead.org; Mon, 20 Dec 2021 19:23:05 +0000 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 7CA50C0007; Mon, 20 Dec 2021 19:22:49 +0000 (UTC) Date: Mon, 20 Dec 2021 20:22:49 +0100 From: Alexandre Belloni To: Mark Brown Subject: Re: [PATCH] ARM: dts: Remove "spidev" nodes Message-ID: References: <20211217221232.3664417-1-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211220_112303_698295_0162B61E X-CRM114-Status: GOOD ( 11.24 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-msm@vger.kernel.org, Rob Herring , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, =?iso-8859-1?Q?Beno=EEt?= Cousson , devicetree@vger.kernel.org, Tony Lindgren , Fabio Estevam , Sascha Hauer , Ludovic Desroches , soc@kernel.org, Andy Gross , NXP Linux Team , Pengutronix Kernel Team , Viresh Kumar , Bjorn Andersson , Shawn Guo , Shiraz Hashim , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello Mark, On 20/12/2021 12:30:30+0000, Mark Brown wrote: > On Fri, Dec 17, 2021 at 04:12:32PM -0600, Rob Herring wrote: > > "spidev" is not a real device, but a Linux implementation detail. It has > > never been documented either. The kernel has WARNed on the use of it for > > over 6 years. Time to remove its usage from the tree. > > Reviwed-by: Mark Brown You have a typo there so I'm not sure b4 will be able to pick that up -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel