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 42B23C07E97 for ; Fri, 1 Dec 2023 06:56:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377657AbjLAG4i (ORCPT ); Fri, 1 Dec 2023 01:56:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229496AbjLAG4g (ORCPT ); Fri, 1 Dec 2023 01:56:36 -0500 Received: from mail5.25mail.st (mail5.25mail.st [74.50.62.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73589171A; Thu, 30 Nov 2023 22:56:43 -0800 (PST) Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id 6350860476; Fri, 1 Dec 2023 06:56:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1701413803; bh=rCfSlTTMt0AuaLRhIg405pBsrNHK2Y5VgYH9Y2Qiidc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H/lgqMkVXbMwcGYRzC7DRMWC2iwx0bpoILYJoeeuUrAbiQjpfPCwpELNZykmOLIgL Pwfl02dwxt5Ud7Nf8Le3YOeXWwQIwOgAc8InlHvtn9jPh70yjSu9fJwPRlJ642u2Nx PcT9nM1G8lgarwtxLdf6FpdEQHDnKG7W/+IprlLYC4bDpmt0iewgsW8hXwcUdia29l a4rQe5dU9DbSEMz8pjNEoalD0S0FN3udCG7/XdXoWH42IhD8ZXc+kg6gj+5fK8Ya/h JmSEXcSIk401izJKzStII4aZ7fw4SD3X9cjqnDW37ZJMpiHD0MU5UC8GTrryA/YQ/4 c46Y7onyOdyAA== Date: Fri, 1 Dec 2023 08:56:32 +0200 From: Tony Lindgren To: Lukas Bulwahn Cc: linux-omap@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: add omap bus drivers to OMAP2+ SUPPORT Message-ID: <20231201065632.GH5169@atomide.com> References: <20231115104434.25796-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231115104434.25796-1-lukas.bulwahn@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Lukas Bulwahn [231115 12:44]: > While doing some code cleanup in drivers/bus/, I noticed that the files > drivers/bus/omap*.[ch] have no maintainer. > > As far as I see from the git history, important changes to those files went > through Tony Lindgren. Further, the inclusion of those drivers depend on > the config ARCH_OMAP2PLUS being enabled. This suggests these drivers are > part of the section OMAP2+ SUPPORT. > > Add the omap bus drivers to OMAP2+ SUPPORT. Applying into omap-for-v6.8/maintainers thanks. Tony