Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
mpc5xxx_can.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/netdevice.h>
#include <linux/can/dev.h>
#include <linux/of_platform.h>
#include <sysdev/fsl_soc.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <asm/mpc52xx.h>
#include "mscan.h"

Go to the source code of this file.

Data Structures

struct  mpc5xxx_can_data
 

Macros

#define DRV_NAME   "mpc5xxx_can"
 

Functions

 module_platform_driver (mpc5xxx_can_driver)
 
 MODULE_AUTHOR ("Wolfgang Grandegger <[email protected]>")
 
 MODULE_DESCRIPTION ("Freescale MPC5xxx CAN driver")
 
 MODULE_LICENSE ("GPL v2")
 

Macro Definition Documentation

#define DRV_NAME   "mpc5xxx_can"

Definition at line 37 of file mpc5xxx_can.c.

Function Documentation

MODULE_AUTHOR ( "Wolfgang Grandegger <[email protected]>"  )
MODULE_DESCRIPTION ( "Freescale MPC5xxx CAN driver )
MODULE_LICENSE ( "GPL v2 )
module_platform_driver ( mpc5xxx_can_driver  )