From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 1/2] gpio: correct docs about return value of gpiod_get_direction Date: Tue, 9 Jan 2018 15:35:56 +0100 Message-ID: References: <20180109113554.4337-1-wsa@the-dreams.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-io0-f171.google.com ([209.85.223.171]:41637 "EHLO mail-io0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756632AbeAIOf5 (ORCPT ); Tue, 9 Jan 2018 09:35:57 -0500 Received: by mail-io0-f171.google.com with SMTP id f6so18755588ioh.8 for ; Tue, 09 Jan 2018 06:35:57 -0800 (PST) In-Reply-To: <20180109113554.4337-1-wsa@the-dreams.de> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Wolfram Sang Cc: linux-gpio@vger.kernel.org, Linux-Renesas , Wolfram Sang On Tue, Jan 9, 2018 at 12:35 PM, Wolfram Sang wrote: > From: Wolfram Sang > > The use of the GPIOF_* flags is deprecated, so don't advertise them > here. Document the plain numbers for now until we have a better > solution. > > Signed-off-by: Wolfram Sang Patch applied. Yours, Linus Walleij