[U-Boot] [PATCH 0/7] tegra: Enhance funcmux to support I2C and MMC

Simon Glass sjg at chromium.org
Mon Jan 9 23:53:26 CET 2012


This series expands funcmux_select() to support configs other than 0, and
to support options associated with a config.

This permits introduction of I2C support using multiple config options.

The options parameter is used by MMC to select standard (4-bit) or 8-bit
operation.


Simon Glass (7):
  tegra: Adjust funcmux config test to permit expansion
  tegra: Add I2C support to funcmux
  tegra: Enhance funcmux to support options
  tegra: Add SDMMC support to funcmux
  tegra: Use funcmux for MMC on tamonten
  tegra: Use funcmux for MMC on harmony
  tegra: Use funcmux for MMC on seaboard

 arch/arm/cpu/armv7/tegra2/board.c          |    2 +-
 arch/arm/cpu/armv7/tegra2/funcmux.c        |  159 +++++++++++++++++++++++++---
 arch/arm/include/asm/arch-tegra2/funcmux.h |   11 ++-
 board/avionic-design/common/tamonten.c     |   10 +--
 board/nvidia/harmony/harmony.c             |   19 +---
 board/nvidia/seaboard/seaboard.c           |   21 +---
 6 files changed, 166 insertions(+), 56 deletions(-)

-- 
1.7.3.1



More information about the U-Boot mailing list