[U-Boot] [PATCH 52/60] ARM: tegra: convert pin_mux_*() to new hooks

Simon Glass sjg at chromium.org
Sun May 8 00:32:19 CEST 2016


Hi Stephen,

On 19 April 2016 at 14:59, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Implementations of the following functions are converted to use the new
> standardized hooks: pin_mux_usb, pin_mux_spi, pin_mux_nand, pin_mux_mmc,
> pin_mux_display. This simplifies the core board files.
>
> For some boards, function sort order was changed so that functions appear
> in they order they're called.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
>  arch/arm/mach-tegra/board2.c              |  36 ----------
>  arch/arm/mach-tegra/include/mach/board.h  |  13 ----
>  board/avionic-design/common/tamonten-ng.c |  11 ++-
>  board/avionic-design/common/tamonten.c    |   9 ---
>  board/compal/paz00/paz00.c                |  25 +------
>  board/compulab/trimslice/trimslice.c      |  17 +----
>  board/nvidia/cardhu/cardhu.c              |  18 ++---
>  board/nvidia/dalmore/dalmore.c            |  18 ++---
>  board/nvidia/e2220-1170/e2220-1170.c      |  26 +++----
>  board/nvidia/harmony/harmony.c            |  33 +++------
>  board/nvidia/p2371-0000/p2371-0000.c      |  26 +++----
>  board/nvidia/p2371-2180/p2371-2180.c      |  26 +++----
>  board/nvidia/p2571/p2571.c                |  26 +++----
>  board/nvidia/seaboard/seaboard.c          |  18 ++---
>  board/nvidia/whistler/whistler.c          |  57 +++++++--------
>  board/toradex/colibri_t20/colibri_t20.c   | 114 +++++++++++-------------------
>  board/toradex/colibri_t30/colibri_t30.c   |   8 +--
>  17 files changed, 161 insertions(+), 320 deletions(-)

This should use a pinmux driver.

- Simon


More information about the U-Boot mailing list