From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 4E11E23EA93 for ; Mon, 27 Oct 2025 06:32:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761546730; cv=none; b=DJpVucLKO7jN11kd6aoMLfs7lha5LmtmApIq1WFcDC5xmMrsFeibeuUt/J98CdcDIFT0VFeOxY0yvBUMpfn4t/N/vkDwArqwiXg0EIGgCyTNl5W/r+gvsMKaDND099rEuAglW746YWeCUnk0T6lGjvVWTNkkl/7gXM1qS1h3w3M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761546730; c=relaxed/simple; bh=/HV0NecHqAWEvKXXCjEQNuZdHMsXK37YbYnEF7+K6RE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ULCoJqm1ZFN7TdDg/oPjjucdm2a7FnFr/k/bXVWFvBEDkQWgNwgAeNI7zdcGQ25FeIInIhJC6OMdD7EtEzSgo6Qs6uL5H82kPzw9IKaVDqVsdsFhdh7CpMdKXHS95RX31OAFZ3rHfwfluY1HVvVm1swVoQklYz86l02EP7BwevQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=V5vhYDJo; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="V5vhYDJo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4323AC4CEF1; Mon, 27 Oct 2025 06:32:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1761546726; bh=/HV0NecHqAWEvKXXCjEQNuZdHMsXK37YbYnEF7+K6RE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V5vhYDJoEgycxt/t7YQIZQ0HLCm3YpV7KrZ4hk0srs1Au0vKDWAK798UMMdFt5JzT 0lfOTuibVDovgQ9/PC9ML4WyEuRft0Gue92eTrOc3epQcVCXddGLTR3B9zVB4I4oum 8m4N+4ni033bXURelvay84bHH4XXElW41tmWYxHo= Date: Mon, 27 Oct 2025 07:32:03 +0100 From: Greg KH To: William Breathitt Gray Cc: stable@vger.kernel.org, Mark Cave-Ayland , Michael Walle , Andy Shevchenko , Linus Walleij , Bartosz Golaszewski Subject: Re: [PATCH 6.6.y] gpio: idio-16: Define fixed direction of the GPIO lines Message-ID: <2025102747-harmonics-dollop-f225@gregkh> References: <2025102619-plaster-sitting-ed2e@gregkh> <20251026152950.44505-1-wbg@kernel.org> Precedence: bulk X-Mailing-List: stable@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: On Mon, Oct 27, 2025 at 12:42:00AM +0900, William Breathitt Gray wrote: > On Mon, Oct 27, 2025 at 12:29:43AM +0900, William Breathitt Gray wrote: > > The direction of the IDIO-16 GPIO lines is fixed with the first 16 lines > > as output and the remaining 16 lines as input. Set the gpio_config > > fixed_direction_output member to represent the fixed direction of the > > GPIO lines. > > > > Fixes: db02247827ef ("gpio: idio-16: Migrate to the regmap API") > > Reported-by: Mark Cave-Ayland > > Closes: https://lore.kernel.org/r/9b0375fd-235f-4ee1-a7fa-daca296ef6bf@nutanix.com > > Suggested-by: Michael Walle > > Cc: stable@vger.kernel.org # ae495810cffe: gpio: regmap: add the .fixed_direction_output configuration parameter > > Cc: stable@vger.kernel.org > > Reviewed-by: Andy Shevchenko > > Signed-off-by: William Breathitt Gray > > Reviewed-by: Linus Walleij > > Link: https://lore.kernel.org/r/20251020-fix-gpio-idio-16-regmap-v2-3-ebeb50e93c33@kernel.org > > Signed-off-by: Bartosz Golaszewski > > (cherry picked from commit 2ba5772e530f73eb847fb96ce6c4017894869552) > > Signed-off-by: William Breathitt Gray > > Sorry, I didn't mean to send this. I don't think this will compile > without backporting the dependencies. No it will not, and the sha1 given for the dependency is not correct :(