From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 2682813790B for ; Tue, 23 Jun 2026 05:25:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782192339; cv=none; b=tjW/vjVxLmv+IvU6ICsBCELvmAu9/Ht95Rw7L1ilhDn6VYH4agtJzIf4T8uc88Kk6fKUxR23AoxxW5emHDibMfn3PHh5CSzQfifrIdBDoEWvWKkY+RfjE1Ce0PFDuBsnbiRRGufJyKjR0+cv7D9MwHeEgnXSzXt8R2btFeauQx8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782192339; c=relaxed/simple; bh=+okBo6KHaGZS3fd2JaXZsWOe6Ke6FAZ776gz4Mjvmz0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DiocU0hfdkPuaITKivhGYsigM7fa6hPgqCYZmD1akVMZxdtVObi1dJTCclXYvm6KHUSkfiBB9mWpEpZJ6i2q8Mk8dBPbW85HjmBgLY1p0f+4iQVMVCLL4miq0gNM1li6VwX9QD+KhuzZi+s78T8UgYY6IdIrN23j/ajyAMPP7tw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=upkRv5IM; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="upkRv5IM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EBD7D1F000E9; Tue, 23 Jun 2026 05:25:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1782192337; bh=3Y7K7LMxXxVoxM47NOESzpJGIu5VfdJHhXbzFrz8FD8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=upkRv5IMSka/t05qq8CGdagpty2OyM/2qvo2MW4SBrnnD66KcXmvO60pjcW/QCq1Y FaKiCyOe5lqBJmetYFOSGqiwdTxoJPBgcy0g1NeQfwQQQCQllhnGeA+WT4yaYbHB/7 o39hxz8SMsAiCDQwZ0E68KEmwNLMsUQnb9yM9Qh8= Date: Tue, 23 Jun 2026 07:24:28 +0200 From: Greg Kroah-Hartman To: Linus Torvalds Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig_=28The_Capable_Hub=29?= , linux-kernel@vger.kernel.org, Rob Herring , Saravana Kannan , Bjorn Helgaas , "Rafael J. Wysocki" , Len Brown , Andi Shyti , Mark Brown Subject: Re: [PATCH] mod_devicetable.h: Split into per subsystem headers Message-ID: <2026062300-suffix-freehand-e4e8@gregkh> References: <20260622210733.1743063-2-u.kleine-koenig@baylibre.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Jun 22, 2026 at 02:49:01PM -0700, Linus Torvalds wrote: > On Mon, 22 Jun 2026 at 14:07, Uwe Kleine-König (The Capable Hub) > wrote: > > > > If there is a general agreement that this patch implements a good idea, > > Ack. This seems a good direction to me. Not only because of the whole > "don't recompile unnecessarily" build optimization (eventually - when > drivers start using the split-up headers), but simply as a "we > shouldn't have mixed up different and unrelated drivers in the same > header". > > Any objections? None from me, I always wondered why we cramed these all into the same file, I guess it just grew over time. thanks, greg k-h