pinctrl-tegra30.c (0898782247ae533d1f4e47a06bc5d4870931b284) pinctrl-tegra30.c (fad57233501beb5bd25f037cb9128a533e710600)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Pinctrl data for the NVIDIA Tegra30 pinmux
4 *
5 * Author: Stephen Warren <swarren@nvidia.com>
6 *
7 * Copyright (c) 2011-2012, NVIDIA CORPORATION. All rights reserved.
8 */

--- 1996 unchanged lines hidden (view full) ---

2005 TEGRA_MUX_VGP5,
2006 TEGRA_MUX_VGP6,
2007 TEGRA_MUX_VI,
2008 TEGRA_MUX_VI_ALT1,
2009 TEGRA_MUX_VI_ALT2,
2010 TEGRA_MUX_VI_ALT3,
2011};
2012
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Pinctrl data for the NVIDIA Tegra30 pinmux
4 *
5 * Author: Stephen Warren <swarren@nvidia.com>
6 *
7 * Copyright (c) 2011-2012, NVIDIA CORPORATION. All rights reserved.
8 */

--- 1996 unchanged lines hidden (view full) ---

2005 TEGRA_MUX_VGP5,
2006 TEGRA_MUX_VGP6,
2007 TEGRA_MUX_VI,
2008 TEGRA_MUX_VI_ALT1,
2009 TEGRA_MUX_VI_ALT2,
2010 TEGRA_MUX_VI_ALT3,
2011};
2012
2013#define FUNCTION(fname) \
2014 { \
2015 .name = #fname, \
2016 }
2013#define FUNCTION(fname) #fname
2017
2014
2018static struct tegra_function tegra30_functions[] = {
2015static const char * const tegra30_functions[] = {
2019 FUNCTION(blink),
2020 FUNCTION(cec),
2021 FUNCTION(clk_12m_out),
2022 FUNCTION(clk_32k_in),
2023 FUNCTION(core_pwr_req),
2024 FUNCTION(cpu_pwr_req),
2025 FUNCTION(crt),
2026 FUNCTION(dap),

--- 477 unchanged lines hidden ---
2016 FUNCTION(blink),
2017 FUNCTION(cec),
2018 FUNCTION(clk_12m_out),
2019 FUNCTION(clk_32k_in),
2020 FUNCTION(core_pwr_req),
2021 FUNCTION(cpu_pwr_req),
2022 FUNCTION(crt),
2023 FUNCTION(dap),

--- 477 unchanged lines hidden ---