All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Ruehl <chris.ruehl@gtsys.com.hk>
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: peter.chen@freescale.com, gregkh@linuxfoundation.org,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3 v4] usb: chipidea: Reallocate regmap only if lpm is detected
Date: Wed, 04 Dec 2013 09:37:55 +0800	[thread overview]
Message-ID: <529E8773.1010505@gtsys.com.hk> (raw)
In-Reply-To: <529DBC81.5030805@pengutronix.de>

>> @@ -642,6 +643,10 @@ static int ci_hdrc_probe(struct platform_device *pdev)
>>   			: CI_ROLE_GADGET;
>>   	}
>>
>> +	/* only update vbus status for peripheral */
>> +	if (ci->role == CI_ROLE_GADGET)
>> +		ci_handle_vbus_change(ci);
>> +
>
> This change seems unrelated to me.
>
> Marc

My fault I test a patch from Fabio on the wrong working branch. I must be
more careful.

Chris

      parent reply	other threads:[~2013-12-04  1:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-03  8:01 [PATCH 1/3 v4] usb: chipidea: Reallocate regmap only if lpm is detected Chris Ruehl
2013-12-03  8:01 ` [PATCH 2/3 v4] Fix Internal error: : 808 [#1] ARM related to STS flag Chris Ruehl
2013-12-03  8:01 ` [PATCH 3/3 v4] usb: chipidea: hw_phymode_configure moved before ci_usb_phy_init Chris Ruehl
2013-12-03 14:27   ` Peter Chen
2014-01-22  9:49   ` Regression on next-20140116 [Was: [PATCH 3/3 v4] usb: chipidea: hw_phymode_configure moved before ci_usb_phy_init] Uwe Kleine-König
2014-01-22 21:41     ` Uwe Kleine-König
2014-01-23  1:22       ` Peter Chen
2014-01-23  4:59         ` Chris Ruehl
2014-01-24 10:18         ` Uwe Kleine-König
2013-12-03 11:12 ` [PATCH 1/3 v4] usb: chipidea: Reallocate regmap only if lpm is detected Marc Kleine-Budde
2013-12-03 13:57   ` Peter Chen
2013-12-04  1:37   ` Chris Ruehl [this message]

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=529E8773.1010505@gtsys.com.hk \
    --to=chris.ruehl@gtsys.com.hk \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=peter.chen@freescale.com \
    /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.