From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753157AbbFANyI (ORCPT ); Mon, 1 Jun 2015 09:54:08 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:35747 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751627AbbFANx4 (ORCPT ); Mon, 1 Jun 2015 09:53:56 -0400 Message-ID: <556C63EE.7070002@ti.com> Date: Mon, 1 Jun 2015 19:23:50 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Heikki Krogerus , Axel Lin CC: Felipe Balbi , David Cohen , Subject: Re: [PATCH] phy: tusb1210: Use devm_gpiod_get_optional for optional GPIOs References: <1433124031.19995.1.camel@ingics.com> <20150601080459.GA7292@kuha.fi.intel.com> In-Reply-To: <20150601080459.GA7292@kuha.fi.intel.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 01 June 2015 01:34 PM, Heikki Krogerus wrote: > On Mon, Jun 01, 2015 at 10:00:31AM +0800, Axel Lin wrote: >> Also simplify the code a bit by specify direction and initial value for >> output in devm_gpiod_get_optional function. >> >> Signed-off-by: Axel Lin > > Acked-by: Heikki Krogerus Acked-by: Kishon Vijay Abraham I > > > Thanks, >