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>
Cc: "clamor95@gmail.com" <clamor95@gmail.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Tom Warren <twarren@nvidia.com>
Subject: Pull request, u-boot-tegra/master
Date: Thu, 2 Feb 2023 10:43:33 -0700	[thread overview]
Message-ID: <CACih+8WRH4hn2JAxgFNC4sLaMcUzm4cB68ar+z_2WS5do6VaFw@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 1e1cd8eb2d0c8e5b28b2dd6622ec9cbbd5eb61b8:

  Merge tag 'fsl-qoriq-2023-2-1' of
https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2023-02-01
09:31:17 -0500)

are available in the git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git
refs/pipelines/15015

for you to fetch changes up to 412a4c6f1b94b5fea4c7ccb906de418bdaf9c058:

  ARM: tegra: include timer as default option (2023-02-02 10:16:41 -0700)

----------------------------------------------------------------
Svyatoslav Ryhel (3):
      ARM: tegra: remap clock_osc_freq for all Tegra family
      drivers: timer: add driver for ARMv7 based Tegra devices and T210
      ARM: tegra: include timer as default option

 arch/arm/Kconfig                        |   1 +
 arch/arm/include/asm/arch-tegra/clock.h |   9 ++-
 arch/arm/mach-tegra/Kconfig             |   4 +
 arch/arm/mach-tegra/clock.c             |  17 ++++-
 arch/arm/mach-tegra/cpu.c               |  70 +++++++++++++----
 arch/arm/mach-tegra/tegra114/clock.c    |  13 ++--
 arch/arm/mach-tegra/tegra124/clock.c    |  13 ++--
 arch/arm/mach-tegra/tegra20/clock.c     |   4 +-
 arch/arm/mach-tegra/tegra210/clock.c    |  22 +-----
 arch/arm/mach-tegra/tegra30/clock.c     |  10 +--
 drivers/timer/Kconfig                   |   8 ++
 drivers/timer/Makefile                  |   1 +
 drivers/timer/tegra-timer.c             | 130
++++++++++++++++++++++++++++++++
 drivers/usb/host/ehci-tegra.c           |  46 ++++++++---
 include/configs/tegra-common.h          |   6 --
 15 files changed, 275 insertions(+), 79 deletions(-)
 create mode 100644 drivers/timer/tegra-timer.c

             reply	other threads:[~2023-02-02 17:43 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02 17:43 Tom Warren [this message]
2023-02-02 19:18 ` 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-23 21:25 Tom Warren
2023-02-24 14:43 ` 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+8WRH4hn2JAxgFNC4sLaMcUzm4cB68ar+z_2WS5do6VaFw@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.