From: Bin Liu <b-liu@ti.com>
To: Alexandre Bailon <abailon@baylibre.com>
Cc: <david@lechnology.com>, <balbi@kernel.org>,
<khilman@baylibre.com>, <linux-kernel@vger.kernel.org>,
<linux-usb@vger.kernel.org>, <nsekhar@ti.com>
Subject: Re: [PATCH v6 0/2] usb: musb: da8xx: Fix few issues
Date: Fri, 18 Nov 2016 12:11:58 -0600 [thread overview]
Message-ID: <20161118181158.GB29773@uda0271908> (raw)
In-Reply-To: <1479231767-2434-1-git-send-email-abailon@baylibre.com>
On Tue, Nov 15, 2016 at 06:42:45PM +0100, Alexandre Bailon wrote:
> This series require the following patch to build:
> [PATCH 1/6] usb: musb: Fix broken use of static variable for multiple instances
>
> Currently, the USB OTG of the da8xx doesn't work.
> This series intend to fix them.
>
> Change in v2:
> * Fix the error path da8xx_musb_init()
>
> Changes in v3:
> * Remove the host workaround that was not working on every platform
> * Add a property to the devicetree node of phy to force the phy in a specific
> mode (host or device).
> * Only use dr_mode to configure the controller mode and let the phy in OTG mode.
> The main goal of this change is to prevent the phy to be set in host or
> device mode because these modes have some issues.
>
> Changes in v4:
> * Enable VBUS sense and session end comparator during probe of phy.
> * Add a quirk flag to skip the phy set mode made during the init of musb.
> In that way, we can still can configure the phy mode by using mode file in
> sysfs and configure the controller mode by using dr_mode or platform_data.
> * Init the phy in otg mode in da8xx glue driver.
>
> Changes in v5:
> * Add the init argument to musb_platform_set_mode() and set_mode() callback.
> * Remove the quirk
> * Configure the DA8xx phy in OTG mode if da8xx_musb_set_mode() is called from
> init.
>
> Changes in v6:
> * Remove the patch that was adding a new parametter to musb_platform_set_mode().
> Instead, use the variable is_initialized.
> * The patch fixing the phy has been merged to phy-next, so I removed it from
> this series.
>
> Alexandre Bailon (2):
> usb: musb: da8xx: Call earlier clk_prepare_enable()
> usb: musb: da8xx: Set phy in OTG mode by default
Applied. Thanks.
-Bin.
>
> drivers/usb/musb/da8xx.c | 24 +++++++++++++++---------
> 1 file changed, 15 insertions(+), 9 deletions(-)
>
> --
> 2.7.3
>
prev parent reply other threads:[~2016-11-18 18:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 17:42 [PATCH v6 0/2] usb: musb: da8xx: Fix few issues Alexandre Bailon
2016-11-15 17:42 ` [PATCH v6 1/2] usb: musb: da8xx: Call earlier clk_prepare_enable() Alexandre Bailon
2016-11-15 17:42 ` [PATCH v6 2/2] usb: musb: da8xx: Set phy in OTG mode by default Alexandre Bailon
2016-11-18 18:11 ` Bin Liu [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=20161118181158.GB29773@uda0271908 \
--to=b-liu@ti.com \
--cc=abailon@baylibre.com \
--cc=balbi@kernel.org \
--cc=david@lechnology.com \
--cc=khilman@baylibre.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=nsekhar@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox