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 488EC2AF19; Wed, 12 Feb 2025 10:52:03 +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=1739357524; cv=none; b=RmSLV5Va9hd/DDFZ4D9ttndg6eGfeV+2D3evKWrd0Z1cI4vvLXrGwe5R4J3wJwk4Bw4QO5aaTVI55/9cjwnUgcMfIjd9YaODUKh5Ud+up5fS++BGDyBW0aaTeEO2U06ZQY3dlLDT5vhP1IG6jK2A4h3moSoqP3+Ei8Ah8VzSfn8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739357524; c=relaxed/simple; bh=rQrHxqm9kkrKa0WES63IjJW4IqZxUSj5xGvQP4xDPzY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ThpZX/np0Kdhv7XrfaGaFuMUV1m+5VPJuj5KUzkDJnlmKjzK4K+9GQNWheOR7FCuorBDCNAOonCjwaYaoRM2Ndgotph2e0R4cKVIFH/NCyVMPxlIgrP1OfPp2wWfuehNdvmaWP3pUOKTZWBbPH++Tj/Dcq+bCcdaC9ALBzg1rkY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=fail smtp.mailfrom=kernel.org; arc=none smtp.client-ip=192.198.163.10 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=kernel.org X-CSE-ConnectionGUID: 6xSJa2HPSqiVR8QjeB80yA== X-CSE-MsgGUID: Ji5AeD/DRr+aMj0QuTg2Lw== X-IronPort-AV: E=McAfee;i="6700,10204,11314"; a="51439724" X-IronPort-AV: E=Sophos;i="6.12,310,1728975600"; d="scan'208";a="51439724" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Feb 2025 02:52:02 -0800 X-CSE-ConnectionGUID: xsNA+7mWSyqAUWvIp4sijA== X-CSE-MsgGUID: dgmpaOdtTfqQk2rluTJVRg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="112643183" Received: from smile.fi.intel.com ([10.237.72.58]) by orviesa010.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Feb 2025 02:51:55 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.98) (envelope-from ) id 1tiALP-0000000AoDj-0gye; Wed, 12 Feb 2025 12:51:51 +0200 Date: Wed, 12 Feb 2025 12:51:50 +0200 From: Andy Shevchenko To: David Lechner Cc: Linus Walleij , Bartosz Golaszewski , Geert Uytterhoeven , Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron , Ulf Hansson , Peter Rosin , Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Vinod Koul , Kishon Vijay Abraham I , Nuno =?iso-8859-1?Q?S=E1?= , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-mmc@vger.kernel.org, netdev@vger.kernel.org, linux-phy@lists.infradead.org, linux-sound@vger.kernel.org Subject: Re: [PATCH v3 02/15] auxdisplay: seg-led-gpio: use gpiod_multi_set_value_cansleep Message-ID: References: <20250210-gpio-set-array-helper-v3-0-d6a673674da8@baylibre.com> <20250210-gpio-set-array-helper-v3-2-d6a673674da8@baylibre.com> 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: <20250210-gpio-set-array-helper-v3-2-d6a673674da8@baylibre.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Mon, Feb 10, 2025 at 04:33:28PM -0600, David Lechner wrote: > Reduce verbosity by using gpiod_multi_set_value_cansleep() instead of > gpiod_set_array_value_cansleep(). Pushed to my review and testing queue, thanks! -- With Best Regards, Andy Shevchenko