From: mgr@pengutronix.de (Michael Grzeschik)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/6] support other fsl SoCs with usbmisc + small fixes
Date: Mon, 18 Mar 2013 14:30:00 +0100 [thread overview]
Message-ID: <20130318133000.GA16342@pengutronix.de> (raw)
In-Reply-To: <20130307225403.GI29785@pengutronix.de>
On Thu, Mar 07, 2013 at 11:54:03PM +0100, Michael Grzeschik wrote:
> Hey Alex,
>
> On Thu, Jan 24, 2013 at 11:42:53AM +0200, Alexander Shishkin wrote:
> > Peter Chen <peter.chen@freescale.com> writes:
> >
> > > On Tue, Nov 27, 2012 at 05:16:55PM +0100, Michael Grzeschik wrote:
> > >> Nearly every SoC from Freescale has this non-core usb registers. This series
> > >> adds support for more users of this driver.
> > >>
> > >> This series is based on Peter Chen's work. Its needed to merge his master branch
> > >> before applying this series:
> > >>
> > >> https://github.com/hzpeterchen/linux-usb.git
> > >
> > > I have tested it at i.mx6q sabrelite board, it works good.
> > >
> > > I have pushed your commit to my git, please cc me
> > > your coming chipidea patches, thanks.
> > >
> > > Alex, please add:
> > >
> > > Reviewed-by: Peter Chen <peter.chen@freescale.com>
> > > Tested-by: Peter Chen <peter.chen@freescale.com>
> >
> > Looks good, queueing this one for submission.
>
> Now that you have your git-tree [1], could you queue that for
> submission?
>
> [1] git://github.com/virtuoso/linux-ci.git ci-for-greg
Ping!
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
WARNING: multiple messages have this Message-ID (diff)
From: Michael Grzeschik <mgr-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
To: Alexander Shishkin
<alexander.shishkin-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Cc: Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>,
Michael Grzeschik
<m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
mkl-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org,
fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org,
kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Subject: Re: [PATCH v4 0/6] support other fsl SoCs with usbmisc + small fixes
Date: Mon, 18 Mar 2013 14:30:00 +0100 [thread overview]
Message-ID: <20130318133000.GA16342@pengutronix.de> (raw)
In-Reply-To: <20130307225403.GI29785-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
On Thu, Mar 07, 2013 at 11:54:03PM +0100, Michael Grzeschik wrote:
> Hey Alex,
>
> On Thu, Jan 24, 2013 at 11:42:53AM +0200, Alexander Shishkin wrote:
> > Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org> writes:
> >
> > > On Tue, Nov 27, 2012 at 05:16:55PM +0100, Michael Grzeschik wrote:
> > >> Nearly every SoC from Freescale has this non-core usb registers. This series
> > >> adds support for more users of this driver.
> > >>
> > >> This series is based on Peter Chen's work. Its needed to merge his master branch
> > >> before applying this series:
> > >>
> > >> https://github.com/hzpeterchen/linux-usb.git
> > >
> > > I have tested it at i.mx6q sabrelite board, it works good.
> > >
> > > I have pushed your commit to my git, please cc me
> > > your coming chipidea patches, thanks.
> > >
> > > Alex, please add:
> > >
> > > Reviewed-by: Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> > > Tested-by: Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> >
> > Looks good, queueing this one for submission.
>
> Now that you have your git-tree [1], could you queue that for
> submission?
>
> [1] git://github.com/virtuoso/linux-ci.git ci-for-greg
Ping!
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" 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:[~2013-03-18 13:30 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-27 16:16 [PATCH v4 0/6] support other fsl SoCs with usbmisc + small fixes Michael Grzeschik
2012-11-27 16:16 ` Michael Grzeschik
2012-11-27 16:16 ` [PATCH v4 1/6] usb: chipidea: usbmisc: rename file, struct and functions to usbmisc_imx Michael Grzeschik
2012-11-27 16:16 ` Michael Grzeschik
2012-11-27 16:16 ` [PATCH v4 2/6] usb: chipidea: usbmisc: unset global varibale usbmisc on driver remove Michael Grzeschik
2012-11-27 16:16 ` Michael Grzeschik
2012-11-27 16:16 ` [PATCH v4 3/6] usb: chipidea: usbmisc: fix a potential race condition Michael Grzeschik
2012-11-27 16:16 ` Michael Grzeschik
2012-11-27 16:16 ` [PATCH v4 4/6] usb: chipidea: usbmisc: prepare driver to handle more than one soc Michael Grzeschik
2012-11-27 16:16 ` Michael Grzeschik
2012-11-27 16:17 ` [PATCH v4 5/6] usb: chipidea: usbmisc: add mx53 support Michael Grzeschik
2012-11-27 16:17 ` Michael Grzeschik
2012-11-27 16:17 ` [PATCH v4 6/6] usb: chipidea: usbmisc: add post handling and errata fix for mx25 Michael Grzeschik
2012-11-27 16:17 ` Michael Grzeschik
2012-11-28 2:52 ` [PATCH v4 0/6] support other fsl SoCs with usbmisc + small fixes Peter Chen
2012-11-28 2:52 ` Peter Chen
2013-01-07 17:31 ` Fabio Estevam
2013-01-07 17:31 ` Fabio Estevam
2013-01-24 9:42 ` Alexander Shishkin
2013-01-24 9:42 ` Alexander Shishkin
2013-03-07 22:54 ` Michael Grzeschik
2013-03-07 22:54 ` Michael Grzeschik
2013-03-18 13:30 ` Michael Grzeschik [this message]
2013-03-18 13:30 ` Michael Grzeschik
2013-03-27 1:26 ` Alexander Shishkin
2013-03-27 1:26 ` Alexander Shishkin
2013-03-22 17:12 ` Michael Grzeschik
2013-03-22 17:12 ` Michael Grzeschik
2013-03-25 13:11 ` Fabio Estevam
2013-03-25 13:11 ` Fabio Estevam
2013-03-25 16:29 ` Michael Grzeschik
2013-03-25 16:29 ` Michael Grzeschik
2013-03-25 17:30 ` Greg KH
2013-03-25 17:30 ` Greg KH
2013-03-26 12:53 ` Alexander Shishkin
2013-03-26 12:53 ` Alexander Shishkin
2013-03-29 16:00 ` Alexander Shishkin
2013-03-29 16:00 ` Alexander Shishkin
2013-03-29 16:16 ` Greg KH
2013-03-29 16:16 ` Greg KH
2013-03-26 12:08 ` Alexander Shishkin
2013-03-26 12:08 ` Alexander Shishkin
2013-03-26 12:09 ` Felipe Balbi
2013-03-26 12:09 ` Felipe Balbi
2013-03-27 11:05 ` Michael Grzeschik
2013-03-27 11:05 ` Michael Grzeschik
2013-03-27 13:57 ` Alexander Shishkin
2013-03-27 13:57 ` Alexander Shishkin
2013-03-26 12:29 ` Alexander Shishkin
2013-03-26 12:29 ` Alexander Shishkin
2013-03-26 13:34 ` Michael Grzeschik
2013-03-26 13:34 ` Michael Grzeschik
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=20130318133000.GA16342@pengutronix.de \
--to=mgr@pengutronix.de \
--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.