diff mbox

[4/4] spi: remove unused Tegra platform data header

Message ID 1360965830-19795-4-git-send-email-swarren@wwwdotorg.org (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Stephen Warren Feb. 15, 2013, 10:03 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

The platform data header is no longer used. Delete it.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 include/linux/spi/spi-tegra.h |   40 ----------------------------------------
 1 file changed, 40 deletions(-)
 delete mode 100644 include/linux/spi/spi-tegra.h

Comments

Grant Likely March 2, 2013, 11:02 p.m. UTC | #1
On Fri, 15 Feb 2013 15:03:50 -0700, Stephen Warren <swarren@wwwdotorg.org> wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> The platform data header is no longer used. Delete it.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>

I like the diffstat for this series. Applied!

Thanks,
g.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
Rhyland Klein March 8, 2013, 5:10 p.m. UTC | #2
On 3/2/2013 6:02 PM, Grant Likely wrote:
> On Fri, 15 Feb 2013 15:03:50 -0700, Stephen Warren <swarren@wwwdotorg.org> wrote:
>> From: Stephen Warren <swarren@nvidia.com>
>>
>> The platform data header is no longer used. Delete it.
>>
>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> I like the diffstat for this series. Applied!
>
> Thanks,
> g.
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
Grant, I was looking to pull these patches. I don't see them in 
linux-next and I
looked at your repo and didn't see them. Can you give me a pointer?

Thanks,
Rhyland
Grant Likely March 9, 2013, 9:21 a.m. UTC | #3
On Sat, Mar 9, 2013 at 1:10 AM, Rhyland Klein <rklein@nvidia.com> wrote:
> On 3/2/2013 6:02 PM, Grant Likely wrote:
>>
>> On Fri, 15 Feb 2013 15:03:50 -0700, Stephen Warren <swarren@wwwdotorg.org>
>> wrote:
>>>
>>> From: Stephen Warren <swarren@nvidia.com>
>>>
>>> The platform data header is no longer used. Delete it.
>>>
>>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
>>
>> I like the diffstat for this series. Applied!
>>
>> Thanks,
>> g.
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
> Grant, I was looking to pull these patches. I don't see them in linux-next
> and I
> looked at your repo and didn't see them. Can you give me a pointer?

That is because I haven't pushed them out yet. Initially it was
because the merge window was still open, and then it was because I was
in Hong Kong last week for Linaro Connect. I haven't wanted to push
out my trees until I have a chance to do some build testing which I
will do on Monday.

g.

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
Stephen Warren April 3, 2013, 6:43 p.m. UTC | #4
On 03/09/2013 02:21 AM, Grant Likely wrote:
> On Sat, Mar 9, 2013 at 1:10 AM, Rhyland Klein <rklein@nvidia.com> wrote:
>> On 3/2/2013 6:02 PM, Grant Likely wrote:
>>>
>>> On Fri, 15 Feb 2013 15:03:50 -0700, Stephen Warren <swarren@wwwdotorg.org>
>>> wrote:
>>>>
>>>> From: Stephen Warren <swarren@nvidia.com>
>>>>
>>>> The platform data header is no longer used. Delete it.
>>>>
>>>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
>>>
>>> I like the diffstat for this series. Applied!
>>
>> Grant, I was looking to pull these patches. I don't see them in linux-next
>> and I looked at your repo and didn't see them. Can you give me a pointer?
> 
> That is because I haven't pushed them out yet. Initially it was
> because the merge window was still open, and then it was because I was
> in Hong Kong last week for Linaro Connect. I haven't wanted to push
> out my trees until I have a chance to do some build testing which I
> will do on Monday.

Grant, I still don't see these patches in next-20130403.

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
diff mbox

Patch

diff --git a/include/linux/spi/spi-tegra.h b/include/linux/spi/spi-tegra.h
deleted file mode 100644
index 786932c..0000000
--- a/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 */