Chaussons, Tongs et Accessoires 4 euros offerts

2012-06-11 Thread Isotoner par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTEzMjAwJmM9NDgzNjEyJmQ9MjAxMi0wNi0wOSAwNDo0MDowMSZlPTEmaD0xMzE5OSZmPTEzMjAwJmc9MTMyMDA= Lien de désinscription :

[SPAM] �й������˲��� - �Ƽ���Ϣ

2012-06-11 Thread ���ڴ���˰Ʊ13530799861������QQ903340059
×ð¾´µÄÄÉË°ÈË£ºÄúºÃ£¡ ÐÐÒµÀàÐÍÓУº¹ã¸æ¡¢¿Æ¼¼¡¢·¿µØ²ú¡¢ÎïÒµ¡¢¾Æµê¡¢»áÒé¡¢ÎÄ»¯¡¢Éè¼Æ¡¢×Éѯ¡¢Åàѵ¡¢ÀÍÎñ¡¢»úе×âÁÞ¡¢½¨ÖþÒµ¡¢ÉÌÒµ¡¢ÔËÊäµÈ¸÷ÖÖ»ú´òfaƱ¡£ÒÔÉÏfaƱ¾ùΪ˰Îñ²¿ÃÅÉêÁ죬¾ø¶ÔÕý¹æ£¬ÑéÖ¤ºó¸¶¿î¡£ ÁªÏµ·½Ê½QQ 903340059 µç»° 13530799861 ÕÅÏÈÉú /*

[PATCH 9/9] Kirkwood: Add basic device tree support for QNAP TS219.

2012-06-11 Thread Andrew Lunn
The two different variants of QNAP TS devices, varying by SoC, put the GPIO keys on different GPIO lines. Hence we need two different DT board descriptions, which share the same board-ts219.c file. Signed-off-by: Andrew Lunn and...@lunn.ch --- arch/arm/boot/dts/kirkwood-ts219-6281.dts | 21

[PATCH 4/9] spi-orion: add device tree binding

2012-06-11 Thread Andrew Lunn
From: Michael Walle mich...@walle.cc Signed-off-by: Michael Walle mich...@walle.cc Signed-off-by: Andrew Lunn and...@lunn.ch --- Documentation/devicetree/bindings/spi/spi-orion.txt |5 + drivers/spi/spi-orion.c |9 + 2 files changed, 14

[PATCH 8/9] ARM: Kirkwood: Add DT support for GPIO controllers

2012-06-11 Thread Andrew Lunn
The GPIO controllers can now be described in DT. Origionally GPIO controllers were instantiated during IRQ setup. The origional none-DT code has been split out, and is only called if no DT GPIO controllers are found. Signed-off-by: Andrew Lunn and...@lunn.ch ---

[SPAM] Indirizzi Email Aziendali da ITALIA - 99 EUR - id= 201261081840

2012-06-11 Thread Offerta Indirizzi Email Aziendali
Banche dati dell'Italia 1,5 MILIONI DI EMAIL DELL'ITALIA EDIZIONE 2012 - AGGIORNATO 99 Euro SAPERE COME ACQUISTARE Accettiamo Paypal, MoneyGram, Western Union e Trasferimento Bancario http://www.combosoftware.com.ar/isaemarketing_itit_bd_pedido.htm Rimuovere il tuo indirizzo e-mail

[PATCH 6/9] ARM: kirkwood: use devicetree for SPI on dreamplug

2012-06-11 Thread Andrew Lunn
From: Michael Walle mich...@walle.cc Use the device tree for the SPI driver and partition layout. Signed-off-by: Michael Walle mich...@walle.cc Signed-off-by: Andrew Lunn and...@lunn.ch --- arch/arm/boot/dts/kirkwood-dreamplug.dts | 29 +

[PATCH 7/9] I2C: MV64XXX: Add Device Tree support

2012-06-11 Thread Andrew Lunn
Extends the driver to get properties from device tree. Also extend the kirkwood DT support to supply the needed properties. Signed-off-by: Andrew Lunn and...@lunn.ch --- Documentation/devicetree/bindings/i2c/mrvl-i2c.txt | 35 +- arch/arm/boot/dts/kirkwood.dtsi

[PATCH 2/9] SPI: Refactor spi-orion to use SPI framework queue.

2012-06-11 Thread Andrew Lunn
Replace the deprecated master-transfer with transfer_one_message() and allow the SPI subsystem handle all the queuing of messages. Signed-off-by: Andrew Lunn and...@lunn.ch Acked-by: Linus Walleij linus.wall...@linaro.org --- drivers/spi/spi-orion.c | 209

Nouvelle collection Plein été : Economisez jusqu'à 50 pourcent

2012-06-11 Thread Blancheporte par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTEzMjAyJmM9NDgzNjEyJmQ9MjAxMi0wNi0xMCAwMDoxMDowMSZlPTEmaD0xMzIwMSZmPTEzMjAyJmc9MTMyMDI= Lien de désinscription :

[PATCH 1/9] ARM: Kirkwood: Add interrupt controller support for DT boards

2012-06-11 Thread Andrew Lunn
Signed-off-by: Andrew Lunn and...@lunn.ch --- .../devicetree/bindings/arm/mrvl/intc.txt | 20 ++ arch/arm/boot/dts/kirkwood.dtsi|9 arch/arm/mach-kirkwood/board-dt.c | 22 +++- 3 files changed, 50

[PATCH 0/9] Kirkwood DT support For IRQ, SPI, I2C, GPIO

2012-06-11 Thread Andrew Lunn
This patch set adds Device Tree support for IRQ, SPI, I2C and GPIO on Orion based drivers, and makes use of these for kirkwood devices. It also adds the ability to boot QNAP TS219 based systems using device tree. The SPI DT patches are from Michael Walle, and have been previously posted. I've

Re: [PATCH 2/9] SPI: Refactor spi-orion to use SPI framework queue.

2012-06-11 Thread Linus Walleij
On Sun, Jun 10, 2012 at 12:31 PM, Andrew Lunn and...@lunn.ch wrote: Replace the deprecated master-transfer with transfer_one_message() and allow the SPI subsystem handle all the queuing of messages. Signed-off-by: Andrew Lunn and...@lunn.ch Acked-by: Linus Walleij linus.wall...@linaro.org

Re: [PATCH 8/9] ARM: Kirkwood: Add DT support for GPIO controllers

2012-06-11 Thread Jason Cooper
On Sun, Jun 10, 2012 at 12:32:00PM +0200, Andrew Lunn wrote: The GPIO controllers can now be described in DT. Origionally GPIO controllers were instantiated during IRQ setup. The origional none-DT nit. non-DT code has been split out, and is only called if no DT GPIO controllers are found.

Re: [PATCH 1/9] ARM: Kirkwood: Add interrupt controller support for DT boards

2012-06-11 Thread Jason Cooper
On Sun, Jun 10, 2012 at 12:31:53PM +0200, Andrew Lunn wrote: Signed-off-by: Andrew Lunn and...@lunn.ch --- .../devicetree/bindings/arm/mrvl/intc.txt | 20 ++ arch/arm/boot/dts/kirkwood.dtsi|9 arch/arm/mach-kirkwood/board-dt.c

Re: [PATCH 5/9] ARM: kirkwood: use devicetree for orion-spi

2012-06-11 Thread Jason Cooper
On Sun, Jun 10, 2012 at 12:31:57PM +0200, Andrew Lunn wrote: From: Michael Walle mich...@walle.cc Populate the devices with auxdata to set the device names which are used by clkdev to lookup the clocks. Signed-off-by: Michael Walle mich...@walle.cc Signed-off-by: Andrew Lunn

Re: [PATCH 9/9] Kirkwood: Add basic device tree support for QNAP TS219.

2012-06-11 Thread Jason Cooper
On Sun, Jun 10, 2012 at 12:32:01PM +0200, Andrew Lunn wrote: The two different variants of QNAP TS devices, varying by SoC, put the GPIO keys on different GPIO lines. Hence we need two different DT board descriptions, which share the same board-ts219.c file. Signed-off-by: Andrew Lunn

Re: [PATCH 1/9] ARM: Kirkwood: Add interrupt controller support for DT boards

2012-06-11 Thread Michael Walle
Am Sonntag 10 Juni 2012, 12:31:53 schrieb Andrew Lunn: Signed-off-by: Andrew Lunn and...@lunn.ch --- .../devicetree/bindings/arm/mrvl/intc.txt | 20 ++ arch/arm/boot/dts/kirkwood.dtsi| 9 arch/arm/mach-kirkwood/board-dt.c

Re: [PATCH 0/9] Kirkwood DT support For IRQ, SPI, I2C, GPIO

2012-06-11 Thread Jason Cooper
On Sun, Jun 10, 2012 at 12:31:52PM +0200, Andrew Lunn wrote: This patch set adds Device Tree support for IRQ, SPI, I2C and GPIO on Orion based drivers, and makes use of these for kirkwood devices. It also adds the ability to boot QNAP TS219 based systems using device tree. Andrew, thanks for

Re: [PATCH 8/9] ARM: Kirkwood: Add DT support for GPIO controllers

2012-06-11 Thread Rob Herring
On 06/10/2012 05:32 AM, Andrew Lunn wrote: The GPIO controllers can now be described in DT. Origionally GPIO controllers were instantiated during IRQ setup. The origional none-DT code has been split out, and is only called if no DT GPIO controllers are found. Signed-off-by: Andrew Lunn

Re: [PATCH 7/9] I2C: MV64XXX: Add Device Tree support

2012-06-11 Thread Jason Cooper
On Sun, Jun 10, 2012 at 12:31:59PM +0200, Andrew Lunn wrote: Extends the driver to get properties from device tree. Also extend the kirkwood DT support to supply the needed properties. Signed-off-by: Andrew Lunn and...@lunn.ch --- Documentation/devicetree/bindings/i2c/mrvl-i2c.txt | 35

Profitez de 50% de réduction* pour retrouver la ligne avec Weight Watchers

2012-06-11 Thread Weight Watchers par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTEzMjMyJmM9NDgzNjEyJmQ9MjAxMi0wNi0wOSAyMjozMDowMSZlPTEmaD0xMzIzMSZmPTEzMjMyJmc9MTMyMzI= Lien de désinscription :

Re: [PATCH 9/9] Kirkwood: Add basic device tree support for QNAP TS219.

2012-06-11 Thread Michael Walle
Am Sonntag 10 Juni 2012, 12:32:01 schrieb Andrew Lunn: [..] +config MACH_TS219_DT + bool Device Tree for QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS + select ARCH_KIRKWOOD_DT + select ARM_APPENDED_DTB + select ARM_ATAG_DTB_COMPAT + help

Re: [PATCH 1/9] ARM: Kirkwood: Add interrupt controller support for DT boards

2012-06-11 Thread Rob Herring
On 06/10/2012 05:31 AM, Andrew Lunn wrote: Signed-off-by: Andrew Lunn and...@lunn.ch --- .../devicetree/bindings/arm/mrvl/intc.txt | 20 ++ arch/arm/boot/dts/kirkwood.dtsi|9 arch/arm/mach-kirkwood/board-dt.c | 22

[SPAM] 核销单/产地证

2012-06-11 Thread zsfgeherthrtn
您好! 公司自开业以来,一贯坚持(服务第一客户至上)稳妥快捷的经营理念。 为各外贸公司(工厂)提供准确快捷,价格优惠的优质服务。 1、提供大小核销单 2、办理一般原产地证(CO FA FE FF)及产地证 请存留备用,欢迎你的来电咨询: 联系人:张小姐 联系电话:13534221768 QQ:535873649 邮箱:535873...@qq.com