#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
#include <linux/io.h>
#include <linux/clk.h>
#include <linux/irq.h>
#include <linux/err.h>
#include <linux/delay.h>
#include <linux/clocksource.h>
#include <linux/clockchips.h>
#include <linux/slab.h>
#include <linux/module.h>
Go to the source code of this file.
#define STI_COUNT_RAW_H 0x28 |
#define STI_COUNT_RAW_L 0x2c |
#define STI_INTENCLR 0x4c |
#define STI_INTENSET 0x48 |
#define STI_INTFFCLR 0x50 |
#define STI_INTRAWSTATUS 0x44 |
#define STI_INTSTATUS 0x40 |
- Enumerator:
USER_CLOCKSOURCE |
|
USER_CLOCKEVENT |
|
USER_NR |
|
Definition at line 35 of file em_sti.c.
MODULE_AUTHOR |
( |
"Magnus Damm" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Renesas Emma Mobile STI Timer Driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
em_sti_dt_ids |
|
|
) |
| |
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
module_platform_driver |
( |
em_sti_device_driver |
| ) |
|