Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
common-board-devices.c File Reference
#include <linux/gpio.h>
#include <linux/spi/spi.h>
#include <linux/spi/ads7846.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <linux/platform_data/mtd-nand-omap2.h>
#include "common.h"
#include "common-board-devices.h"

Go to the source code of this file.

Functions

void __init omap_ads7846_init (int bus_num, int gpio_pendown, int gpio_debounce, struct ads7846_platform_data *board_pdata)
 
void __init omap_nand_flash_init (int options, struct mtd_partition *parts, int nr_parts)
 

Function Documentation

void __init omap_ads7846_init ( int  bus_num,
int  gpio_pendown,
int  gpio_debounce,
struct ads7846_platform_data board_pdata 
)

Definition at line 100 of file common-board-devices.c.

void __init omap_nand_flash_init ( int  options,
struct mtd_partition parts,
int  nr_parts 
)

Definition at line 145 of file common-board-devices.c.