msdi.c (25a765b7f05cb8460fa01b54568894b20e184862) msdi.c (4b25408f1f61c35b70a19a41053b5e5e3224e97f)
1/*
2 * MSDI IP block reset
3 *
4 * Copyright (C) 2012 Texas Instruments, Inc.
5 * Paul Walmsley
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

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

18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
19 * 02110-1301 USA
20 *
21 * XXX What about pad muxing?
22 */
23
24#include <linux/kernel.h>
25#include <linux/err.h>
1/*
2 * MSDI IP block reset
3 *
4 * Copyright (C) 2012 Texas Instruments, Inc.
5 * Paul Walmsley
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

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

18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
19 * 02110-1301 USA
20 *
21 * XXX What about pad muxing?
22 */
23
24#include <linux/kernel.h>
25#include <linux/err.h>
26#include <linux/platform_data/gpio-omap.h>
26
27#include <plat/omap_hwmod.h>
28#include <plat/omap_device.h>
29#include <plat/mmc.h>
30
31#include "common.h"
32#include "control.h"
33#include "mux.h"

--- 128 unchanged lines hidden ---
27
28#include <plat/omap_hwmod.h>
29#include <plat/omap_device.h>
30#include <plat/mmc.h>
31
32#include "common.h"
33#include "control.h"
34#include "mux.h"

--- 128 unchanged lines hidden ---