public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@nvidia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support
Date: Mon, 27 Jul 2015 21:20:42 -0600	[thread overview]
Message-ID: <55B6F50A.5010605@nvidia.com> (raw)
In-Reply-To: <54ea001a54b54321acf3c7b9f6a7a641@HQMAIL103.nvidia.com>

On 07/27/2015 04:51 PM, Tom Warren wrote:
> Thanks, Tom.
> 
> Simon Glass reviewed the earlier 64-bit patches, so I'll take that as the stamp of approval for them.
> 
> Stephen/Thierry - what about the most recent 3 'ARM: tegra' 64-bit patches? Do I need to wait until someone else has Ack'd / reviewed them, or do you feel they're good to go? I guess I can say that I've 'tested' them, but I'd really like someone besides myself to approve them.

I think as the Tegra maintainer, it's your privilege to take those
patches whenever you wish, at least provided there's been reasonable
opportunity for others to review them if they wish (probably ranging
from little time at all for trivial/obvious fixes to a good few days for
more complex or potentially disagreeable changes).

> 
> Tom
> 
> --
> nvpublic
> 
>> -----Original Message-----
>> From: Tom Rini [mailto:trini at konsulko.com]
>> Sent: Monday, July 27, 2015 3:08 PM
>> To: Tom Warren
>> Cc: Albert Aribaud; u-boot at lists.denx.de; Thierry Reding; Stephen Warren;
>> tomcwarren3959 at gmail.com
>> Subject: Re: [U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support
>>
>> * PGP Signed by an unknown key
>>
>> On Mon, Jul 27, 2015 at 09:51:11PM +0000, Tom Warren wrote:
>>> TomR/Albert,
>>>
>>>> -----Original Message-----
>>>> From: Stephen Warren [mailto:swarren at wwwdotorg.org]
>>>> Sent: Monday, July 27, 2015 11:01 AM
>>>> To: Tom Warren
>>>> Cc: u-boot at lists.denx.de; Thierry Reding; Stephen Warren;
>>>> tomcwarren3959 at gmail.com
>>>> Subject: Re: [U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support
>>>>
>>>> On 07/24/2015 04:00 PM, Tom Warren wrote:
>>>>> This patch series adds support for the Tegra210 SoC and the P2571
>>>>> board. Most of the T210 info is identical to T124 at this point,
>>>>> so I just cloned Venice2/Jetson-TK1 board files and T124 header/SoC
>> code.
>>>>> Pinmux is the major area of difference at this time, but other
>>>>> changes will be made as more features of the board are brought up.
>>>>
>>>> The series,
>>>>
>>>> Acked-by: Stephen Warren <swarren@nvidia.com>
>>>>
>>>> I've also validated that:
>>>>
>>>> a) I can compile it when applied to upstream u-boot/master (a couple
>>>> days old).
>>>>
>>>> b) I applied it to our internal L4T U-Boot branch, ported it to
>>>> another
>>>> T210 board, flashed it, and booted an L4T kernel (with a few other
>>>> L4T-specific patches on top).
>>>>
>>>> I don't think that's quite enough for a Tested-by tag upstream since
>>>> I haven't actually booted the upstream code, but it's good enough
>>>> for me to consider the series tested:-)
>>>
>>> I've applied my T210 work on top of Stephen's recent 10-patch 'arm' 64-bit
>> cleanup series and his 3-patch 'tegra' 64-bit fixes, onto my current u-boot-
>> tegra/master after rebasing it against TOT u-boot/master. Everything builds OK
>> (all Tegra 32-bit, and all ARM 64-bit), and my T210 boots OK to cmd prompt,
>> with all periphs working (USB, I2C, SPI, GPIO, MMC).
>>>
>>> So my question is, how should I go about issuing a PR for the T210 work? It
>> should apply OK w/o Stephen's 64-bit fixes, but it won't build w/o them. But
>> only a few are actually Tegra-specific (the 3 from today).
>>>
>>> Is it OK if I send one PR with _all_ these patches in u-boot-tegra/master,
>> including the 'arm' 64-bit, the 'tegra' 64-bit, and finally my T210 series on top?
>> Or do you want them split up and the 'arm' 64-bit fixes taken in to either u-
>> boot-arm/master or u-boot/master first (just pulled from the list, I guess), then
>> a PR from me for the 3 Tegra 64-bit fixes plus my T210 series?
>>
>> One PR with everything sounds OK to me.
>>
>> --
>> Tom
>>
>> * Unknown Key
>> * 0x56D6FECD
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

      reply	other threads:[~2015-07-28  3:20 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-24 22:00 [U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support Tom Warren
2015-07-24 22:00 ` [U-Boot] [PATCH V3 1/6] Tegra210: Fix 64-bit build warning about save_boot_params_ret() Tom Warren
2015-07-24 22:00 ` [U-Boot] [PATCH V3 2/6] Tegra: Rework KConfig options to allow 64-bit builds (T210) Tom Warren
2015-07-24 22:00 ` [U-Boot] [PATCH V3 3/6] ARM: Tegra210: Add SoC code/include files for T210 Tom Warren
2015-07-27 17:52   ` Stephen Warren
2015-07-27 17:58     ` Tom Warren
2015-07-24 22:00 ` [U-Boot] [PATCH V3 4/6] ARM: Tegra210: Add support to common Tegra source/config files Tom Warren
2015-07-27 17:54   ` Stephen Warren
2015-07-27 17:59     ` Tom Warren
2015-07-24 22:00 ` [U-Boot] [PATCH V3 5/6] P2571: dts: Add DT file for Tegra210 P2571 board Tom Warren
2015-07-24 22:01 ` [U-Boot] [PATCH V3 6/6] T210: Add support for 64-bit T210-based " Tom Warren
2015-07-27 17:58   ` Stephen Warren
2015-07-28 19:27   ` Stephen Warren
2015-07-28 20:48     ` Tom Warren
2015-07-29 11:07     ` Thierry Reding
2015-07-29 15:57       ` Tom Warren
2015-07-29 16:09       ` Stephen Warren
2015-07-30 10:47         ` Thierry Reding
2015-07-27 18:00 ` [U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support Stephen Warren
2015-07-27 18:03   ` Tom Warren
2015-07-27 21:51   ` Tom Warren
2015-07-27 22:08     ` Tom Rini
2015-07-27 22:51       ` Tom Warren
2015-07-28  3:20         ` Stephen Warren [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=55B6F50A.5010605@nvidia.com \
    --to=swarren@nvidia.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