Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756231AbcK3F5x (ORCPT ); Wed, 30 Nov 2016 00:57:53 -0500 Received: from mailout4.samsung.com ([203.254.224.34]:60608 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752002AbcK3F5o (ORCPT ); Wed, 30 Nov 2016 00:57:44 -0500 X-AuditID: cbfee61a-f79916d0000062de-f0-583e6a556c03 From: Chanwoo Choi To: balbi@kernel.org, gregkh@linuxfoundation.org, kishon@ti.com, sre@kernel.org Cc: Peter.Chen@nxp.com, wens@csie.org, yoshihiro.shimoda.uh@renesas.com, maxime.ripard@free-electrons.com, b-liu@ti.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-renesas-soc@vger.kernel.org, cw00.choi@samsung.com, chanwoo@kernel.org Subject: [PATCH 00/12] extcon: Replace the deprecated extcon API Date: Wed, 30 Nov 2016 14:57:28 +0900 Message-id: <1480485460-2663-1-git-send-email-cw00.choi@samsung.com> X-Mailer: git-send-email 1.8.0 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprPIsWRmVeSWpSXmKPExsVy+t9jAd3QLLsIg9VblS3+31nEanGs7Qm7 xcQbV1gsrn95zmrRvHg9m8WFpz1sFpseX2O1uLxrDpvF7CX9LBafe48wWmx9+Y7JYtGyVmaL rZv2Mlv8uXeH1eL07hKLn4fOM1l83fuZzUHQY8Oj1aweTzZdZPTYtKqTzWP/3DXsHpuX1Hts fLeDyePbmYksHn1bVjF6HL+xncnj8ya5AK4oN5uM1MSU1CKF1Lzk/JTMvHRbpdAQN10LJYW8 xNxUW6UIXd+QICWFssScUiDPyAANODgHuAcr6dsluGWcuzyDpeA+X8Wqi51MDYzPubsYOTkk BEwk5k1/zgphi0lcuLeerYuRi0NIYCmjRMO7rcwQzg9GiT+fnjGBVLEJaEnsf3GDDcQWEfCX 2NE4hwWkiFngEZPElZfbWUASwgIOEm/2fAUrYhFQlZh/4gw7iM0r4CLxf8YWqHVyEh/2PGKf wMi9gJFhFaNEakFyQXFSeq5hXmq5XnFibnFpXrpecn7uJkZw5DyT2sF4cJf7IUYBDkYlHt4J fbYRQqyJZcWVuYcYJTiYlUR43dLsIoR4UxIrq1KL8uOLSnNSiw8xmgIdMJFZSjQ5HxjVeSXx hibmJubGBhbmlpYmRkrivI2zn4ULCaQnlqRmp6YWpBbB9DFxcEo1MGZPN15fufHWoWuXbUPu mx2XcdeszGEvOb06qFh84rx+e8nmuuetCzzc/kSzTzKfK3dGc/H/sE+X9y5KsP0va5nY+yc3 2nPb82Oywv8/yqS3XNffeXm9f0vupgLdaasKvir67cz79stw6itpNpU5H9qu52w5pjNBYC8P 99SV2j/yhGa+n/VLTEiJpTgj0VCLuag4EQBtDkwzsgIAAA== X-MTR: 20000000000000000@CPGS Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1844 Lines: 41 This patches just replace the deprecated extcon API without any change of extcon operation and use the resource-managed function for extcon_register_notifier(). The new extcon API instead of deprecated API. - extcon_set_cable_state_() -> extcon_set_state_sync(); - extcon_get_cable_state_() -> extcon_get_state(); The each patch has not any dependency among patches. So, each maintainer could pick up each patch without any problem. Chanwoo Choi (12): phy: rcar-gen3-usb2: Replace the deprecated extcon API phy: sun4i-usb: Replace the deprecated extcon API power_supply: axp288_charger: Replace the extcon API power_supply: qcom_smbb: Replace the deprecated extcon API usb: chipdata: Replace the extcon API usb: dwc3: omap: Replace the extcon API usb: sunxi: Uses the resource-managed extcon API when registering extcon notifier usb: phy: msm: Replace the extcon API usb: phy: omap-otg: Replace the extcon API usb: phy: qcom-8x16-usb: Replace the extcon API usb: phy: tahvo: Replace the deprecated extcon API usb: renesas_usbhs: Replace the deprecated extcon API drivers/phy/phy-rcar-gen3-usb2.c | 8 +++--- drivers/phy/phy-sun4i-usb.c | 4 +-- drivers/power/supply/axp288_charger.c | 51 +++++++++-------------------------- drivers/power/supply/qcom_smbb.c | 2 +- drivers/usb/chipidea/core.c | 30 +++++---------------- drivers/usb/dwc3/dwc3-omap.c | 20 +++++--------- drivers/usb/musb/sunxi.c | 12 +++------ drivers/usb/phy/phy-msm-usb.c | 33 ++++++++--------------- drivers/usb/phy/phy-omap-otg.c | 24 +++++------------ drivers/usb/phy/phy-qcom-8x16-usb.c | 13 +++------ drivers/usb/phy/phy-tahvo.c | 10 +++---- drivers/usb/renesas_usbhs/common.c | 2 +- 12 files changed, 63 insertions(+), 146 deletions(-) -- 1.9.1