Dear Kishon and Felipe, I applied these patches on extcon-next branch for v4.14-rc1. And I created the immutable branch ('ib-extcon-usb-phy-4.14') and send the pull-request for these patches in order to prevent the merge conflict. Best Regards, Chanwoo Choi The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git ib-extcon-usb-phy-4.14 for you to fetch changes up to 808ae8f3c7fefef3aece08820c108b68cdb06e1e: extcon: Remove deprecated extcon_set/get_cable_state_() (2017-08-16 09:21:49 +0900) ---------------------------------------------------------------- Chanwoo Choi (5): phy: qcom-usb-hs: Replace the extcon API phy: rockchip-inno-usb2: Replace the extcon API phy: phy-bcm-ns2-usbdrd: Replace the deprecated extcon API usb: gadget: udc: Replace the deprecated extcon API extcon: Remove deprecated extcon_set/get_cable_state_() drivers/phy/broadcom/phy-bcm-ns2-usbdrd.c | 8 ++++---- drivers/phy/qualcomm/phy-qcom-usb-hs.c | 14 +++----------- drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 10 +++++----- drivers/usb/gadget/udc/snps_udc_plat.c | 6 +++--- include/linux/extcon.h | 11 ----------- 5 files changed, 15 insertions(+), 34 deletions(-) On 2017년 08월 03일 17:20, Chanwoo Choi wrote: > These patches replace the deprecated extcon API and remove them from extcon. > > Patch4 (drivers/usb/gadget/udc/snps_udc_plat.c) neeeds the review > from usb maintainer. After finishing the review of patch4, > I'll create the immutable branch and send the pull request > to both usb and phy maintainer. > > Changes from v1: > - Fix capital error for 'acked-by' tag on patch2 > - Add the acked-by tag of 'Kishon Vijay Abraham I' to patch3 > > Chanwoo Choi (5): > phy: qcom-usb-hs: Replace the extcon API > phy: rockchip-inno-usb2: Replace the extcon API > phy: phy-bcm-ns2-usbdrd: Replace the deprecated extcon API > usb: gadget: udc: Replace the deprecated extcon API > extcon: Remove deprecated extcon_set/get_cable_state_() > > drivers/phy/broadcom/phy-bcm-ns2-usbdrd.c | 8 ++++---- > drivers/phy/qualcomm/phy-qcom-usb-hs.c | 14 +++----------- > drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 10 +++++----- > drivers/usb/gadget/udc/snps_udc_plat.c | 6 +++--- > include/linux/extcon.h | 11 ----------- > 5 files changed, 15 insertions(+), 34 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html