From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932902AbbD1Dn3 (ORCPT ); Mon, 27 Apr 2015 23:43:29 -0400 Received: from mailout2.w1.samsung.com ([210.118.77.12]:12174 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932272AbbD1Dn0 (ORCPT ); Mon, 27 Apr 2015 23:43:26 -0400 X-AuditID: cbfec7f4-f79c56d0000012ee-35-553f01dd735f Message-id: <553F01D3.5040305@samsung.com> Date: Tue, 28 Apr 2015 12:43:15 +0900 From: Krzysztof Kozlowski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-version: 1.0 To: Chanwoo Choi , linux-kernel@vger.kernel.org Cc: jaewon02.kim@samsung.com, myungjoo.ham@samsung.com, kyungmin.park@samsung.com Subject: Re: [PATCH 0/4] extcon: Modify the name of unused external connector References: <1430137889-22771-1-git-send-email-cw00.choi@samsung.com> In-reply-to: <1430137889-22771-1-git-send-email-cw00.choi@samsung.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrALMWRmVeSWpSXmKPExsVy+t/xa7r3GO1DDTaYWFz/8pzVYkfDEVaL 1y8MLc42vWG3uLxrDpvF7cYVbA5sHn1bVjF6fN4kF8AUxWWTkpqTWZZapG+XwJXxY69BwUHO it75n9kbGPewdzFycEgImEg83iDUxcgJZIpJXLi3ng3EFhJYyiixb1VRFyMXkP2UUWLLoh3s IAleAS2Jqbc/gfWyCKhKbGkIBAmzCRhLbF6+hA0kLCoQIdF9ohKiWlDix+R7LCC2iICbxLdP f5hBSpgFgiWWPE8ECQsL+ErsW/uFBWKrq0T/gmdMIDYnUPmFzTeYQWxmAVuJBe/XsUDY8hKb 17xlnsAoMAvJhllIymYhKVvAyLyKUTS1NLmgOCk911CvODG3uDQvXS85P3cTIyRcv+xgXHzM 6hCjAAejEg+vwTLbUCHWxLLiytxDjBIczEoivMV/7EKFeFMSK6tSi/Lji0pzUosPMUpzsCiJ 887d9T5ESCA9sSQ1OzW1ILUIJsvEwSnVwNj9mDGpTT6/K6bNTklnTvEvpe37GoSkd8ntL/w2 NeNp3vwZbKVGJ21z7Nz2z+B2LtxdJ6y74VUrm9uBsl7uMPPPM+czB3PIu+xoTONLNC9+0Zme XOb3QnJXEluLm6Pgx5uVns8/3Gyyl/g2N8uqx0Fiif2bV1FH3t13TJrbzzPnR9YOud0mSizF GYmGWsxFxYkAItsLO1MCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27.04.2015 21:31, Chanwoo Choi wrote: > This patchset alter the unused name of external connector (jig/dock/MHL) as > following. The name of jig cable and dock device include the non-standard H/W > information. On user-space side, this information are not necessary. The extcon > core will support the other method to inform the specific H/W information to > kernel device driver and framework. For example, extcon core have the plan to add > the notifier chain for USB ID/VBUS pin state. If extcon consumer (kernel device > driver and framework) use the notifer chain for USB ID/VBUS, they can get the > state of both JIG and USB when JIG-USB-ON cable is attached. > > And last patch removes the unused 'num_cables' filed on extcon-adc-jack.c. > > 1. jig cable name > - JIG-USB-ON -->| > - JIG-USB-OFF -->| > - JIG-UART-ON -->| > - JIG-UART-OFF -->|--> JIG > > 2. dock device name > - Dock-Smart -->| > - Dock-Desk -->| > - Dock-Audio -->| > - Dock-Card -->|--> DOCK > > 3. MHL-TA cable name > - MHL-TA -> TA Hi, That makes sense but isn't such change a break of interface with user-space? The user-space may expect Dock-xxx for Dock. Best regards, Krzysztof