From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752168AbcKVGIK (ORCPT ); Tue, 22 Nov 2016 01:08:10 -0500 Received: from mailout2.samsung.com ([203.254.224.25]:32809 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750942AbcKVGIJ (ORCPT ); Tue, 22 Nov 2016 01:08:09 -0500 X-AuditID: cbfee61b-f796f6d000004092-6e-5833e0c4875f Message-id: <5833E0C3.3000703@samsung.com> Date: Tue, 22 Nov 2016 15:08:03 +0900 From: Chanwoo Choi Organization: Samsung Electronics User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-version: 1.0 To: Greg KH Cc: "linux-kernel@vger.kernel.org" , =?UTF-8?B?Iu2VqOuqheyjvCAoc2Ftc3VuZy5jb20pIg==?= , Kyungmin Park , "Chanwoo Choi (samsung.com)" Subject: [GIT PULL] extcon next for v4.10 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprIIsWRmVeSWpSXmKPExsVy+t9jQd0jD4wjDJbv4bC4/uU5q0Xz4vVs Fmeb3rBbXN41h83iduMKNgdWj/1z17B79G1ZxejxeZNcAHOUm01GamJKapFCal5yfkpmXrqt UmiIm66FkkJeYm6qrVKErm9IkJJCWWJOKZBnZIAGHJwD3IOV9O0S3DI+dW5gLZjKWTGvdRZr A+NF9i5GDg4JAROJTYstuhg5gUwxiQv31rN1MXJxCAnMYpRo3fCdBcJ5wCgx6/BPJpAqXgEt iW8/frKC2CwCqhJn7t9lA7HZgOL7X9wAs/kFFCWu/njMCLJAVCBCovtEJUSroMSPyfdYQGwR AQ2Jl0dvgc1nFvjKKLF5/06wg4QFNCWuLy0HMZkF1CWmTMkFKWcWkJfYvOYt8wRG/llIJs1C qJqFpGoBI/MqRonUguSC4qT0XKO81HK94sTc4tK8dL3k/NxNjODoeCa9g/HwLvdDjAIcjEo8 vB+4jSOEWBPLiitzDzFKcDArifB+vgkU4k1JrKxKLcqPLyrNSS0+xGgK9PVEZinR5Hxg5OaV xBuamJuYGxtYmFtamhgpifM2zn4WLiSQnliSmp2aWpBaBNPHxMEp1cA4P9t2Q3vOJZFdsoXt S/ZdTyxu4Yv+2bM+cFvEjRKdJmMV1bN/ODVPPPCz+/TA5OD7+MCXHUGeKb6Vk28qbt28SeTp /nr9C6/8GR59u+Syp0YiZLZRy/IZ8XLZh/4J7T7xaZZE2/PcV3lpl9ceZtkbsfxg0J+A9xJL XsgesjAQ+fdvuc7LE37rlViKMxINtZiLihMBbVSPtqQCAAA= X-MTR: 20000000000000000@CPGS Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Greg, This is extcon-next pull request for v4.10. I add detailed description of this pull request on below. Please pull extcon with following updates. Best Regards, Chanwoo Choi The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6: Linux 4.9-rc5 (2016-11-13 10:32:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.10 for you to fetch changes up to 541332a13b1ded42097ba96c52c7bc70931e528c: extcon: usb-gpio: Add VBUS detection support (2016-11-20 21:22:39 +0900) ---------------------------------------------------------------- Update extcon for 4.10 Detailed description for this pull request: - The extcon-usb-gpio driver supports the VBUS detection with USB ID and VBUS pin. ---------------------------------------------------------------- Roger Quadros (1): extcon: usb-gpio: Add VBUS detection support .../devicetree/bindings/extcon/extcon-usb-gpio.txt | 3 + drivers/extcon/extcon-usb-gpio.c | 169 ++++++++++++++++----- 2 files changed, 132 insertions(+), 40 deletions(-)