From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] usb: Replace the deprecated extcon API
Date: Wed, 16 Aug 2017 10:52:32 +0900 [thread overview]
Message-ID: <5993A560.2070301@samsung.com> (raw)
In-Reply-To: <1501748448-26821-1-git-send-email-cw00.choi@samsung.com>
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(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Chanwoo Choi <cw00.choi@samsung.com>
To: balbi@kernel.org, kishon@ti.com
Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org,
chanwoo@kernel.org, myungjoo.ham@samsung.com
Subject: Re: [PATCH v2 0/5] usb: Replace the deprecated extcon API
Date: Wed, 16 Aug 2017 10:52:32 +0900 [thread overview]
Message-ID: <5993A560.2070301@samsung.com> (raw)
In-Reply-To: <1501748448-26821-1-git-send-email-cw00.choi@samsung.com>
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(-)
>
next prev parent reply other threads:[~2017-08-16 1:52 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20170803082049epcas1p3ca6cb415ce40b24fa360f7155ea0829c@epcas1p3.samsung.com>
2017-08-03 8:20 ` [PATCH v2 0/5] usb: Replace the deprecated extcon API Chanwoo Choi
2017-08-03 8:20 ` Chanwoo Choi
2017-08-03 8:20 ` [PATCH v2 1/5] phy: qcom-usb-hs: Replace the " Chanwoo Choi
2017-08-03 8:20 ` Chanwoo Choi
2017-08-03 8:20 ` [PATCH v2 2/5] phy: rockchip-inno-usb2: " Chanwoo Choi
2017-08-03 8:20 ` Chanwoo Choi
2017-08-03 8:20 ` [PATCH v2 3/5] phy: phy-bcm-ns2-usbdrd: Replace the deprecated " Chanwoo Choi
2017-08-03 8:20 ` Chanwoo Choi
2017-08-03 8:20 ` [PATCH v2 4/5] usb: gadget: udc: " Chanwoo Choi
2017-08-03 8:20 ` Chanwoo Choi
2017-08-07 2:07 ` Chanwoo Choi
2017-08-07 2:07 ` Chanwoo Choi
2017-08-10 0:09 ` Chanwoo Choi
2017-08-10 0:09 ` Chanwoo Choi
2017-08-15 9:48 ` Felipe Balbi
2017-08-15 9:48 ` Felipe Balbi
2017-08-16 0:19 ` Chanwoo Choi
2017-08-16 0:19 ` Chanwoo Choi
2017-08-03 8:20 ` [PATCH v2 5/5] extcon: Remove deprecated extcon_set/get_cable_state_() Chanwoo Choi
2017-08-03 8:20 ` Chanwoo Choi
2017-08-16 1:52 ` Chanwoo Choi [this message]
2017-08-16 1:52 ` [PATCH v2 0/5] usb: Replace the deprecated extcon API Chanwoo Choi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5993A560.2070301@samsung.com \
--to=cw00.choi@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.