Linux Kernel
3.7.1
|
#include <linux/err.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include "pinctrl-spear3xx.h"
Go to the source code of this file.
Macros | |
#define | DRIVER_NAME "spear310-pinmux" |
#define | PMX_CONFIG_REG 0x08 |
Functions | |
arch_initcall (spear310_pinctrl_init) | |
module_exit (spear310_pinctrl_exit) | |
MODULE_AUTHOR ("Viresh Kumar <[email protected]>") | |
MODULE_DESCRIPTION ("ST Microelectronics SPEAr310 pinctrl driver") | |
MODULE_LICENSE ("GPL v2") | |
MODULE_DEVICE_TABLE (of, SPEAr310_pinctrl_of_match) | |
#define DRIVER_NAME "spear310-pinmux" |
Definition at line 19 of file pinctrl-spear310.c.
#define PMX_CONFIG_REG 0x08 |
Definition at line 22 of file pinctrl-spear310.c.
arch_initcall | ( | spear310_pinctrl_init | ) |
MODULE_AUTHOR | ( | "Viresh Kumar <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | of | , |
SPEAr310_pinctrl_of_match | |||
) |
module_exit | ( | spear310_pinctrl_exit | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |