From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] pinctrl: bcm2835: Fix initial value for direction_output Date: Tue, 1 Dec 2015 20:53:06 -0700 Message-ID: <565E6B22.3060808@wwwdotorg.org> References: <1447893147-9458-1-git-send-email-stefan.wahren@i2se.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from avon.wwwdotorg.org ([70.85.31.133]:33380 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751950AbbLBDxI (ORCPT ); Tue, 1 Dec 2015 22:53:08 -0500 In-Reply-To: <1447893147-9458-1-git-send-email-stefan.wahren@i2se.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Stefan Wahren Cc: Linus Walleij , Lee Jones , Eric Anholt , linux-gpio@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Martin Sperl On 11/18/2015 05:32 PM, Stefan Wahren wrote: > Currently the provided initial value for bcm2835_gpio_direction_output > has no effect. So fix this issue by changing the value before > changing the GPIO direction. As a result we need to move the function below > bcm2835_gpio_set. Acked-by: Stephen Warren From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Tue, 1 Dec 2015 20:53:06 -0700 Subject: [PATCH] pinctrl: bcm2835: Fix initial value for direction_output In-Reply-To: <1447893147-9458-1-git-send-email-stefan.wahren@i2se.com> References: <1447893147-9458-1-git-send-email-stefan.wahren@i2se.com> Message-ID: <565E6B22.3060808@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/18/2015 05:32 PM, Stefan Wahren wrote: > Currently the provided initial value for bcm2835_gpio_direction_output > has no effect. So fix this issue by changing the value before > changing the GPIO direction. As a result we need to move the function below > bcm2835_gpio_set. Acked-by: Stephen Warren