cminst44xx.c (9edd576d89a5b6d3e136d7dcab654d887c0d25b7) | cminst44xx.c (ee0839c22cdda7f2e5f06e2d0351e2b49e0975ff) |
---|---|
1/* 2 * OMAP4 CM instance functions 3 * 4 * Copyright (C) 2009 Nokia Corporation 5 * Copyright (C) 2011 Texas Instruments, Inc. 6 * Paul Walmsley 7 * 8 * This program is free software; you can redistribute it and/or modify --- 6 unchanged lines hidden (view full) --- 15 */ 16 17#include <linux/kernel.h> 18#include <linux/types.h> 19#include <linux/errno.h> 20#include <linux/err.h> 21#include <linux/io.h> 22 | 1/* 2 * OMAP4 CM instance functions 3 * 4 * Copyright (C) 2009 Nokia Corporation 5 * Copyright (C) 2011 Texas Instruments, Inc. 6 * Paul Walmsley 7 * 8 * This program is free software; you can redistribute it and/or modify --- 6 unchanged lines hidden (view full) --- 15 */ 16 17#include <linux/kernel.h> 18#include <linux/types.h> 19#include <linux/errno.h> 20#include <linux/err.h> 21#include <linux/io.h> 22 |
23#include "iomap.h" |
|
23#include "common.h" | 24#include "common.h" |
24 | |
25#include "cm.h" 26#include "cm1_44xx.h" 27#include "cm2_44xx.h" 28#include "cm44xx.h" 29#include "cminst44xx.h" 30#include "cm-regbits-34xx.h" 31#include "cm-regbits-44xx.h" 32#include "prcm44xx.h" --- 319 unchanged lines hidden --- | 25#include "cm.h" 26#include "cm1_44xx.h" 27#include "cm2_44xx.h" 28#include "cm44xx.h" 29#include "cminst44xx.h" 30#include "cm-regbits-34xx.h" 31#include "cm-regbits-44xx.h" 32#include "prcm44xx.h" --- 319 unchanged lines hidden --- |