Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
cs5535-mfd.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/mfd/core.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <asm/olpc.h>

Go to the source code of this file.

Macros

#define DRV_NAME   "cs5535-mfd"
 

Enumerations

enum  cs5535_mfd_bars {
  SMB_BAR = 0, GPIO_BAR = 1, MFGPT_BAR = 2, PMS_BAR = 4,
  ACPI_BAR = 5, NR_BARS
}
 

Functions

 MODULE_DEVICE_TABLE (pci, cs5535_mfd_pci_tbl)
 
 module_pci_driver (cs5535_mfd_driver)
 
 MODULE_AUTHOR ("Andres Salomon <[email protected]>")
 
 MODULE_DESCRIPTION ("MFD driver for CS5535/CS5536 southbridge's ISA PCI device")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DRV_NAME   "cs5535-mfd"

Definition at line 32 of file cs5535-mfd.c.

Enumeration Type Documentation

Enumerator:
SMB_BAR 
GPIO_BAR 
MFGPT_BAR 
PMS_BAR 
ACPI_BAR 
NR_BARS 

Definition at line 34 of file cs5535-mfd.c.

Function Documentation

MODULE_AUTHOR ( "Andres Salomon <[email protected]>"  )
MODULE_DESCRIPTION ( "MFD driver for CS5535/CS5536 southbridge's ISA PCI device )
MODULE_DEVICE_TABLE ( pci  ,
cs5535_mfd_pci_tbl   
)
MODULE_LICENSE ( "GPL"  )
module_pci_driver ( cs5535_mfd_driver  )