From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 24 Feb 2015 10:02:04 -0700 Subject: [U-Boot] [PATCH] tegra20: tamonten: Fix the early gpio init In-Reply-To: <1424797082-23089-1-git-send-email-alban.bedel@avionic-design.de> References: <1424797082-23089-1-git-send-email-alban.bedel@avionic-design.de> Message-ID: <54ECAE8C.6080007@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/24/2015 09:58 AM, Alban Bedel wrote: > To set gpio during the early init we now need to use > tegra_spl_gpio_direction_output(), copied from seaboard. Can you explain "now" a bit more. Did some previous commit change the behaviour of the GPIO API? If so, if you could reference the commit hash and subject that'd be useful.