From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH v3 0/5] usb: change clock information for chipidea
Date: Wed, 30 Sep 2015 14:48:57 +0800 [thread overview]
Message-ID: <20150930064857.GF16362@tiger> (raw)
In-Reply-To: <20150930062427.GA1665@shlinux2>
On Wed, Sep 30, 2015 at 02:24:28PM +0800, Peter Chen wrote:
> On Wed, Sep 30, 2015 at 01:28:36PM +0800, Shawn Guo wrote:
> > On Wed, Sep 30, 2015 at 10:25:20AM +0800, Peter Chen wrote:
> > > This patch set changes usb clock information for legacy i.mx platforms.
> > > At these platforms, they needs three clocks to let controller work.
> > >
> > > Hi Shawn,
> > >
> > > Fabio has tested for both imx27 and imx25 platforms.
> > > I have queued 1/5 and 5/5, would you please help to queue others,
> > > thanks.
> > >
> > > Changes for v3:
> > > - Delete property "needs-three-clocks", and using of_device_id->data
> > > to differentiate platforms
> > > - change <stable@vger.kernel.org> #v3.19+ to <stable@vger.kernel.org> #v4.1+
> >
> > So the last patch will be sent as a fix with stable on copy?
>
> Yes
>
> > In that
> > case, will USB driver just work without corresponding DTS change? Or
> > the driver change has a dependency on the DTS change?
> >
>
> At v4.1, One of USB driver changes break i.mx27's USB function.
> The driver's change at patch 5/5 is also tagged for stable tree,
> so it needs both DTS and driver's change to let i.mx27 USB work from
> v4.1.
In that case, you need to have dts and driver changes go through the
same tree. For dts patches, you can have
Acked-by: Shawn Guo <shawnguo@kernel.org>
As a side note, the kernel change breaks the ABI with DT anyway.
Shawn
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
pawel.moll-5wv7dgnIgG8@public.gmane.org
Subject: Re: [RESEND PATCH v3 0/5] usb: change clock information for chipidea
Date: Wed, 30 Sep 2015 14:48:57 +0800 [thread overview]
Message-ID: <20150930064857.GF16362@tiger> (raw)
In-Reply-To: <20150930062427.GA1665@shlinux2>
On Wed, Sep 30, 2015 at 02:24:28PM +0800, Peter Chen wrote:
> On Wed, Sep 30, 2015 at 01:28:36PM +0800, Shawn Guo wrote:
> > On Wed, Sep 30, 2015 at 10:25:20AM +0800, Peter Chen wrote:
> > > This patch set changes usb clock information for legacy i.mx platforms.
> > > At these platforms, they needs three clocks to let controller work.
> > >
> > > Hi Shawn,
> > >
> > > Fabio has tested for both imx27 and imx25 platforms.
> > > I have queued 1/5 and 5/5, would you please help to queue others,
> > > thanks.
> > >
> > > Changes for v3:
> > > - Delete property "needs-three-clocks", and using of_device_id->data
> > > to differentiate platforms
> > > - change <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> #v3.19+ to <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> #v4.1+
> >
> > So the last patch will be sent as a fix with stable on copy?
>
> Yes
>
> > In that
> > case, will USB driver just work without corresponding DTS change? Or
> > the driver change has a dependency on the DTS change?
> >
>
> At v4.1, One of USB driver changes break i.mx27's USB function.
> The driver's change at patch 5/5 is also tagged for stable tree,
> so it needs both DTS and driver's change to let i.mx27 USB work from
> v4.1.
In that case, you need to have dts and driver changes go through the
same tree. For dts patches, you can have
Acked-by: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
As a side note, the kernel change breaks the ABI with DT anyway.
Shawn
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-09-30 6:48 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-30 2:25 [RESEND PATCH v3 0/5] usb: change clock information for chipidea Peter Chen
2015-09-30 2:25 ` Peter Chen
2015-09-30 2:25 ` [RESEND PATCH v3 1/5] doc: dt-binding: ci-hdrc-usb2: split vendor specific properties Peter Chen
2015-09-30 2:25 ` Peter Chen
2015-09-30 2:25 ` [RESEND PATCH v3 2/5] ARM: dts: imx27.dtsi: change the clock information for usb Peter Chen
2015-09-30 2:25 ` Peter Chen
2015-09-30 2:25 ` Peter Chen
2015-09-30 2:25 ` [RESEND PATCH v3 3/5] ARM: dts: imx25.dtsi: " Peter Chen
2015-09-30 2:25 ` Peter Chen
2015-09-30 2:25 ` [RESEND PATCH v3 4/5] ARM: dts: imx35.dtsi: " Peter Chen
2015-09-30 2:25 ` Peter Chen
2015-09-30 2:25 ` [RESEND PATCH v3 5/5] usb: chipidea: imx: refine clock operations to adapt for all platforms Peter Chen
2015-09-30 2:25 ` Peter Chen
2015-09-30 2:25 ` Peter Chen
2015-09-30 5:28 ` [RESEND PATCH v3 0/5] usb: change clock information for chipidea Shawn Guo
2015-09-30 5:28 ` Shawn Guo
2015-09-30 6:24 ` Peter Chen
2015-09-30 6:24 ` Peter Chen
2015-09-30 6:48 ` Shawn Guo [this message]
2015-09-30 6:48 ` Shawn Guo
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=20150930064857.GF16362@tiger \
--to=shawnguo@kernel.org \
--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.