public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sun5i: Add A13-OLinuXinoM support
Date: Tue, 10 Jun 2014 09:48:48 +0200	[thread overview]
Message-ID: <5396B860.50407@redhat.com> (raw)
In-Reply-To: <E1WuGR7-0003PZ-Nf@janus>

Hi,

On 06/10/2014 09:25 AM, Albert ARIBAUD wrote:
> Hi Hans,
> 
> On Mon, 09 Jun 2014 09:56:01 +0200, Hans de Goede <hdegoede@redhat.com>
> wrote:
> 
>> Hi,
>>
>> On 06/09/2014 08:50 AM, Albert ARIBAUD wrote:
>>> Hi Tom,
>>>
>>> On Thu, 20 Mar 2014 08:49:37 -0400, Tom Rini <trini@ti.com> wrote:
>>>
>>>> Tested-by: Matt Porter <matt.porter@linaro.org>
>>>> Signed-off-by: Tom Rini <trini@ti.com>
>>>> ---
>>>
>>> Where does this patch come from? The source tree it applies to is not
>>> that of mainline U-Boot. If this is actually an RFC that I should look
>>> into, (as the PW state says), then which repository does it apply to?
>>
>> This was posted by Tom as an add on patch to my:
>> "[PATCH u-boot sunxi 00/12] sun4i (v2) + sun5i + pmic + emac support"
>>
>> Series, which was a series on top of one of Ian's sun7i support
>> series:
>>
>> http://lists.denx.de/pipermail/u-boot/2014-March/175656.html
>>
>> In the mean time (as you know) Ians' series has gone upstream and
>> I've continued working on the series in question, with Ian
>> reviewing it. Actually I've just send you a pull-req with the
>> bits of this series which are ready to go upstream. Which includes
>> support for the A13-OLinuXinoM as part of the
>> "sunxi: Add sun5i support" patch.
> 
> Thanks. Unfortunately, I had lost track of the dependencies -- which is
> a live example of why patches with dependencies should mention them
> explicitly after their commit message (not in it, though, as once
> applied, the dependency info is not relevant any more), so that folks
> like me can reconstruct the information. :) 
> 
> I'll process you patch series -- not "pull request", as I only pull
> from other (ARM-related only) U-Boot repos :) -- in a few days, then
> I'll handle Tom's patch.

Adding support for the A13-OLinuXinoM has been integrated into my series,
so you can drop Tom's patch.

Note I've a lot more allwinner boards (all olimex variants, various
mele devices, various mk802 and mk805 variants), which I plan to add
support for (these are already support in the u-boot-sunxi git repository),
but I'm trying to upstream things in small batches. Let me know if you
want me to speed things up and queue up more patches.

Regards,

Hans

  reply	other threads:[~2014-06-10  7:48 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-17 23:00 [U-Boot] [PATCH u-boot sunxi 00/12] sun4i (v2) + sun5i + pmic + emac support Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 01/12] sunxi: Implement reset_cpu Hans de Goede
2014-03-18 10:25   ` Ian Campbell
2014-03-22 16:16     ` Hans de Goede
2014-03-22 17:17       ` Ian Campbell
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 02/12] sunxi: FIXUP: sunxi: initial generic sun7i cpu, board and start of day support Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 03/12] sunxi: FIXUP: sunxi: initial sun7i clocks and timer support Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 04/12] sunxi: FIXUP: sunxi: initial sun7i dram setup support Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 05/12] sunxi: Add sun4i support Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 06/12] sunxi: Add sun5i support Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 07/12] sunxi: Add i2c support Hans de Goede
2014-03-18  7:54   ` Heiko Schocher
2014-05-03 15:46     ` Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 08/12] sunxi: Add axp209 pmic support Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 09/12] sunxi: Add axp152 " Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 10/12] sunxi: fast MBUS support on sun7i Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 11/12] net: Rename and cleanup sunxi (Allwinner) emac driver Hans de Goede
2014-03-17 23:00 ` [U-Boot] [PATCH u-boot sunxi 12/12] sunxi: enable emac for sun4i and sun5i Hans de Goede
2014-03-18 20:52 ` [U-Boot] [PATCH u-boot sunxi 00/12] sun4i (v2) + sun5i + pmic + emac support Ian Campbell
2014-03-20 12:49 ` [U-Boot] [PATCH] sun5i: Add A13-OLinuXinoM support Tom Rini
2014-06-09  6:50   ` Albert ARIBAUD
2014-06-09  7:56     ` Hans de Goede
2014-06-10  7:25       ` Albert ARIBAUD
2014-06-10  7:48         ` Hans de Goede [this message]
2014-06-10  8:34           ` Albert ARIBAUD

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=5396B860.50407@redhat.com \
    --to=hdegoede@redhat.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