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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 65D51C48260 for ; Mon, 19 Feb 2024 09:09:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C9D9510E1CF; Mon, 19 Feb 2024 09:09:25 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.b="ZKwoH0ud"; dkim-atps=neutral Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by gabe.freedesktop.org (Postfix) with ESMTPS id 600FE10E1CF for ; Mon, 19 Feb 2024 09:09:24 +0000 (UTC) Received: from relay1-d.mail.gandi.net (unknown [217.70.183.193]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 300FDC46D8 for ; Mon, 19 Feb 2024 09:09:22 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id 39FDD240012; Mon, 19 Feb 2024 09:09:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1708333760; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=H8vWhExmV17xgBupKhlUpM5JsVzLtHrfZFnRIwxZZMw=; b=ZKwoH0udRomK3OIA/PKL3qQfxaieAKjDxWRt3K7eg7fBWc+ApQu62ioIdky+i8DejUz0cz C9yNTyPskz8oJ4diNJGQ4gSn63C+kmXFAdg49pXmTmf1GTlIH7jpzRuEojPcY6xIcQZz1X 1dp1uLQCLLXPqZH3XMAMo6TYDl6oW/kgsa1z7pgDHgiZzexiGUQ4B6qNGqWsDrqmhx+7B4 DOGMFBeoRlmQbxKvxlrKuuRu0utt+SBNjbP3iPyUb6a5ivWycobTaXepaj02bhbklP3O/0 we5hDXUX8pjx5eBDAuhOTAfi+MeeXBETTAz6/dqEB6U8URRqMQanGW60TKE0DQ== Date: Mon, 19 Feb 2024 10:09:15 +0100 From: Miquel Raynal To: "Usyskin, Alexander" Cc: Richard Weinberger , Vignesh Raghavendra , Jani Nikula , Joonas Lahtinen , "Vivi, Rodrigo" , "Lubart, Vitaly" , "linux-mtd@lists.infradead.org" , "intel-gfx@lists.freedesktop.org" , "Winkler, Tomas" , "De Marchi, Lucas" , Michael Walle , Tudor Ambarus Subject: Re: [PATCH 06/10] drm/i915/spi: spi register with mtd Message-ID: <20240219100915.5a778fb9@xps-13> In-Reply-To: References: <20230910123949.1251964-1-alexander.usyskin@intel.com> <20230910123949.1251964-7-alexander.usyskin@intel.com> <20231016103939.67445bee@xps-13> <20231017155544.6cceb6a6@xps-13> <20231017164615.5b58fcc6@xps-13> <20231114101324.39569e96@xps-13> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: miquel.raynal@bootlin.com X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Alexander, alexander.usyskin@intel.com wrote on Wed, 14 Feb 2024 12:16:00 +0000: > Hi Miquel >=20 > Intel Gfx in infinite wisdom decided to create another driver - Xe and > the spi driver part of this series should be moved to some common locatio= n. > Should it be drivers/mtd or drivers/spi, or some other place? It probably depends on the framework they decided to register into. I'm sorry but I interacted in this thread more than 3 months ago, I no longer remember most of the details. If this is a driver for a spi controller (even a limited one) then it should be drivers/spi/ I guess. Thanks, Miqu=C3=A8l