All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Warren <tomcwarren3959@gmail.com>
To: Tom Rini <trini@konsulko.com>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>,
	 Tom Warren <twarren@nvidia.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	clamor95@gmail.com
Subject: Pull request, u-boot-tegra/master
Date: Thu, 23 Feb 2023 14:25:04 -0700	[thread overview]
Message-ID: <CACih+8UN_CO0buQPc9szxa9+Cg7+1LBpv2uMfzZ_hE6Y7-vtsA@mail.gmail.com> (raw)

Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.
It has passed 'buildman tegra' w/o error, and Thierry has tested it on his
Tegra boards.

The following changes since commit 8c39999acb726ef083d3d5de12f20318ee0e5070:

  Merge branch 'master' of
https://source.denx.de/u-boot/custodians/u-boot-usb (2023-02-22 13:36:29
-0500)

are available in the git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git master

for you to fetch changes up to 5a8fe1ee818e0f8a74fa088f6a3d705a01b6afbe:

  ARM: tegra20: implement BCT patching (2023-02-23 12:55:37 -0700)

----------------------------------------------------------------
Maxim Schwalm (1):
      ARM: tegra: provide default USB gadget setup

Ramin Khonsari (1):
      ARM: tegra30: implement BCT patching

Svyatoslav Ryhel (14):
      tegra30: clock: add EXTPERIPH
      ARM: t20/t30: swap host1x and disp1 clock parents
      ARM: tegra: clock: add clk_id_to_pll_id helper
      ARM: tegra: clock: add clock_decode_pair helper
      ARM: tegra30: add PLLD to pll setup
      ARM: tegra: Fix Tegra PWM parent clock
      spi: tegra20_slink: accept any word length
      ARM: tegra: add late init support
      ARM: tegra: create common pre-dm i2c write
      board: tegra124: switch to updated pre-dm i2c write
      board: tegra30: switch to updated pre-dm i2c write
      ARM: tegra: expose crypto module for all Tegra SoCs
      ARM: tegra: crypto: extend crypto functional
      ARM: tegra20: implement BCT patching

 arch/arm/dts/tegra114.dtsi                       |  2 +-
 arch/arm/dts/tegra124.dtsi                       |  2 +-
 arch/arm/include/asm/arch-tegra/clock.h          | 21 ++++++
 arch/arm/include/asm/arch-tegra/crypto.h         | 47 +++++++++++++
 arch/arm/include/asm/arch-tegra/sys_proto.h      |  6 ++
 arch/arm/include/asm/arch-tegra/tegra_i2c.h      | 17 +++++
 arch/arm/include/asm/arch-tegra30/clock-tables.h |  6 +-
 arch/arm/mach-tegra/Kconfig                      | 14 ++++
 arch/arm/mach-tegra/Makefile                     |  1 +
 arch/arm/mach-tegra/board2.c                     |  2 +
 arch/arm/mach-tegra/clock.c                      | 23 ++++++
 arch/arm/mach-tegra/cpu.h                        |  1 -
 arch/arm/mach-tegra/{tegra20 => }/crypto.c       | 63 ++++++++++++-----
 arch/arm/mach-tegra/tegra114/clock.c             | 39 +++++++++-
 arch/arm/mach-tegra/tegra124/clock.c             | 40 ++++++++++-
 arch/arm/mach-tegra/tegra124/cpu.c               |  4 ++
 arch/arm/mach-tegra/tegra20/Kconfig              |  1 +
 arch/arm/mach-tegra/tegra20/Makefile             |  7 +-
 arch/arm/mach-tegra/tegra20/bct.c                | 79 +++++++++++++++++++++
 arch/arm/mach-tegra/tegra20/bct.h                | 42 +++++++++++
 arch/arm/mach-tegra/tegra20/clock.c              | 43 ++++++++++-
 arch/arm/mach-tegra/tegra20/crypto.h             | 19 -----
 arch/arm/mach-tegra/tegra210/clock.c             | 39 +++++++++-
 arch/arm/mach-tegra/tegra30/Kconfig              |  8 ---
 arch/arm/mach-tegra/tegra30/Makefile             |  1 +
 arch/arm/mach-tegra/tegra30/bct.c                | 79 +++++++++++++++++++++
 arch/arm/mach-tegra/tegra30/bct.h                | 42 +++++++++++
 arch/arm/mach-tegra/tegra30/clock.c              | 90
