From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="ZftmQJou" Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D9F791; Wed, 22 Nov 2023 04:03:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700654636; x=1732190636; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=m040tgcegxw5h4wMsOHvsYLUwbk5maPB4/Q2K6ePJs0=; b=ZftmQJouaUR2JgpkYlZ0Kan0Q4bYpYqHHXngiBA9V2H178JT4icrVyNt Q1gKK+JzF7rF3O9L3riVSJOdzOUDUPAn/TgY/J+24kWHC21jjfF+YXiCO Ahojdatia8wJ8IjDLdKDVWJtNGXSJgbzh19MWGVrgxcQDA7lYPz9fZbtX gO/RVU/Ir82xH67Nenl6zKMLkBADo93nCDWgLshoduZH8POZ0Iewc3ktw MDazyqwSzeRb9bSnVuxQdutNKB3IXYNvcsBQiKPiFYjEFpfeq/rh2g20/ 67JAmrn9nrTsbMfH+zE7NXb5SvdoL1fK19EVA/Rj5ye8A0X9wo/uhTWM4 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10901"; a="372218021" X-IronPort-AV: E=Sophos;i="6.04,218,1695711600"; d="scan'208";a="372218021" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2023 04:03:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10901"; a="1014210364" X-IronPort-AV: E=Sophos;i="6.04,218,1695711600"; d="scan'208";a="1014210364" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2023 04:03:54 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r5lnj-0000000G516-3Yml; Wed, 22 Nov 2023 13:53:51 +0200 Date: Wed, 22 Nov 2023 13:53:51 +0200 From: Andy Shevchenko To: Nikita Shubin Cc: Sebastian Reichel , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Alexander Sverdlin Subject: Re: [PATCH v5 05/39] power: reset: Add a driver for the ep93xx reset Message-ID: References: <20231122-ep93xx-v5-0-d59a76d5df29@maquefel.me> <20231122-ep93xx-v5-5-d59a76d5df29@maquefel.me> Precedence: bulk X-Mailing-List: linux-pm@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: <20231122-ep93xx-v5-5-d59a76d5df29@maquefel.me> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Wed, Nov 22, 2023 at 11:59:43AM +0300, Nikita Shubin wrote: > Implement the reset behaviour of the various EP93xx SoCS in drivers/power/reset. > > It used to be located in arch/arm/mach-ep93xx. ... > +#include > +#include > +#include > +#include > +#include I believe I already had commented in one of the previous rounds that this cargo cult of adding of.h (esp. if it's used as a proxy) is not a good idea. Please, revisit _ALL_ (and I mean it) your patches for this kind of issues. ... > +#include > + > +#include You see, here is a blank line, so I suggest keep it in all your patches for consistency's sake. -- With Best Regards, Andy Shevchenko