From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9BF5DE007C1; Sun, 14 Sep 2014 09:23:15 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (festevam[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.217.180 listed in list.dnswl.org] Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E9B08E00746 for ; Sun, 14 Sep 2014 09:23:11 -0700 (PDT) Received: by mail-lb0-f180.google.com with SMTP id b12so3215775lbj.39 for ; Sun, 14 Sep 2014 09:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gEeJAfcPgSQkUPwN3ELSlSLXco+54VEEh+G95N0ZZKw=; b=BYEa0tcTwaWqC+delGQjFqAH4IJg7zrXwBasLTFDFDdjtnvXoU+fgGiNzu2v79NkhB Jn50qkoiBEj4Yi10k/wb/8fLHjlEQK2GnWWqNWw03H1OmKgkKuMLeGIM9LhUPo2Xhgjk 05YiGlz3WhBgxiyTV27SOXe9JWHQJTnAghFBFQW2UVtbFx/hxAhjRDt6/ztKrXYmpclE XwGr2QRVPOWJsVB8g7vTT7cx84cLRVy/5bfA2zZkkpKyBUZAy5QM+X0ymI9B3AqOvT5z 30QfTGvIhAweRNYIReQ4dfDGI9+bbLO61CySA9B702hgVYfqyRaS3rD07oXTjBumqOeX xHgQ== MIME-Version: 1.0 X-Received: by 10.152.44.230 with SMTP id h6mr22508103lam.51.1410711789865; Sun, 14 Sep 2014 09:23:09 -0700 (PDT) Received: by 10.152.192.163 with HTTP; Sun, 14 Sep 2014 09:23:09 -0700 (PDT) In-Reply-To: References: <1410468058-19184-1-git-send-email-otavio@ossystems.com.br> Date: Sun, 14 Sep 2014 13:23:09 -0300 Message-ID: From: Fabio Estevam To: Wally Yeh Cc: meta-freescale Subject: Re: [meta-fsl-arm][PATCH] u-boot-fslc: Update to 318d1cd revision X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 16:23:15 -0000 Content-Type: text/plain; charset=UTF-8 On Sun, Sep 14, 2014 at 8:10 AM, Wally Yeh wrote: > Hi: Please do not top-post. > I have change u-boot-fslc from branch "patches-2014.01" to > "patches-2014.07" this week. > > I notice that gpio_get_value( ) always return 0, no matter I set the bit > 0 or 1. You need to pass the SION flag into a GPIO if you want to read the value of a GPIO output.