public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: cw00.choi@samsung•com (Chanwoo Choi)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 01/12] phy: rcar-gen3-usb2: Replace the deprecated extcon API
Date: Tue, 06 Dec 2016 09:25:25 +0900	[thread overview]
Message-ID: <58460575.8030008@samsung.com> (raw)
In-Reply-To: <1480485460-2663-2-git-send-email-cw00.choi@samsung.com>

Hi Kishon,

Could you review and pick the patch1/2 for phy driver?

Best Regards,
Chanwoo Choi

On 2016? 11? 30? 14:57, Chanwoo Choi wrote:
> This patch replaces the deprecated extcon API as following:
> - extcon_set_cable_state_() -> extcon_set_state_sync()
> 
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung•com>
> ---
>  drivers/phy/phy-rcar-gen3-usb2.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/phy/phy-rcar-gen3-usb2.c b/drivers/phy/phy-rcar-gen3-usb2.c
> index bd2430d7339c..7f8081f157f4 100644
> --- a/drivers/phy/phy-rcar-gen3-usb2.c
> +++ b/drivers/phy/phy-rcar-gen3-usb2.c
> @@ -93,11 +93,11 @@ static void rcar_gen3_phy_usb2_work(struct work_struct *work)
>  						 work);
>  
>  	if (ch->extcon_host) {
> -		extcon_set_cable_state_(ch->extcon, EXTCON_USB_HOST, true);
> -		extcon_set_cable_state_(ch->extcon, EXTCON_USB, false);
> +		extcon_set_state_sync(ch->extcon, EXTCON_USB_HOST, true);
> +		extcon_set_state_sync(ch->extcon, EXTCON_USB, false);
>  	} else {
> -		extcon_set_cable_state_(ch->extcon, EXTCON_USB_HOST, false);
> -		extcon_set_cable_state_(ch->extcon, EXTCON_USB, true);
> +		extcon_set_state_sync(ch->extcon, EXTCON_USB_HOST, false);
> +		extcon_set_state_sync(ch->extcon, EXTCON_USB, true);
>  	}
>  }
>  
> 

  reply	other threads:[~2016-12-06  0:25 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=58460575.8030008@samsung.com \
    --to=cw00.choi@samsung$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox