blob: ab5271f1c92bba0b4d442ced5f33207071402e3d [file] [log] [blame]
/* Copyright (c) 2008-2009, 2012, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
/*
* SPI driver for Qualcomm MSM platforms.
*/
struct msm_spi_platform_data {
u32 max_clock_speed;
int (*gpio_config)(void);
void (*gpio_release)(void);
int (*dma_config)(void);
const char *rsl_id;
u32 pm_lat;
u32 infinite_mode;
bool ver_reg_exists;
bool use_bam;
u32 bam_consumer_pipe_index;
u32 bam_producer_pipe_index;
};