From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Cherian Subject: Re: [PATCH 0/4] extcon: gpio: add DT support Date: Tue, 4 Nov 2014 11:42:04 +0530 Message-ID: <54586E34.6090602@ti.com> References: <1415032350-8459-1-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:38403 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753AbaKDGOg (ORCPT ); Tue, 4 Nov 2014 01:14:36 -0500 In-Reply-To: <1415032350-8459-1-git-send-email-balbi@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Balbi , myungjoo.ham@samsung.com, cw00.choi@samsung.com Cc: Linux Kernel Mailing List , Linux OMAP Mailing List , nsekhar@ti.com, grant.likely@linaro.org Hi Felipe et al. Another series was posted by removing the platform support. https://lkml.org/lkml/2014/10/14/244 I guess I forgot to copy linux-omap. On 11/03/2014 10:02 PM, Felipe Balbi wrote: > Hi, > > this series has been tested with v3.18-rc2 with a > yet-to-be-released board (called X15). That board > is DT-only and we use extcon-gpio to decide which > USB mode should be used (host or peripheral). > > George Cherian (4): > extcon: gpio: Convert the driver to use gpio desc API's > extcon: gpio: Add dt support for the driver. > extcon: gpio: Always use gpio_get_value_cansleep > extcon: gpio: Add support for using cable names > > .../devicetree/bindings/extcon/extcon-gpio.txt | 23 ++++++ > drivers/extcon/extcon-gpio.c | 93 ++++++++++++++-------- > 2 files changed, 84 insertions(+), 32 deletions(-) > create mode 100644 Documentation/devicetree/bindings/extcon/extcon-gpio.txt >