cpm_common.c (9a64e8e0ace51b309fdcff4b4754b3649250382a) cpm_common.c (26a2056eb21fff26caf99d19ad5448e9403db55d)
1/*
2 * Common CPM code
3 *
4 * Author: Scott Wood <scottwood@freescale.com>
5 *
6 * Copyright 2007-2008,2010 Freescale Semiconductor, Inc.
7 *
8 * Some parts derived from commproc.c/cpm2_common.c, which is:

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

17 * published by the Free Software Foundation.
18 */
19
20#include <linux/init.h>
21#include <linux/of_device.h>
22#include <linux/spinlock.h>
23#include <linux/export.h>
24#include <linux/of.h>
1/*
2 * Common CPM code
3 *
4 * Author: Scott Wood <scottwood@freescale.com>
5 *
6 * Copyright 2007-2008,2010 Freescale Semiconductor, Inc.
7 *
8 * Some parts derived from commproc.c/cpm2_common.c, which is:

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

17 * published by the Free Software Foundation.
18 */
19
20#include <linux/init.h>
21#include <linux/of_device.h>
22#include <linux/spinlock.h>
23#include <linux/export.h>
24#include <linux/of.h>
25#include <linux/of_address.h>
25#include <linux/slab.h>
26
27#include <asm/udbg.h>
28#include <asm/io.h>
29#include <asm/rheap.h>
30#include <asm/cpm.h>
31
32#include <mm/mmu_decl.h>

--- 317 unchanged lines hidden ---
26#include <linux/slab.h>
27
28#include <asm/udbg.h>
29#include <asm/io.h>
30#include <asm/rheap.h>
31#include <asm/cpm.h>
32
33#include <mm/mmu_decl.h>

--- 317 unchanged lines hidden ---