sdhci-esdhc.h (2a267e7c41aa88215de2b542de797d03d16ecdfd) sdhci-esdhc.h (84a14ae8c44fb4828a05f363a09c3261472de00e)
1/* SPDX-License-Identifier: GPL-2.0-only */
1/*
2 * Freescale eSDHC controller driver generics for OF and pltfm.
3 *
4 * Copyright (c) 2007 Freescale Semiconductor, Inc.
5 * Copyright (c) 2009 MontaVista Software, Inc.
6 * Copyright (c) 2010 Pengutronix e.K.
7 * Author: Wolfram Sang <w.sang@pengutronix.de>
2/*
3 * Freescale eSDHC controller driver generics for OF and pltfm.
4 *
5 * Copyright (c) 2007 Freescale Semiconductor, Inc.
6 * Copyright (c) 2009 MontaVista Software, Inc.
7 * Copyright (c) 2010 Pengutronix e.K.
8 * Author: Wolfram Sang <w.sang@pengutronix.de>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License.
12 */
13
14#ifndef _DRIVERS_MMC_SDHCI_ESDHC_H
15#define _DRIVERS_MMC_SDHCI_ESDHC_H
16
17/*
18 * Ops and quirks for the Freescale eSDHC controller.
19 */

--- 76 unchanged lines hidden ---
9 */
10
11#ifndef _DRIVERS_MMC_SDHCI_ESDHC_H
12#define _DRIVERS_MMC_SDHCI_ESDHC_H
13
14/*
15 * Ops and quirks for the Freescale eSDHC controller.
16 */

--- 76 unchanged lines hidden ---