#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/ctype.h>
#include <linux/edac.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/of_platform.h>
#include "edac_core.h"
#include "edac_module.h"
Go to the source code of this file.
#define SR_CLR_DB_ECC_INTR 0x4 |
#define SR_CLR_SB_ECC_INTR 0x0 |
MODULE_AUTHOR |
( |
" |
Calxeda, |
|
|
Inc." |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"EDAC Driver for Calxeda Highbank L2 Cache" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
hb_l2_err_of_match |
|
|
) |
| |
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
module_platform_driver |
( |
highbank_l2_edac_driver |
| ) |
|