From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753273AbcHPIgw (ORCPT ); Tue, 16 Aug 2016 04:36:52 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:33063 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752985AbcHPIgr (ORCPT ); Tue, 16 Aug 2016 04:36:47 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Tue, 16 Aug 2016 09:24:08 +0100 From: Charles Keepax To: Chanwoo Choi CC: , , , Krzysztof Kozlowski , Roger Quadros , Chen-Yu Tsai , "Ramakrishna Pallala" , Kishon Vijay Abraham I Subject: Re: [PATCH] extcon: Use the extcon_set_state_sync() instead of deprecated functions Message-ID: <20160816082408.GL21682@localhost.localdomain> References: <1471331286-6718-1-git-send-email-cw00.choi@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1471331286-6718-1-git-send-email-cw00.choi@samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 impostorscore=0 lowpriorityscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1608160102 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2016 at 04:08:06PM +0900, Chanwoo Choi wrote: > This patch alters the renamed extcon API to set the state of the external > connectors instead of deprecated extcon_set_cable_state_(). > > Because the patch[1] modifies the function name to maintain the function > naming pattern. > - extcon_set_cable_state_() -> extcon_set_state_sync() > - extcon_get_cable_state_() -> extcon_get_state() > > [1] https://lkml.org/lkml/2016/8/4/729 > - extcon: Rename the extcon_set/get_state() to maintain the function naming pattern > > Cc: Krzysztof Kozlowski > Cc: Roger Quadros > Cc: Charles Keepax > Cc: Chen-Yu Tsai > Cc: Ramakrishna Pallala > Cc: Kishon Vijay Abraham I > Signed-off-by: Chanwoo Choi > --- For the Wolfson parts: Acked-by: Charles Keepax Thanks, Charles