All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/5] board: ti: j721e: Enable I2C and EEPROM
Date: Tue, 7 Jan 2020 13:15:52 +0530	[thread overview]
Message-ID: <20200107074557.20073-1-lokeshvutla@ti.com> (raw)

This series enable I2C and EEPROM support on J721e common processor
board.

Logs: https://pastebin.ubuntu.com/p/HTrQk3VnZm/

Changes since v1:
- Fixed board_is_j721e_som() to use the right apis.

Andreas Dannenberg (3):
  ti: common: board_detect: Handle EEPROM probe more gracefully
  board: ti: j721e: Use EEPROM-based board detection
  arm64: dts: k3-j721e-common-proc-board: Fully enable wkup_i2c0 use

Lokesh Vutla (1):
  board: ti: j721e: Print board name and version during boot

Vignesh Raghavendra (1):
  configs: j721e_evm_a72_defconfig: Enable I2C and EEPROM support

 .../k3-j721e-common-proc-board-u-boot.dtsi    |   8 +
 arch/arm/dts/k3-j721e-common-proc-board.dts   |  15 +
 .../arm/mach-k3/include/mach/j721e_hardware.h |   3 +
 arch/arm/mach-k3/j721e_init.c                 |   3 +
 board/ti/common/board_detect.c                |  11 +-
 board/ti/common/board_detect.h                |   9 +
 board/ti/j721e/Kconfig                        |   7 +
 board/ti/j721e/evm.c                          | 264 ++++++++++++++++++
 configs/j721e_evm_a72_defconfig               |   4 +
 9 files changed, 323 insertions(+), 1 deletion(-)

-- 
2.23.0

             reply	other threads:[~2020-01-07  7:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-07  7:45 Lokesh Vutla [this message]
2020-01-07  7:45 ` [PATCH v2 1/5] ti: common: board_detect: Handle EEPROM probe more gracefully Lokesh Vutla
2020-01-07  7:45 ` [PATCH v2 2/5] board: ti: j721e: Use EEPROM-based board detection Lokesh Vutla
2020-01-07  7:45 ` [PATCH v2 3/5] board: ti: j721e: Print board name and version during boot Lokesh Vutla
2020-01-07  7:45 ` [PATCH v2 4/5] arm64: dts: k3-j721e-common-proc-board: Fully enable wkup_i2c0 use Lokesh Vutla
2020-01-07  7:45 ` [PATCH v2 5/5] configs: j721e_evm_a72_defconfig: Enable I2C and EEPROM support Lokesh Vutla
2020-01-20  6:00 ` [PATCH v2 0/5] board: ti: j721e: Enable I2C and EEPROM Lokesh Vutla

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=20200107074557.20073-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.