#include <linux/init.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/platform_device.h>
#include <linux/mutex.h>
#include <linux/gpio.h>
#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <lantiq_soc.h>
Go to the source code of this file.
|
#define | LTQ_EBU_BUSCON 0x1e7ff /* 16 bit access, slowest timing */ |
|
#define | LTQ_EBU_WP 0x80000000 /* write protect bit */ |
|
#define LTQ_EBU_BUSCON 0x1e7ff /* 16 bit access, slowest timing */ |
#define LTQ_EBU_WP 0x80000000 /* write protect bit */ |
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
ltq_mm_match |
|
|
) |
| |
subsys_initcall |
( |
ltq_mm_init |
| ) |
|