From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Courbot Subject: Re: [PATCH 2/4] mmc: slot-gpio: add gpiod variant to get wp GPIO Date: Thu, 14 Aug 2014 07:32:39 -0700 Message-ID: References: <1407864355-21545-1-git-send-email-linus.walleij@linaro.org> <1407864355-21545-2-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-ig0-f182.google.com ([209.85.213.182]:46015 "EHLO mail-ig0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937AbaHNOdA (ORCPT ); Thu, 14 Aug 2014 10:33:00 -0400 In-Reply-To: <1407864355-21545-2-git-send-email-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: linux-mmc , Chris Ball , Ulf Hansson , "linux-gpio@vger.kernel.org" On Tue, Aug 12, 2014 at 10:25 AM, Linus Walleij wrote: > This makes it possible to get the write protect (read only) > GPIO line from a GPIO descriptor. Written to exactly mirror > the card detect function. Acked-by: Alexandre Courbot