[SPAM] 如何认定严重失职

2010-11-23 Thread iut9j
-- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the largest installed PC base get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R)

Re: [PATCH] dw_spi: add DMA support

2010-11-23 Thread Feng Tang
On Tue, 23 Nov 2010 14:48:39 +0800 Linus Walleij linus.ml.wall...@gmail.com wrote: This is much better than last time but I still have questions... 2010/11/18 Alan Cox a...@lxorguk.ukuu.org.uk: +       /* 1. Init rx channel */ +       rxs = dw_dma-dmas_rx; +       ds =

Re: [PATCH] Renaming 'struct flash_platform_data' into 'struct spi_flash_platform_data' in include/linux/spi/flash.h

2010-11-23 Thread Alexis RODET
Hello David, Le 22/11/2010 22:52, David Brownell a écrit : --- On Mon, 11/22/10, Alexis RODET alexis.ro...@bvs-tech.com wrote: And this patch doesn't touch machine or driver code, so it's incomplete. Look at the patch in previous mail attachment and you'll see it does. Couldn't do that.

Re: [PATCH] Renaming 'struct flash_platform_data' into 'struct spi_flash_platform_data' in include/linux/spi/flash.h

2010-11-23 Thread Alexis RODET
Le 23/11/2010 10:36, Baruch Siach a écrit : Hi Alexis, So Here is the patch: [snip] -static struct flash_platform_data __initdata my_flash0_platform = { +static struct spi_flash_platform_data __initdata my_flash0_platform = { Your patch seems to have been mangled by your mailer. A

Re: [PATCH] Renaming 'struct flash_platform_data' into 'struct spi_flash_platform_data' in include/linux/spi/flash.h

2010-11-23 Thread Alexis RODET
Hi baruch, I hope this time every thing is OK. Le 23/11/2010 10:44, Baruch Siach a écrit : Hi Alexis, Well, you mailer still breaks lines, e.g.: @@ -52,7 +52,7 @@ static struct dsa_platform_data mv88f6281gtw_ge_switch_plat_data = { baruch From 2dc4b4dd076c8ba0d9143cb6664e3413a4886850 Mon

Re: [PATCH] Renaming 'struct flash_platform_data' into 'struct spi_flash_platform_data' in include/linux/spi/flash.h

2010-11-23 Thread Baruch Siach
Hi Alexis, On Tue, Nov 23, 2010 at 10:41:13AM +0100, Alexis RODET wrote: Le 23/11/2010 10:36, Baruch Siach a écrit : Hi Alexis, So Here is the patch: [snip] -static struct flash_platform_data __initdata my_flash0_platform = { +static struct spi_flash_platform_data __initdata

Re: [PATCH] Renaming 'struct flash_platform_data' into 'struct spi_flash_platform_data' in include/linux/spi/flash.h

2010-11-23 Thread Baruch Siach
Hi Alexis, On Tue, Nov 23, 2010 at 10:30:46AM +0100, Alexis RODET wrote: Le 22/11/2010 22:52, David Brownell a écrit : --- On Mon, 11/22/10, Alexis RODET alexis.ro...@bvs-tech.com wrote: And this patch doesn't touch machine or driver code, so it's incomplete. Look at the patch in

Re: spi/spi: don't release the spi device twice

2010-11-23 Thread Sebastian Andrzej Siewior
David Lamparter wrote: This code is the old code, before patch 3486008 which you're citing. 3486008 does: - dummy = device_for_each_child(master-dev.parent, master-dev, - __unregister); + dummy = device_for_each_child(master-dev, NULL,

Re: spi/spi: don't release the spi device twice

2010-11-23 Thread Feng Tang
Hi Sebastian, On Tue, 23 Nov 2010 18:33:03 +0800 Sebastian Andrzej Siewior bige...@linutronix.de wrote: David Lamparter wrote: This code is the old code, before patch 3486008 which you're citing. 3486008 does: - dummy = device_for_each_child(master-dev.parent, master-dev, -

[PATCH v2] spi/spi: don't release the spi device twice

2010-11-23 Thread Sebastian Andrzej Siewior
This was fixed by David Lamparter in v2.6.36-rc5 3486008 (spi: free children in spi_unregister_master, not siblings) and broken again in v2.6.37-rc1~2^2~4 during the merge of 2b9603a0 (spi: enable spi_board_info to be registered after spi_master). Signed-off-by: Sebastian Andrzej Siewior

[PATCH 11/18] spi: add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs

2010-11-23 Thread Gabor Juhos
The Atheros AR71XX/AR724X/AR913X SoCs have a built-in SPI controller. This patch implements a driver for that. Signed-off-by: Gabor Juhos juh...@openwrt.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: David Brownell dbrown...@users.sourceforge.net Cc: spi-devel-general@lists.sourceforge.net

Re: [PATCH v2] spi/spi: don't release the spi device twice

2010-11-23 Thread David Lamparter
This was fixed by David Lamparter in v2.6.36-rc5 3486008 (spi: free children in spi_unregister_master, not siblings) and broken again in v2.6.37-rc1~2^2~4 during the merge of 2b9603a0 (spi: enable spi_board_info to be registered after spi_master). Signed-off-by: Sebastian Andrzej Siewior

[SPAM] Relooker votre site, valoriser votre image !

2010-11-23 Thread Relooker votre site, valoriser votre image !
SIvous n'arrivez paa à lire ce mail correctement - http://www.nos- realisations.com/entree.htm Refondre, reloocker, refaire. Pour que votre site, votre boutique soient vus autrement. Vous démarquer en valorisant votre image. Nos réalisations sont nos meilleurs arguments. Voir un aperçu de

Re: [PATCH v2] spi/spi: don't release the spi device twice

2010-11-23 Thread Feng Tang
On Wed, 24 Nov 2010 00:45:20 +0800 David Lamparter equi...@diac24.net wrote: This was fixed by David Lamparter in v2.6.36-rc5 3486008 (spi: free children in spi_unregister_master, not siblings) and broken again in v2.6.37-rc1~2^2~4 during the merge of 2b9603a0 (spi: enable spi_board_info