From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.10]) (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 1DD145F865; Wed, 14 Feb 2024 17:38:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.10 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707932284; cv=none; b=MnED1N6QJwTC94jBniTZi5jCfIfzYCztv630uUCQeKfpqEGNSZp3QGklbT7F/XqK4LcNtnYuwOM8xFUnW/aINjJbtR127WqBk18BcjAIAOrQ/vTtvwtX1Q72LCvPQEVmRsgsYIiD9JZzVujG8uUHY0rLc9cMEK5XJykT7QyQuR0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707932284; c=relaxed/simple; bh=XWUAHVjqKJCcZpzFJ3o1ueTJgBHTHr2KA5qq2NYJvQw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VTircHLl4CoEGgxlEnSBVt9I1sUCd5a0WbS/XdBNIfuP3CMck4rno3FDtGFFowY7/dcGqOIU7w9CHEsylCsKluweU8RXTCRMQzSUqB2E056Qc1LoxGFf9LFiEhIIR5gqtTzU4hhqoI7/ItBVNYdVBt/GWwWaSNmnHZ63GtPUHqI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=if6Z7TNf; arc=none smtp.client-ip=192.198.163.10 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="if6Z7TNf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1707932283; x=1739468283; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=XWUAHVjqKJCcZpzFJ3o1ueTJgBHTHr2KA5qq2NYJvQw=; b=if6Z7TNfZWhj3NPrubvn5SeW4nNHzAHGYpGbv0G7+5QwUqsIxFh72U04 N2GTuYq8lSrgTR3izyql2GrIJAdq92nTmu7czmIX661MmHP3GjaXyO6Ck aJBelaCaCJ6uzHQq/EUDfUuDTC/ABHsYO+o2BC6QDW/DxfwU3wKxFof/c nh4E/Eaopg+sFqs5x7Zx3aDS6GhGP6Ey7gvpyNeCMJyD8bHz2UUipbEMb nRGk86alhohQ32JoTJptsAjLUSNDEKQAMTdt9z2YFCJh4Ic1SbEPb7cT5 JZ7NH7s4bRrErVfkrFHdfPdIiygaQd09OF1JsGFb4LEk2Oi5hFjgFbD1S A==; X-IronPort-AV: E=McAfee;i="6600,9927,10984"; a="13379043" X-IronPort-AV: E=Sophos;i="6.06,160,1705392000"; d="scan'208";a="13379043" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Feb 2024 09:38:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10984"; a="912092337" X-IronPort-AV: E=Sophos;i="6.06,160,1705392000"; d="scan'208";a="912092337" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Feb 2024 09:37:59 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1raJCm-00000004YXQ-3xy8; Wed, 14 Feb 2024 19:37:56 +0200 Date: Wed, 14 Feb 2024 19:37:56 +0200 From: Andy Shevchenko To: Krzysztof Kozlowski Cc: Linus Walleij , Miguel Ojeda , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Robin van der Gracht , Paul Burton , Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] dt-bindings: auxdisplay: hit,hd44780: use defines for GPIO flags Message-ID: References: <20240214155438.155139-1-krzysztof.kozlowski@linaro.org> <20240214155438.155139-2-krzysztof.kozlowski@linaro.org> 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=us-ascii Content-Disposition: inline In-Reply-To: <20240214155438.155139-2-krzysztof.kozlowski@linaro.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Wed, Feb 14, 2024 at 04:54:38PM +0100, Krzysztof Kozlowski wrote: > Improve example DTS readability by using known defines for GPIO flags. Applied, thanks! -- With Best Regards, Andy Shevchenko