Re: [PATCH 14/19] spi/atmel: remove incorrect __exit_p()

2013-01-28 Thread Nicolas Ferre
On 01/25/2013 11:44 PM, Arnd Bergmann : Since we no longer allow building without hotplug, the atmel_spi_remove function is always present and we should not use __exit_p() to refer to it. Without this patch, building at91_dt_defconfig results in: drivers/spi/spi-atmel.c:1006:12: warning:

[PATCH 3/5] serial: pl011: use generic DMA slave configuration if possible

2013-01-28 Thread Arnd Bergmann
With the new OF DMA binding, it is possible to completely avoid the need for platform_data for configuring a DMA channel. In cases where the platform has already been converted, calling dma_request_slave_channel should get all the necessary information from the device tree. Like the patch that

[PATCH 2/5] spi: pl022: use generic DMA slave configuration if possible

2013-01-28 Thread Arnd Bergmann
With the new OF DMA binding, it is possible to completely avoid the need for platform_data for configuring a DMA channel. In cases where the platform has already been converted, calling dma_request_slave_channel should get all the necessary information from the device tree. Like the patch that

Re: [PATCH v5 03/14] ARM: edma: add AM33XX support to the private EDMA API

2013-01-28 Thread Andy Shevchenko
On Tue, Jan 15, 2013 at 10:32 PM, Matt Porter mpor...@ti.com wrote: Adds support for parsing the TI EDMA DT data into the required EDMA private API platform data. Enables runtime PM support to initialize the EDMA hwmod. Adds AM33XX EMDA crossbar event mux support. Signed-off-by: Matt Porter

Re: [PATCH v5 07/14] dmaengine: add dma_request_slave_channel_compat()

2013-01-28 Thread Andy Shevchenko
On Tue, Jan 15, 2013 at 10:32 PM, Matt Porter mpor...@ti.com wrote: Adds a dma_request_slave_channel_compat() wrapper which accepts both the arguments from dma_request_channel() and dma_request_slave_channel(). Based on whether the driver is instantiated via DT, the appropriate channel request

Re: [PATCH v5 07/14] dmaengine: add dma_request_slave_channel_compat()

2013-01-28 Thread Arnd Bergmann
On Monday 28 January 2013, Andy Shevchenko wrote: On Tue, Jan 15, 2013 at 10:32 PM, Matt Porter mpor...@ti.com wrote: Adds a dma_request_slave_channel_compat() wrapper which accepts both the arguments from dma_request_channel() and dma_request_slave_channel(). Based on whether the driver is

[PATCH v2 0/5] dmaengine: convert dw_dmac/spear13xx to generic binding

2013-01-28 Thread Arnd Bergmann
Hi everyone, I'm rather embarrassed to have sent yet another patch series to the wrong mailing list address, this now goes to the correct linux-arm-kernel list, so please comment here, not on the first version. I have also made some smaller changes and updated the DT bindings where I extended the

[PATCH 2/5] spi: pl022: use generic DMA slave configuration if possible

2013-01-28 Thread Arnd Bergmann
With the new OF DMA binding, it is possible to completely avoid the need for platform_data for configuring a DMA channel. In cases where the platform has already been converted, calling dma_request_slave_channel should get all the necessary information from the device tree. Like the patch that

[PATCH 3/5] serial: pl011: use generic DMA slave configuration if possible

2013-01-28 Thread Arnd Bergmann
With the new OF DMA binding, it is possible to completely avoid the need for platform_data for configuring a DMA channel. In cases where the platform has already been converted, calling dma_request_slave_channel should get all the necessary information from the device tree. This also adds a

[SPAM] 代/开――发/票

2013-01-28 Thread 13544101049
您好: 我公司有税――票/代开; 如:(1)普通商品销售税――票; (2)广告业、各类服务业税――票/等等。 贵公司如有需要,欢迎您的来电与我联系: 负责人:张先生(0)13544101049 -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much

请查收!

2013-01-28 Thread fill41328
您好!本公司现有 {发 票 }可开 ,如有需要请联系:135 2887 1100刘经理!或加QQ:2273759990 -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with

Ultime Démarque jusqu'à -80%

2013-01-28 Thread Galeries Lafayette - Galerie des Marques
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT04JmI9MzA3NDcmYz0xOTYxNjQxJmQ9MjAxMy0wMS0yOSAwNjowMDowMSZlPTEmaD0zMDc0NSZmPTMwNzQ3Jmc9MzA3NDc= Lien de desinscription :

Re: [PATCH 2/5] spi: pl022: use generic DMA slave configuration if possible

2013-01-28 Thread Andy Shevchenko
On Mon, 2013-01-28 at 21:58 +, Arnd Bergmann wrote: With the new OF DMA binding, it is possible to completely avoid the need for platform_data for configuring a DMA channel. In cases where the platform has already been converted, calling dma_request_slave_channel should get all the