From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) (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 4D50A2356BF; Mon, 17 Mar 2025 10:14:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742206482; cv=none; b=qDuk8tdDOlkfudMz0tonleGoOCSrDLTQgZiHFRrUEasTSZVDYcDdsTd4YDimr6vdl0wLC3VtPPosLOWuDiBETZ4CdoPTE+sCnxS8lVccy1kwwtmFRnakJfuFnzd+bYiKqbCpnovtuLlrKx+zVx1T2oFVc3PSRtQtHwjboe+z7QQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742206482; c=relaxed/simple; bh=1gZtLBxayCdf5ZFM8fCyYmj67ZQlt8beW6Ly4XUj3qM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pY8HipgNhP7RBbX+m8KBBkxykP1TfsH6lmYUrh6QY4UhMDebISND0WqxhgDAEdGYt5bOCq79G2Qjc9tetuRre8DCs2pmUHEc90gsFSt+lEcofU6Gf2raDw/woNkRYaYg3FwsaZooKJV9GRJJmjMOKnCMH637PymSNDzeFUaKtwo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=fail smtp.mailfrom=kernel.org; arc=none smtp.client-ip=192.198.163.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=kernel.org X-CSE-ConnectionGUID: Z5bg+506SFqAJBM9FObF6Q== X-CSE-MsgGUID: P2UaP82qQXmXYrS9ADMIeA== X-IronPort-AV: E=McAfee;i="6700,10204,11375"; a="43426468" X-IronPort-AV: E=Sophos;i="6.14,253,1736841600"; d="scan'208";a="43426468" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2025 03:14:40 -0700 X-CSE-ConnectionGUID: nu+r8NFwSt21pzBBJiyiug== X-CSE-MsgGUID: vgoUrolKS1CIjqT885NVtA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.14,253,1736841600"; d="scan'208";a="126761470" Received: from smile.fi.intel.com ([10.237.72.58]) by orviesa003.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2025 03:14:36 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.98) (envelope-from ) id 1tu7UP-00000003HEL-1Ug0; Mon, 17 Mar 2025 12:14:33 +0200 Date: Mon, 17 Mar 2025 12:14:32 +0200 From: Andy Shevchenko To: Francesco Dolcini Cc: Hans de Goede , Emanuele Ghidoli , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Francesco Dolcini , Emanuele Ghidoli , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, Arnd Bergmann , soc@kernel.org, Ilpo =?iso-8859-1?Q?J=E4rvinen?= Subject: Re: [RFC PATCH v1 0/2] platform: toradex: Add toradex embedded controller Message-ID: References: <20250313144331.70591-1-francesco@dolcini.it> <4596db59-51fc-4497-9e94-670e9533e7aa@redhat.com> <20250317100856.GC17428@francesco-nb> Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250317100856.GC17428@francesco-nb> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Mon, Mar 17, 2025 at 11:08:56AM +0100, Francesco Dolcini wrote: > On Thu, Mar 13, 2025 at 04:08:14PM +0100, Hans de Goede wrote: > > On 13-Mar-25 3:43 PM, Francesco Dolcini wrote: ... > > 1. A drivers/mfd/ MFD driver with the regmap stuff, > > registering "board-reset" and "gpio" cells > > So, we considered the idea of going with an MFD driver, but looking at > drivers/platform/cznic, that is doing something relatively close to what > we are doing (just more feature rich, as of now), drivers/platform/ > seemed a better fit. > > I am not 100% sure what's Andy opinion on this topic, from what I can > understand his concerns are about the toradex directory (that we'll get > rid of), not the drivers/platform/ parent you are concerned about. Yes, my point is to have this inside existing folder whatever you decide with the maintainers of the respective subsystem to be. -- With Best Regards, Andy Shevchenko