From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 30 Oct 2014 22:54:49 +0900 Subject: [U-Boot] [PATCH 3/3] odroid: adjust gpio calls to dm gpio api In-Reply-To: <1414513867-23680-3-git-send-email-p.marczak@samsung.com> References: <1414165510-10383-1-git-send-email-p.marczak@samsung.com> <1414513867-23680-1-git-send-email-p.marczak@samsung.com> <1414513867-23680-3-git-send-email-p.marczak@samsung.com> Message-ID: <54524329.3050507@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29/10/14 01:31, Przemyslaw Marczak wrote: > Setting gpio value before dm gpio init has no effect, > so now, odroid gpio settings are moved after the gpio uclass init. > > Using non-requested gpio pin cases printing error messages. > To avoid this, gpio_request() is added for those gpios. > > Signed-off-by: Przemyslaw Marczak > --- > board/samsung/odroid/odroid.c | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.