From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753259AbbL2E2D (ORCPT ); Mon, 28 Dec 2015 23:28:03 -0500 Received: from mailout4.w1.samsung.com ([210.118.77.14]:60613 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753113AbbL2E2A (ORCPT ); Mon, 28 Dec 2015 23:28:00 -0500 X-AuditID: cbfec7f5-f79b16d000005389-9e-56820bcdf138 Subject: Re: [PATCH v2] extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port To: Chanwoo Choi , linux-kernel@vger.kernel.org References: <1451362244-4107-1-git-send-email-cw00.choi@samsung.com> Cc: myungjoo.ham@samsung.com From: Krzysztof Kozlowski Message-id: <56820BCC.8060103@samsung.com> Date: Tue, 29 Dec 2015 13:27:56 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-version: 1.0 In-reply-to: <1451362244-4107-1-git-send-email-cw00.choi@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrGLMWRmVeSWpSXmKPExsVy+t/xq7pnuZvCDC7PsrK4/uU5q8XrF4YW l3fNYbO43biCzYHFo2/LKkaPz5vkApiiuGxSUnMyy1KL9O0SuDImnZ/GVLCOs6LlKVsD43X2 LkZODgkBE4lJ09ZC2WISF+6tZ+ti5OIQEljKKPFp+QtmkISQwFNGiQW7lUFsYYEIibdXrzOB 2CICbhLfPv2BqnGRWPj0G5DNwcEsICPx/YAkSJhNwFhi8/IlbCA2r4CWxNmj68BaWQRUJX5O PMwCUi4KNHLRjkyIEkGJH5PvgYU5BVwlXh6NhRioJ3H/ohZIBbOAvMTmNW+ZJzAKzELSMAuh ahaSqgWMzKsYRVNLkwuKk9JzjfSKE3OLS/PS9ZLzczcxQkLz6w7GpcesDjEKcDAq8fBmTGoM E2JNLCuuzD3EKMHBrCTC67oFKMSbklhZlVqUH19UmpNafIhRmoNFSZx35q73IUIC6Yklqdmp qQWpRTBZJg5OqQbGQ4vPToyNO1Wzz+uv1rv/P/UX7WJZ5izFbLXP6LNi2o/5jJ+7WtkuB274 bbvxwDEZrccT76tJmZ+5d7PrgoOejVbLtVRNpur3O+5+5V4RzcKceWfCMhUOsRq1dOffcpWG PQq1FS6/v87RzHsqsDyIP/TVdkOnExc2v7F10ZsmIvQlUG55BstTJZbijERDLeai4kQAAM4X cEkCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29.12.2015 13:10, Chanwoo Choi wrote: > This patch adds the new EXTCON_CHG_USB_SDP connector to support SDP (Standard > Downstream Port) USB charging port. The commit 11eecf910bd8 ("extcon: Modify > the id and name of external connector") add the new EXTCON_CHG_USB_SDP > connector which support the both data transfer and usb charging at the same > time. > > Cc: Krzysztof Kozlowski > Cc: MyungJoo Ham > Signed-off-by: Chanwoo Choi > --- > Changes from v1: > - Update the state of EXTCON_CHG_USB_SDP when updating EXTCON_USB on max8997. > - Add EXTCON_CHG_USB_SDP update without removing the handling code of EXTCON_USB > on max77693. > > drivers/extcon/extcon-max14577.c | 3 +++ > drivers/extcon/extcon-max77693.c | 12 +++++++++++- > drivers/extcon/extcon-max77843.c | 3 +++ > drivers/extcon/extcon-max8997.c | 3 +++ > drivers/extcon/extcon-rt8973a.c | 4 ++++ > drivers/extcon/extcon-sm5502.c | 4 ++++ > 6 files changed, 28 insertions(+), 1 deletion(-) > Looks correct now: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof