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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 78F09C433EF for ; Tue, 23 Nov 2021 16:31:51 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Hz8mP5wYCz3c6N for ; Wed, 24 Nov 2021 03:31:49 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=linux.intel.com (client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=andriy.shevchenko@linux.intel.com; receiver=) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Hz8lv6ZZrz2yfZ for ; Wed, 24 Nov 2021 03:31:22 +1100 (AEDT) X-IronPort-AV: E=McAfee;i="6200,9189,10176"; a="215764587" X-IronPort-AV: E=Sophos;i="5.87,258,1631602800"; d="scan'208";a="215764587" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Nov 2021 08:30:19 -0800 X-IronPort-AV: E=Sophos;i="5.87,258,1631602800"; d="scan'208";a="571112189" Received: from smile.fi.intel.com ([10.237.72.184]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Nov 2021 08:30:17 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1mpYeK-009prJ-CL; Tue, 23 Nov 2021 18:28:04 +0200 Date: Tue, 23 Nov 2021 18:28:04 +0200 From: Andy Shevchenko To: Leo Li Subject: Re: [PATCH v2 3/3] soc: fsl: Replace kernel.h with the necessary inclusions Message-ID: References: <20211110105952.62013-1-andriy.shevchenko@linux.intel.com> <20211110105952.62013-3-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "linuxppc-dev@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Qiang Zhao Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Nov 16, 2021 at 11:38:01AM +0200, Andy Shevchenko wrote: > On Mon, Nov 15, 2021 at 10:24:36PM +0000, Leo Li wrote: > > > From: Andy Shevchenko > > > Sent: Monday, November 15, 2021 5:30 AM > > > On Wed, Nov 10, 2021 at 12:59:52PM +0200, Andy Shevchenko wrote: > > ... > > > > > v2: updated Cc list based on previous changes to MAINTAINERS > > > > > > Any comments on this, please? > > > > > > I really want to decrease amount of kernel.h usage in the common headers. > > > So others won't copy'n'paste bad example. > > > > There seems to be no problem with the patch although I didn't get time to really compile with it applied. > > > > Will pick them up later after build test. > > Thank you! > > Note, it has two fixes against MAINTAINERS which may be sent, I believe, > sooner than later to Linus. Any new so far? -- With Best Regards, Andy Shevchenko