All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request, u-boot-tegra/master
Date: Tue, 11 Aug 2015 14:04:05 -0400	[thread overview]
Message-ID: <20150811180405.GL25532@bill-the-cat> (raw)
In-Reply-To: <dd532801206a49bc9f6623845276fbf4@HQMAIL103.nvidia.com>

On Tue, Aug 11, 2015 at 05:44:13PM +0000, Tom Warren wrote:

> Tom,
> 
> Don?t want to nag, but has this gone in yet?

So I saw this again this morning and double checked myself:
$ git pull git://git.denx.de/u-boot-tegra.git
From git://git.denx.de/u-boot-tegra
 * branch            HEAD       -> FETCH_HEAD
 Already up-to-date.
$

I think this got folded in with the other PR you sent as I hadn't gotten
to it by then?  Or I applied it but somehow forgot to send the email,
sorry!  But it is in.

> 
> Thanks!
> 
> --
> nvpublic
> 
> From: Tom Warren [mailto:tomcwarren3959 at gmail.com]
> Sent: Thursday, August 06, 2015 1:40 PM
> To: Tom Rini; u-boot at lists.denx.de
> Cc: Stephen Warren; Tom Warren; Alex Courbot
> Subject: Pull request, u-boot-tegra/master
> 
> Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks!
> 
> ./MAKEALL -s tegra is OK (all 32-bit builds), and ./MAKEALL -a aarch64 is OK (includes p2571, P2371 and E220).
> 
> The following changes since commit a5325cd5e91f77a2214e80198ae31c1d8b7e7c3c:
> 
>   configs: Remove CONFIG_SERIAL_MULTI (2015-08-05 14:12:42 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-tegra.git<http://git.denx.de/u-boot-tegra.git> master
> 
> for you to fetch changes up to f05fa6781ae1122f348e66b5b26acbfe552f6602:
> 
>   ARM: tegra: Add p2371-0000 board (2015-08-06 10:50:04 -0700)
> 
> ----------------------------------------------------------------
> Alexandre Courbot (2):
>       ARM: tegra: move VPR configuration to a later stage
>       ARM: tegra: enable GPU DT node when appropriate
> 
> Stephen Warren (5):
>       ARM: tegra: restrict usable RAM size further
>       ARM: tegra: add comment re: autogeneration to pinmux headers
>       ARM: tegra: p2571: remove another unused define
>       ARM: tegra: Add e2220-1170 board
>       ARM: tegra: Add p2371-0000 board
> 
> Tom Warren (7):
>       T210: P2571: Enable SD-card power via PMIC LDO2
>       T210: P2571: Restore USB gadget mode (ums)
>       T210: P2571: Turn CPU fan on
>       Tegra: clocks: Add 38.4MHz OSC support for T210 use
>       Tegra: PLL: use per-SoC pllinfo table instead of PLL_DIVM/N/P, etc.
>       Tegra: spi: Move TEGRA114_SPI switch to defconfigs
>       Tegra: P2571: Clean up config file
> 
>  arch/arm/dts/Makefile                              |   2 +
>  arch/arm/dts/tegra210-e2220-1170.dts               |  58 +++++
>  arch/arm/dts/tegra210-p2371-0000.dts               |  59 +++++
>  arch/arm/include/asm/arch-tegra/ap.h               |   9 -
>  arch/arm/include/asm/arch-tegra/clk_rst.h          |  32 +--
>  arch/arm/include/asm/arch-tegra/clock.h            |  23 ++
>  arch/arm/include/asm/arch-tegra/gpu.h              |  42 ++++
>  arch/arm/include/asm/arch-tegra210/clock-tables.h  |   1 +
>  arch/arm/mach-tegra/Makefile                       |   4 +-
>  arch/arm/mach-tegra/ap.c                           |   3 -
>  arch/arm/mach-tegra/board2.c                       |  19 +-
>  arch/arm/mach-tegra/clock.c                        | 121 ++++-----
>  arch/arm/mach-tegra/cpu.c                          |  30 ++-
>  arch/arm/mach-tegra/{vpr.c => gpu.c}               |  37 ++-
>  arch/arm/mach-tegra/tegra114/clock.c               |  57 +++--
>  arch/arm/mach-tegra/tegra114/cpu.c                 |  39 ++-
>  arch/arm/mach-tegra/tegra124/clock.c               |  44 +++-
>  arch/arm/mach-tegra/tegra124/cpu.c                 |  31 ++-
>  arch/arm/mach-tegra/tegra20/clock.c                |  32 +++
>  arch/arm/mach-tegra/tegra210/Kconfig               |  17 ++
>  arch/arm/mach-tegra/tegra210/clock.c               |  39 ++-
>  arch/arm/mach-tegra/tegra30/clock.c                |  45 +++-
>  board/nvidia/e2220-1170/Kconfig                    |  12 +
>  board/nvidia/e2220-1170/MAINTAINERS                |   6 +
>  board/nvidia/e2220-1170/Makefile                   |   8 +
>  board/nvidia/e2220-1170/e2220-1170.c               |  51 ++++
>  board/nvidia/e2220-1170/pinmux-config-e2220-1170.h | 277 +++++++++++++++++++++
>  board/nvidia/jetson-tk1/jetson-tk1.c               |   8 +
>  board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h |   8 +
>  board/nvidia/nyan-big/pinmux-config-nyan-big.h     |   8 +
>  board/nvidia/p2371-0000/Kconfig                    |  12 +
>  board/nvidia/p2371-0000/MAINTAINERS                |   6 +
>  board/nvidia/p2371-0000/Makefile                   |   8 +
>  board/nvidia/p2371-0000/p2371-0000.c               |  51 ++++
>  board/nvidia/p2371-0000/pinmux-config-p2371-0000.h | 268 ++++++++++++++++++++
>  board/nvidia/p2571/Makefile                        |   1 -
>  board/nvidia/p2571/max77620_init.c                 |  85 -------
>  board/nvidia/p2571/max77620_init.h                 |   3 +-
>  board/nvidia/p2571/p2571.c                         |  41 +++
>  board/nvidia/p2571/pinmux-config-p2571.h           |   8 +
>  board/nvidia/venice2/pinmux-config-venice2.h       |   8 +
>  board/nvidia/venice2/venice2.c                     |   8 +
>  configs/dalmore_defconfig                          |   1 +
>  configs/e2220-1170_defconfig                       |  17 ++
>  configs/jetson-tk1_defconfig                       |   1 +
>  configs/nyan-big_defconfig                         |   1 +
>  configs/p2371-0000_defconfig                       |  17 ++
>  configs/p2571_defconfig                            |   1 +
>  configs/venice2_defconfig                          |   1 +
>  drivers/usb/host/ehci-tegra.c                      |  18 +-
>  include/configs/dalmore.h                          |   2 -
>  include/configs/e2220-1170.h                       |  65 +++++
>  include/configs/jetson-tk1.h                       |   4 +-
>  include/configs/nyan-big.h                         |   2 -
>  include/configs/p2371-0000.h                       |  65 +++++
>  include/configs/p2571.h                            |  14 +-
>  include/configs/tegra124-common.h                  |   3 +
>  include/configs/tegra210-common.h                  |   3 +
>  include/configs/venice2.h                          |   4 +-
>  59 files changed, 1529 insertions(+), 311 deletions(-)
>  create mode 100644 arch/arm/dts/tegra210-e2220-1170.dts
>  create mode 100644 arch/arm/dts/tegra210-p2371-0000.dts
>  create mode 100644 arch/arm/include/asm/arch-tegra/gpu.h
>  rename arch/arm/mach-tegra/{vpr.c => gpu.c} (65%)
>  create mode 100644 board/nvidia/e2220-1170/Kconfig
>  create mode 100644 board/nvidia/e2220-1170/MAINTAINERS
>  create mode 100644 board/nvidia/e2220-1170/Makefile
>  create mode 100644 board/nvidia/e2220-1170/e2220-1170.c
>  create mode 100644 board/nvidia/e2220-1170/pinmux-config-e2220-1170.h
>  create mode 100644 board/nvidia/p2371-0000/Kconfig
>  create mode 100644 board/nvidia/p2371-0000/MAINTAINERS
>  create mode 100644 board/nvidia/p2371-0000/Makefile
>  create mode 100644 board/nvidia/p2371-0000/p2371-0000.c
>  create mode 100644 board/nvidia/p2371-0000/pinmux-config-p2371-0000.h
>  delete mode 100644 board/nvidia/p2571/max77620_init.c
>  create mode 100644 configs/e2220-1170_defconfig
>  create mode 100644 configs/p2371-0000_defconfig
>  create mode 100644 include/configs/e2220-1170.h
>  create mode 100644 include/configs/p2371-0000.h
> 

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150811/927ae2b9/attachment.sig>

  reply	other threads:[~2015-08-11 18:04 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-06 20:39 [U-Boot] Pull request, u-boot-tegra/master Tom Warren
2015-08-11 17:44 ` Tom Warren
2015-08-11 18:04   ` Tom Rini [this message]
2015-08-11 20:54     ` Tom Warren
  -- strict thread matches above, loose matches on Subject: below --
2019-08-09 17:21 Tom Warren
2019-08-11  1:13 ` Tom Rini
2019-06-05 20:50 Tom Warren
2019-06-07  1:31 ` Tom Rini
2019-06-07 15:28   ` Tom Warren
2019-06-07 15:40     ` Tom Rini
2019-06-07 17:17       ` Tom Warren
2019-06-07 18:30         ` Peter Robinson
2019-06-11  1:31 ` Tom Rini
2019-05-28 16:01 Tom Warren
2019-05-29 17:18 ` Tom Rini
2019-02-20 16:34 Tom Warren
2019-02-21 23:10 ` Tom Rini
2019-02-19 22:44 Tom Warren
2018-08-21 17:27 Tom Warren
2018-08-23 13:59 ` Tom Rini
2018-07-26 21:08 Tom Warren
2018-07-27 17:08 ` Tom Rini
2018-07-06 20:11 Tom Warren
2018-07-06 22:04 ` Tom Rini
2018-05-11 19:19 Tom Warren
2018-05-12  1:49 ` Tom Rini
2018-01-12 17:37 Tom Warren
2018-01-15 13:53 ` Tom Rini
2018-01-16 17:47   ` Stephen Warren
2018-01-16 18:14     ` Tom Rini
2017-08-16 15:30 Tom Warren
2017-08-17  1:17 ` Tom Rini
2017-06-20 19:04 Tom Warren
2017-06-21 23:05 ` Tom Rini
2017-06-12 23:32 Tom Warren
2017-06-15 13:01 ` Tom Rini
2017-04-04 17:56 Tom Warren
2017-04-05  1:13 ` Tom Rini
2017-01-04 17:05 Tom Warren
2017-01-05 13:28 ` Tom Rini
2016-11-08 15:34 Tom Warren
2016-11-08 20:53 ` Tom Rini
2016-10-10 20:55 Tom Warren
2016-10-13  0:48 ` Tom Rini
2016-09-27 16:16 Tom Warren
2016-09-27 21:34 ` Tom Rini
2016-09-01 17:32 Tom Warren
2016-09-02 14:53 ` Tom Rini
2016-08-25 23:42 Tom Warren
2016-08-26 14:52 ` Tom Rini
2016-08-15 19:38 Tom Warren
2016-08-16  1:09 ` Tom Rini
2016-08-05 17:26 Tom Warren
2016-08-06  0:57 ` Tom Rini
2016-07-21 20:17 Tom Warren
2016-07-23  0:10 ` Tom Rini
2016-07-23  0:17   ` Stephen Warren
2016-07-23  0:22     ` Tom Rini
2016-07-23  0:31       ` Stephen Warren
2016-07-23  0:42         ` Tom Rini
2016-07-06 17:32 Tom Warren
2016-07-08  2:51 ` Tom Rini
2016-06-03 16:00 Tom Warren
2016-06-06 11:15 ` Tom Rini
2016-05-04 21:36 Tom Warren
2016-05-04 22:12 ` Tom Rini
2016-03-29 17:24 Tom Warren
2016-03-29 22:06 ` Tom Rini
2016-02-18 19:53 Tom Warren
2016-02-20  0:54 ` Tom Rini
2016-01-28 17:46 Tom Warren
2016-01-28 23:18 ` Tom Rini
2015-11-12 20:53 Tom Warren
2015-11-13  1:26 ` Tom Rini
2015-10-02 18:15 Tom Warren
2015-10-03  0:51 ` Tom Rini
2015-09-16 23:27 Tom Warren
2015-09-17  1:06 ` Tom Rini
2015-08-13 20:26 Tom Warren
2015-08-13 21:55 ` Tom Rini
2015-07-28 15:31 [U-Boot] Pull request: u-boot-tegra/master Tom Warren
2015-07-28 15:51 ` Stephen Warren
2015-07-28 17:23   ` Tom Warren
2015-06-09 17:06 Tom Warren
2015-06-10 14:37 ` Tom Rini
2015-05-12 21:49 Tom Warren
2015-05-13  1:45 ` Masahiro Yamada
2015-05-13 16:38   ` Tom Warren
2015-05-13 19:23     ` Tom Warren
2015-05-14 19:14       ` Tom Rini
2012-03-08 20:27 [U-Boot] pull " Tom Warren
2012-01-19  0:01 Tom Warren
2012-01-21 11:07 ` Albert ARIBAUD
2012-01-23 15:55   ` Tom Warren
2011-12-07 23:35 [U-Boot] Pull " Tom Warren
2011-12-08  7:22 ` Albert ARIBAUD
2011-12-08 16:45   ` Stephen Warren
2011-12-09 15:36     ` Albert ARIBAUD
2011-12-09 17:10       ` Stephen Warren
2011-12-09 17:22         ` Albert ARIBAUD
2011-12-09 17:37           ` Stephen Warren
2011-12-09 17:53             ` 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=20150811180405.GL25532@bill-the-cat \
    --to=trini@konsulko.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 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.