public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] Clean up ehci-omap and extend support for omap3/4 socs
Date: Mon, 27 Feb 2012 17:29:27 +0100	[thread overview]
Message-ID: <201202271729.27840.marek.vasut@gmail.com> (raw)
In-Reply-To: <CA+M6bXknX7pvCxykfhC9Lxsx9UyK_c80w3a1UHq0cDri87FaXw@mail.gmail.com>

> On Mon, Feb 27, 2012 at 6:51 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
> >> Hi Marek,
> >> 
> >> On Mon, Feb 27, 2012 at 4:43 AM, Marek Vasut <marex@denx.de> wrote:
> >> >> From: "Govindraj.R" <govindraj.raja@ti.com>
> >> >> 
> >> >> Clean up ehci-omap added and make it generic to extend support for
> >> >> omap4 socs. Add ehci support for panda board.
> >> >> 
> >> >> Patch series depends on below patch:
> >> >>       http://patchwork.ozlabs.org/patch/130952/
> >> >> 
> >> >> Patch series based commit id:
> >> >>       9a420986cccc9bd2c37affd931d627b3c3e72952
> >> >> 
> >> >> This patch series long with above dependent patch is avialable at:
> >> >>       git://gitorious.org/denx_u-boot/denx_uboot_omap.git
> >> >>       v2_ehci_omap4
> >> >> 
> >> >> Fatls, ping and tftp was tested with this patch series.
> >> >> Test log for Panda available here:
> >> >>       http://pastebin.pandaboard.org/index.php/view/55361716
> >> >> Test log for Beagle-XM available here:
> >> >>       http://pastebin.pandaboard.org/index.php/view/98437825
> >> > 
> >> > Hi,
> >> > 
> >> > what's the status of this patch/patchset?
> >> 
> >> It's merged.
> >> 
> >> ubnuser at ula0131859:~/clones/mainline_loaders/u-boot$ gls
> >> dd54d31..49be71c 49be71c  OMAP4: ehci-omap: enable ehci-omap for panda
> >> boards (2 weeks ago) 860004c  OMAP4: clock-common: Move the usb dppl
> >> configuration to new func (2 weeks ago)
> >> 95f8791  OMAP3+: Clock: Adding ehci clock enabling (2 weeks ago)
> >> 43b6239  ehci-omap: Clean up added ehci-omap.c (2 weeks ago)
> >> 29321c0  ehci-omap: driver for EHCI host on OMAP3 (2 weeks ago)
> >> 928c4bd  usb: ulpi: Add omap-ulpi-view port support (2 weeks ago)
> >> 3e6e809  usb: ulpi: Extend the existing ulpi framework. (2 weeks ago)
> > 
> > That's good. Thank you. Cleaned up in patchwork
> 
> Cleaned up how?  I had been (I thought...) keeping the old serieses
> marked as superseded/changes requested/etc and the one that made it in
> accepted.  Thanks.

There was a patch that was not marked in any way, so I set it to superseded.

M

      reply	other threads:[~2012-02-27 16:29 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-06  9:03 [U-Boot] [PATCH v2 0/4] Clean up ehci-omap and extend support for omap3/4 socs Govindraj.R
2012-01-06  9:03 ` [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c Govindraj.R
2012-01-10 16:07   ` Marek Vasut
2012-01-11  6:07     ` Govindraj
2012-01-11 10:52       ` Marek Vasut
2012-01-11 11:32         ` Govindraj
2012-01-11 12:46           ` Marek Vasut
2012-01-11 13:00             ` Govindraj
2012-01-11 13:28               ` Marek Vasut
2012-01-11 14:13                 ` Govindraj
2012-01-11 14:34                   ` Marek Vasut
2012-01-11 15:03                     ` Igor Grinberg
2012-01-11 18:50                       ` Marek Vasut
2012-01-12  5:45                       ` Govindraj
2012-01-12  9:23                         ` Igor Grinberg
2012-01-12 10:52                           ` Govindraj
2012-01-17  6:10                             ` Govindraj
2012-01-18 17:51                               ` Igor Grinberg
2012-01-19  8:15                                 ` Govindraj
2012-01-22 12:20                                   ` Igor Grinberg
2012-01-25  9:04                                     ` Govindraj
2012-01-25 13:40                                       ` Igor Grinberg
2012-01-27 13:29                                         ` Govindraj
2012-01-29  9:42                                           ` Igor Grinberg
2012-01-29 11:42                                             ` Stefano Babic
2012-02-01 11:01                                               ` Igor Grinberg
2012-02-01 11:26                                                 ` Stefano Babic
2012-02-01 13:22                                                   ` Igor Grinberg
2012-02-03 12:52                                               ` Govindraj
2012-02-03 12:50                                             ` Govindraj
2012-02-03 13:18                                               ` Igor Grinberg
2012-01-17 18:17                             ` Igor Grinberg
2012-01-06  9:03 ` [U-Boot] [PATCH v2 2/4] OMAP3+: Clock: Adding ehci clock enabling Govindraj.R
2012-01-06  9:04 ` [U-Boot] [PATCH v2 3/4] OMAP4: clock-common: Move the usb dppl configuration to new func Govindraj.R
2012-01-06  9:04 ` [U-Boot] [PATCH v2 4/4] OMAP3+: ehci-omap: enable usb host ports for beagle/panda Govindraj.R
2012-02-26 23:13 ` [U-Boot] [PATCH v2 0/4] Clean up ehci-omap and extend support for omap3/4 socs Marek Vasut
2012-02-27  6:27   ` Govindraj
2012-02-27 13:51     ` Marek Vasut
2012-02-27 14:31       ` Tom Rini
2012-02-27 16:29         ` Marek Vasut [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=201202271729.27840.marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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