mbox series

[v4,00/10] am57xx-idk LCD and am571x-idk 6 port ethernet pinmux

Message ID 1489410273-10159-1-git-send-email-rogerq@ti.com
Headers show
Series am57xx-idk LCD and am571x-idk 6 port ethernet pinmux | expand

Message

Roger Quadros March 13, 2017, 1:04 p.m. UTC
Hi,

This series contains

- Support am571x-idk LCD vs 6 port ethernet pinmux configuration.
- AM57xx-idk LCD detection support.
- K2G: pick up PRUSS ethernet MAC addresses from board EEPROM.

Build tests:
https://travis-ci.org/rogerq/u-boot/builds/210547470

Changelog:
v4:
- added patch 10 to prevent overrding ethernet address environment
- rebased to todays master

v3:
- moved EEPROM options to board/ti/common/Kconfig.
- Don't explicitly set EEPROM CONFIG addresses in defconfig
if board is using the default addresses.

v2:
- avoid using __maybe_unused.
- moved EEPROM address configuration to Kconfig.
- LCD detection patch no longer update device tree.

cheers,
-roger

Franklin S Cooper Jr (1):
  ti_armv7_keystone2: Define scratch space in SRAM

Lokesh Vutla (1):
  ti: common: board_detect: Rename EEPROM scratch start macro

Nishanth Menon (1):
  board: ti: am57xx-idk: Auto detect LCD Panel

Roger Quadros (7):
  ARM: OMAP5+: GPIO: Add GPIO_TO_PIN() macro
  ti: common: board_detect: commodify ethaddr environment setting code
  board: ti: am571x-idk: Support 6 port Ethernet or 4 port Ethernet with
    LCD
  board: ti: am571x-idk: Update pinmux for ICSS2 Ethernet
  ARM: Use Kconfig for board EEPROM's I2C bus and chip address
  ARM: k2g: setup PRU ethernet MAC addresses
  net: don't override ethernet address environment

 arch/arm/include/asm/arch-omap5/gpio.h |   4 +
 arch/arm/include/asm/omap_common.h     |   8 +-
 arch/arm/mach-keystone/Kconfig         |   2 +
 board/ti/am57xx/board.c                | 102 ++++++++++++++++++++
 board/ti/am57xx/mux_data.h             | 166 ++++++++++++++++++++-------------
 board/ti/common/Kconfig                |  20 +++-
 board/ti/common/board_detect.c         |  57 +++++++++++
 board/ti/common/board_detect.h         |  14 ++-
 board/ti/ks2_evm/Kconfig               |   2 +
 board/ti/ks2_evm/board_k2g.c           |  19 ++++
 include/configs/am57xx_evm.h           |   4 -
 include/configs/dra7xx_evm.h           |   4 -
 include/configs/ti_armv7_keystone2.h   |   7 ++
 net/eth_common.c                       |   3 +
 14 files changed, 331 insertions(+), 81 deletions(-)

Comments

Tom Rini March 17, 2017, 2:08 p.m. UTC | #1
On Mon, Mar 13, 2017 at 03:04:23PM +0200, Roger Quadros wrote:

> Hi,

> 

> This series contains

> 

> - Support am571x-idk LCD vs 6 port ethernet pinmux configuration.

> - AM57xx-idk LCD detection support.

> - K2G: pick up PRUSS ethernet MAC addresses from board EEPROM.

> 

> Build tests:

> https://travis-ci.org/rogerq/u-boot/builds/210547470


Woo, thanks for pushing this through travis-ci!

-- 
Tom