All of lore.kernel.org
 help / color / mirror / Atom feed
From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] phy: Replace the deprecated extcon API
Date: Mon, 31 Jul 2017 10:48:27 +0900	[thread overview]
Message-ID: <597E8C6B.1060004@samsung.com> (raw)
In-Reply-To: <1500254456-6525-1-git-send-email-cw00.choi@samsung.com>

Dear Kishon and Felipe,

Please review the patch3/patch4.


On 2017? 07? 17? 10:20, Chanwoo Choi wrote:
> These patches replace the deprecated extcon API
> and remove them from extcon framework.
> 
> The patch1 and patch2 were already acked by Kishon Vijay Abraham I.
> If patch3/patch4 are reviewed, I'll create the immutable branch
> and send the pull request to both usb and phy maintainer.
> 
> 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(-)
> 


-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

WARNING: multiple messages have this Message-ID (diff)
From: Chanwoo Choi <cw00.choi@samsung.com>
To: kishon@ti.com, balbi@kernel.org, gregkh@linuxfoundation.org
Cc: 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 0/5] phy: Replace the deprecated extcon API
Date: Mon, 31 Jul 2017 10:48:27 +0900	[thread overview]
Message-ID: <597E8C6B.1060004@samsung.com> (raw)
In-Reply-To: <1500254456-6525-1-git-send-email-cw00.choi@samsung.com>

Dear Kishon and Felipe,

Please review the patch3/patch4.


On 2017년 07월 17일 10:20, Chanwoo Choi wrote:
> These patches replace the deprecated extcon API
> and remove them from extcon framework.
> 
> The patch1 and patch2 were already acked by Kishon Vijay Abraham I.
> If patch3/patch4 are reviewed, I'll create the immutable branch
> and send the pull request to both usb and phy maintainer.
> 
> 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(-)
> 


-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

  parent reply	other threads:[~2017-07-31  1:48 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170717012057epcas1p11fe3d445ed16c7f94b57922b0a8f243a@epcas1p1.samsung.com>
2017-07-17  1:20 ` [PATCH 0/5] phy: Replace the deprecated extcon API Chanwoo Choi
2017-07-17  1:20   ` Chanwoo Choi
2017-07-17  1:20   ` [PATCH 1/5] phy: qcom-usb-hs: Replace the " Chanwoo Choi
2017-07-17  1:20     ` Chanwoo Choi
2017-07-17  1:20   ` [PATCH 2/5] phy: rockchip-inno-usb2: " Chanwoo Choi
2017-07-17  1:20     ` Chanwoo Choi
     [not found]     ` <1500254456-6525-3-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2017-08-02  5:12       ` Kishon Vijay Abraham I
2017-08-02  5:12         ` Kishon Vijay Abraham I
2017-08-02  5:12         ` Kishon Vijay Abraham I
     [not found]         ` <06154871-a821-edab-23d8-340c5b0f5081-l0cyMroinI0@public.gmane.org>
2017-08-03  8:11           ` Chanwoo Choi
2017-08-03  8:11             ` Chanwoo Choi
2017-08-03  8:11             ` Chanwoo Choi
2017-07-17  1:20   ` [PATCH 3/5] phy: phy-bcm-ns2-usbdrd: Replace the deprecated " Chanwoo Choi
2017-07-17  1:20     ` Chanwoo Choi
2017-08-02  5:12     ` Kishon Vijay Abraham I
2017-08-02  5:12       ` Kishon Vijay Abraham I
2017-07-17  1:20   ` [PATCH 4/5] usb: gadget: udc: " Chanwoo Choi
2017-07-17  1:20     ` Chanwoo Choi
2017-07-17  1:20   ` [PATCH 5/5] extcon: Remove deprecated extcon_set/get_cable_state_() Chanwoo Choi
2017-07-17  1:20     ` Chanwoo Choi
2017-07-31  1:48   ` Chanwoo Choi [this message]
2017-07-31  1:48     ` [PATCH 0/5] phy: 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=597E8C6B.1060004@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.