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

Simon Glass sjg at chromium.org
Wed Jan 11 23:42:21 CET 2012


This series expands funcmux_select() to support configs other than 0, and
to name each config option.

This permits introduction of I2C and MMC support in the funcmux.

Changes in v2:
- Add enum to select from available funcmux configs
- Remove funcmux_select() option parameter
- Use config enum to select funcmux
- Fix SDMMC4 config 0 to remove unwanted ATB pin group

Simon Glass (7):
  tegra: Adjust funcmux config test to permit expansion
  tegra: Add enum to select from available funcmux configs
  tegra: Add I2C support to funcmux
  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        |  139 +++++++++++++++++++++++++---
 arch/arm/include/asm/arch-tegra2/funcmux.h |   30 ++++++-
 board/avionic-design/common/tamonten.c     |   10 +--
 board/nvidia/harmony/harmony.c             |   19 +---
 board/nvidia/seaboard/seaboard.c           |   21 +----
 6 files changed, 166 insertions(+), 55 deletions(-)

-- 
1.7.3.1



More information about the U-Boot mailing list