From 7a972f2b684ad351813c41fbe0cc23f2eb18531f Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Fri, 15 Feb 2013 15:03:50 -0700 Subject: [PATCH] --- yaml --- r: 365245 b: refs/heads/master c: 5e49035e26abf557737c1281439548f33b41578e h: refs/heads/master i: 365243: 57ad58368de940b3bfcd0d51894c8179355a5f0f v: v3 --- [refs] | 2 +- trunk/include/linux/spi/spi-tegra.h | 40 ----------------------------- 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 trunk/include/linux/spi/spi-tegra.h diff --git a/[refs] b/[refs] index 398f194e6887..59792c3264eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c60fea02141167cc277ff92fd6ee21448f56449f +refs/heads/master: 5e49035e26abf557737c1281439548f33b41578e diff --git a/trunk/include/linux/spi/spi-tegra.h b/trunk/include/linux/spi/spi-tegra.h deleted file mode 100644 index 786932c62edb..000000000000 --- a/trunk/include/linux/spi/spi-tegra.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - * spi-tegra.h: SPI interface for Nvidia Tegra20 SLINK controller. - * - * Copyright (C) 2011 NVIDIA Corporation - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -#ifndef _LINUX_SPI_TEGRA_H -#define _LINUX_SPI_TEGRA_H - -struct tegra_spi_platform_data { - int dma_req_sel; - unsigned int spi_max_frequency; -}; - -/* - * Controller data from device to pass some info like - * hw based chip select can be used or not and if yes - * then CS hold and setup time. - */ -struct tegra_spi_device_controller_data { - bool is_hw_based_cs; - int cs_setup_clk_count; - int cs_hold_clk_count; -}; - -#endif /* _LINUX_SPI_TEGRA_H */