++++++++++++++++++++++--
 arch/arm/mach-tegra/tegra30/cpu.c                | 55 +--------------
 board/avionic-design/tec-ng/Makefile             |  4 +-
 board/avionic-design/tec-ng/tec-ng-spl.c         | 34 +++++++++
 board/nvidia/beaver/Makefile                     |  2 +
 board/nvidia/beaver/beaver-spl.c                 | 43 +++++++++++
 board/nvidia/cardhu/Makefile                     |  4 +-
 board/nvidia/cardhu/cardhu-spl.c                 | 43 +++++++++++
 board/nvidia/venice2/as3722_init.c               | 65 ++++++++++-------
 board/nvidia/venice2/as3722_init.h               | 43 -----------
 board/toradex/apalis-tk1/as3722_init.c           | 85
++++++++++++----------
 board/toradex/apalis-tk1/as3722_init.h           | 40 -----------
 board/toradex/apalis_t30/Makefile                |  2 +
 board/toradex/apalis_t30/apalis_t30-spl.c        | 34 +++++++++
 board/toradex/colibri_t30/Makefile               |  2 +
 board/toradex/colibri_t30/colibri_t30-spl.c      | 34 +++++++++
 configs/beaver_defconfig                         |  3 -
 configs/cei-tk1-som_defconfig                    |  3 -
 configs/dalmore_defconfig                        |  3 -
 configs/jetson-tk1_defconfig                     |  3 -
 configs/nyan-big_defconfig                       |  3 -
 configs/p2371-0000_defconfig                     |  3 -
 configs/p2371-2180_defconfig                     |  3 -
 configs/p2571_defconfig                          |  3 -
 configs/p3450-0000_defconfig                     |  3 -
 configs/venice2_defconfig                        |  3 -
 doc/usage/cmd/ebtupdate.rst                      | 69 ++++++++++++++++++
 drivers/pwm/tegra_pwm.c                          | 10 +--
 drivers/spi/tegra20_slink.c                      | 19 ++---
 drivers/usb/gadget/Kconfig                       |  3 +
 57 files changed, 1050 insertions(+), 309 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-tegra/crypto.h
 rename arch/arm/mach-tegra/{tegra20 => }/crypto.c (68%)
 create mode 100644 arch/arm/mach-tegra/tegra20/bct.c
 create mode 100644 arch/arm/mach-tegra/tegra20/bct.h
 delete mode 100644 arch/arm/mach-tegra/tegra20/crypto.h
 create mode 100644 arch/arm/mach-tegra/tegra30/bct.c
 create mode 100644 arch/arm/mach-tegra/tegra30/bct.h
 create mode 100644 board/avionic-design/tec-ng/tec-ng-spl.c
 create mode 100644 board/nvidia/beaver/beaver-spl.c
 create mode 100644 board/nvidia/cardhu/cardhu-spl.c
 delete mode 100644 board/nvidia/venice2/as3722_init.h
 delete mode 100644 board/toradex/apalis-tk1/as3722_init.h
 create mode 100644 board/toradex/apalis_t30/apalis_t30-spl.c
 create mode 100644 board/toradex/colibri_t30/colibri_t30-spl.c
 create mode 100644 doc/usage/cmd/ebtupdate.rst

             reply	other threads:[~2023-02-23 21:25 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23 21:25 Tom Warren [this message]
2023-02-24 14:43 ` Pull request, u-boot-tegra/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-06-05 20:52 Tom Warren
2023-06-05 21:36 ` Tom Rini
2023-02-02 17:43 Tom Warren
2023-02-02 19:18 ` Tom Rini
2022-06-14 16:05 Tom Warren
2022-06-14 17:24 ` Tom Rini
2022-06-14 17:56   ` Tom Rini
2021-10-15 19:50 Tom Warren
2021-10-18  1:13 ` Tom Rini
2021-08-16 23:26 Tom Warren
2021-08-17 13:40 ` Tom Rini
2020-12-04 22:47 Tom Warren
2020-12-07 15:46 ` Tom Rini
2020-06-19 15:53 Tom Warren
2020-06-19 18:21 ` Tom Rini
2020-04-03 17:23 Tom Warren
2020-04-05 23:04 ` Tom Rini
2020-01-14 17:48 Tom Warren
2020-01-15  2:49 ` Tom Rini

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=CACih+8UN_CO0buQPc9szxa9+Cg7+1LBpv2uMfzZ_hE6Y7-vtsA@mail.gmail.com \
    --to=tomcwarren3959@gmail.com \
    --cc=clamor95@gmail.com \
    --cc=thierry.reding@gmail.com \
    --cc=trini@konsulko.com \
    --cc=twarren@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 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.