Re: [PATCH] MAINTAINERS: Add myself as a backup maintainer for SPI

2013-01-14 Thread Grant Likely
On Mon, Jan 14, 2013 at 2:32 AM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: Grant said he would find it helpful for me to continue handling some of the legwork for SPI so add myself to MAINTAINERS so I get CCed on patches. Signed-off-by: Mark Brown

[SPAM] 代/开――发/票

2013-01-14 Thread 15989349144
您好: 现本公司有一部分专用税――票代开; 贵公司如有需要,欢迎您的来电与我联系: 负责人:张先生(0)15989349144 -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current

Re: [PATCH] spi: erase pointer to drvdata on removal

2013-01-14 Thread Grant Likely
On Mon, 14 Jan 2013 02:51:45 +, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Thu, Nov 01, 2012 at 02:05:36PM -0400, Vivien Didelot wrote: As for i2c-core, let the SPI core handle the removal of the device's drvdata, after a remove() or a probe() failure. Any driver that

Re: [PATCH v2 01/10] spi: tegra: Do not use clock name to get clock

2013-01-14 Thread Grant Likely
On Fri, 11 Jan 2013 13:58:28 -0700, Stephen Warren swar...@wwwdotorg.org wrote: On 01/11/2013 01:01 AM, Prashant Gaikwad wrote: Since Tegra spi devices do not have multiple clocks, no need to use clock name to get the clock. Cc'ing in the SPI maintainers as an FYI and for Acks; this patch

[PATCH 1/2] spi: spi-mpc512x-psc: init mode bits supported by the driver

2013-01-14 Thread Anatolij Gustschin
The driver should setup mode bits it supports, otherwise adding an SPI device might fail even if the driver supports the requested SPI mode. Signed-off-by: Anatolij Gustschin ag...@denx.de --- drivers/spi/spi-mpc512x-psc.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[PATCH 2/2] spi: spi-mpc512x-psc: add support for gpio chip selects

2013-01-14 Thread Anatolij Gustschin
Currently the driver only uses one internal chip select. Add support for gpio chip selects configured by gpio specifiers in the device tree. Signed-off-by: Anatolij Gustschin ag...@denx.de --- drivers/spi/spi-mpc512x-psc.c | 80 ++--- 1 files changed, 75

Re: [PATCH] spi: erase pointer to drvdata on removal

2013-01-14 Thread Vivien Didelot
Hi Mark, Grant, On Mon, 14 Jan 2013 02:51:45 +, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Thu, Nov 01, 2012 at 02:05:36PM -0400, Vivien Didelot wrote: As for i2c-core, let the SPI core handle the removal of the device's drvdata, after a remove() or a probe()