From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) (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 DDFAD8464; Mon, 18 Dec 2023 13:36:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="kvOixr8Y" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702906573; x=1734442573; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=a5GDcbwHgcbglt1fXQlmKbTjDV6jAxY5nqgxK8s2H88=; b=kvOixr8YAjjkJSOLJyVqgzDncWx2Lmc2tPkXZ+eNsB2XWojuDKptQh17 jO248OJ8ndkyClDWHEOCXtla5N4GwQUqlgjFm7MZX8f/1ppBkk/x52jEH xppg4CC3kt3V7mYx6LkaVS7Q3QHDdlsH6UqT6rxZyz/3zDrOgY+heRlVG dKBZWF2LSajuOdywvL0ZWJEPFYlYHqz+fgxH9k94DzhM+0lUCpRD99OuV biLpxbblehEDlFFTSsYN23DgBAsY3j2e2YPZ52ck8ydQWeJaquL41W6l5 dgQ3DXWkE4yzw9ktrw4QIZoXIN8qKWbNL7zoyGUlC2He4LqtcKhR28ZOt w==; X-IronPort-AV: E=McAfee;i="6600,9927,10927"; a="8956615" X-IronPort-AV: E=Sophos;i="6.04,285,1695711600"; d="scan'208";a="8956615" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Dec 2023 05:36:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10927"; a="866222292" X-IronPort-AV: E=Sophos;i="6.04,285,1695711600"; d="scan'208";a="866222292" Received: from smile.fi.intel.com ([10.237.72.54]) by FMSMGA003.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Dec 2023 05:36:09 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rFDmw-00000006x2d-1Mv2; Mon, 18 Dec 2023 15:36:06 +0200 Date: Mon, 18 Dec 2023 15:36:06 +0200 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Greg Kroah-Hartman , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Linus Walleij , Daniel Scally , Heikki Krogerus , Sakari Ailus , "Rafael J. Wysocki" , Rob Herring Subject: Re: [PATCH v1 0/3] gpio: mmio: Make driver agnostic Message-ID: References: <20231025184259.250588-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: linux-acpi@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: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Mon, Dec 18, 2023 at 03:35:28PM +0200, Andy Shevchenko wrote: > On Mon, Dec 18, 2023 at 01:43:40PM +0100, Bartosz Golaszewski wrote: ... > Thank you! I guess you forgot to add --sign-off to the `git merge ...` Sorry, it's --signoff. -- With Best Regards, Andy Shevchenko