imx-audmux.c (976e3645923bdd2fe7893aae33fd7a21098bfb28) imx-audmux.c (1ce8f643ed875d754ff09bf2096dfac3b905ab80)
1// SPDX-License-Identifier: GPL-2.0+
2//
3// Copyright 2012 Freescale Semiconductor, Inc.
4// Copyright 2012 Linaro Ltd.
5// Copyright 2009 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
6//
7// Initial development of this code was funded by
1// SPDX-License-Identifier: GPL-2.0+
2//
3// Copyright 2012 Freescale Semiconductor, Inc.
4// Copyright 2012 Linaro Ltd.
5// Copyright 2009 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
6//
7// Initial development of this code was funded by
8// Phytec Messtechnik GmbH, http://www.phytec.de
8// Phytec Messtechnik GmbH, https://www.phytec.de
9
10#include <linux/clk.h>
11#include <linux/debugfs.h>
12#include <linux/err.h>
13#include <linux/io.h>
14#include <linux/module.h>
15#include <linux/of.h>
16#include <linux/of_device.h>

--- 396 unchanged lines hidden ---
9
10#include <linux/clk.h>
11#include <linux/debugfs.h>
12#include <linux/err.h>
13#include <linux/io.h>
14#include <linux/module.h>
15#include <linux/of.h>
16#include <linux/of_device.h>

--- 396 unchanged lines hidden ---