linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] extcon: Replace the deprecated extcon API
@ 2016-11-30  5:57 Chanwoo Choi
  2016-11-30  5:57 ` [PATCH 01/12] phy: rcar-gen3-usb2: " Chanwoo Choi
                   ` (11 more replies)
  0 siblings, 12 replies; 34+ messages in thread
From: Chanwoo Choi @ 2016-11-30  5:57 UTC (permalink / raw)
  To: balbi, gregkh, kishon, sre
  Cc: Peter.Chen, wens, yoshihiro.shimoda.uh, maxime.ripard, b-liu,
	linux-kernel, linux-arm-kernel, linux-pm, linux-usb, linux-omap,
	linux-renesas-soc, cw00.choi, chanwoo

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

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2016-12-30  6:45 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-30  5:57 [PATCH 00/12] extcon: Replace the deprecated extcon API Chanwoo Choi
2016-11-30  5:57 ` [PATCH 01/12] phy: rcar-gen3-usb2: " Chanwoo Choi
2016-12-06  0:25   ` Chanwoo Choi
2016-12-06  1:35   ` Yoshihiro Shimoda
2016-11-30  5:57 ` [PATCH 02/12] phy: sun4i-usb: " Chanwoo Choi
2016-11-30  5:57 ` [PATCH 03/12] power_supply: axp288_charger: Replace the " Chanwoo Choi
2016-12-06  0:26   ` Chanwoo Choi
2016-12-07  3:05     ` Sebastian Reichel
2016-12-07  3:45       ` Chanwoo Choi
2016-11-30  5:57 ` [PATCH 04/12] power_supply: qcom_smbb: Replace the deprecated " Chanwoo Choi
2016-11-30  5:57 ` [PATCH 05/12] usb: chipdata: Replace the " Chanwoo Choi
2016-12-02  6:59   ` Peter Chen
2016-11-30  5:57 ` [PATCH 06/12] usb: dwc3: omap: " Chanwoo Choi
2016-11-30 10:36   ` Felipe Balbi
2016-12-02  7:52     ` Chanwoo Choi
2016-12-02  9:03       ` Felipe Balbi
2016-12-02 13:20         ` Chanwoo Choi
2016-12-30  2:46         ` Chanwoo Choi
2016-12-30  6:45           ` Chanwoo Choi
2016-11-30  5:57 ` [PATCH 07/12] usb: sunxi: Uses the resource-managed extcon API when registering extcon notifier Chanwoo Choi
2016-11-30  8:45   ` Maxime Ripard
2016-12-05 16:32     ` Bin Liu
2016-12-06  0:21       ` Chanwoo Choi
2016-11-30  5:57 ` [PATCH 08/12] usb: phy: msm: Replace the extcon API Chanwoo Choi
2016-11-30 10:40   ` Felipe Balbi
2016-11-30  5:57 ` [PATCH 09/12] usb: phy: omap-otg: " Chanwoo Choi
2016-11-30 10:41   ` Felipe Balbi
2016-11-30  5:57 ` [PATCH 10/12] usb: phy: qcom-8x16-usb: " Chanwoo Choi
2016-11-30 10:42   ` Felipe Balbi
2016-11-30  5:57 ` [PATCH 11/12] usb: phy: tahvo: Replace the deprecated " Chanwoo Choi
2016-11-30 10:42   ` Felipe Balbi
2016-11-30  5:57 ` [PATCH 12/12] usb: renesas_usbhs: " Chanwoo Choi
2016-11-30 10:43   ` Felipe Balbi
2016-12-06  1:35   ` Yoshihiro Shimoda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).