All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [GIT PULL] TI changes for v2021.01-rc3
Date: Mon, 16 Nov 2020 20:33:09 +0530	[thread overview]
Message-ID: <20201116150309.24208-1-lokeshvutla@ti.com> (raw)

Hi Tom,
	Please find the PR containing TI related changes targeted for
v2020.01-rc3. Details about the PR are updated in the tag message

Travis CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/743852867

The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6:

  libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.01-rc3

for you to fetch changes up to 914689a204308df47eb60dfbb394fa4cee4fda31:

  mtd: OneNAND: Set MTD type (2020-11-15 15:29:40 +0530)

----------------------------------------------------------------
- Fix Nokia RX-51 boot issues
- Fix CONFIG_LOGLEVEL on K3 devices
- Add phyBOARD REGOR support

----------------------------------------------------------------
Ivaylo Dimitrov (1):
      Nokia RX-51: Make onenand working

Pali Roh?r (7):
      power: twl4030: Add twl4030_i2c_read() function
      Nokia RX-51: Convert to CONFIG_DM_I2C
      Nokia RX-51: Remove old comments from configs/nokia_rx51.h file
      Nokia RX-51: Fix crashing in U-Boot mmc function omap_hsmmc_stop_clock()
      Nokia RX-51: During init disable lp5523 led instead of resetting it
      Nokia RX-51: Update test script
      mtd: OneNAND: Set MTD type

Parthiban Nallathambi (1):
      ARM: am335x: Add phyBOARD REGOR support

Roger Quadros (1):
      configs: am65/j72x: Set CONFIG_LOGLEVEL to 7

 arch/arm/dts/Makefile                      |   3 +-
 arch/arm/dts/am335x-regor-rdk-u-boot.dtsi  |  31 +++++
 arch/arm/dts/am335x-regor-rdk.dts          |  24 ++++
 arch/arm/dts/am335x-regor.dtsi             | 202 +++++++++++++++++++++++++++++
 board/nokia/rx51/rx51.c                    |  44 ++++++-
 board/nokia/rx51/rx51.h                    |   7 +
 board/phytec/phycore_am335x_r2/MAINTAINERS |   6 +-
 configs/am65x_evm_a53_defconfig            |   1 +
 configs/am65x_hs_evm_a53_defconfig         |   1 +
 configs/j7200_evm_a72_defconfig            |   1 +
 configs/j721e_evm_a72_defconfig            |   1 +
 configs/j721e_hs_evm_a72_defconfig         |   1 +
 configs/nokia_rx51_defconfig               |   2 +
 configs/phycore-am335x-r2-regor_defconfig  |  88 +++++++++++++
 drivers/mtd/onenand/onenand_base.c         |   1 +
 drivers/power/twl4030.c                    |   7 +-
 include/configs/nokia_rx51.h               |  12 --
 include/twl4030.h                          |  12 +-
 test/nokia_rx51_test.sh                    |  27 ++--
 19 files changed, 431 insertions(+), 40 deletions(-)
 create mode 100644 arch/arm/dts/am335x-regor-rdk-u-boot.dtsi
 create mode 100644 arch/arm/dts/am335x-regor-rdk.dts
 create mode 100644 arch/arm/dts/am335x-regor.dtsi
 create mode 100644 configs/phycore-am335x-r2-regor_defconfig
-- 
2.23.0

             reply	other threads:[~2020-11-16 15:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-16 15:03 Lokesh Vutla [this message]
2020-11-16 23:11 ` [GIT PULL] TI changes for v2021.01-rc3 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=20201116150309.24208-1-lokeshvutla@ti.com \
    --to=lokeshvutla@ti.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.