[RFC/PATCH 2/2] driver: spi: Add quad spi read support

2013-07-30 Thread Sourav Poddar
Since, qspi controller uses quad read. Configuring the command register, if the transfer of data needs dual or quad lines. This patch has been done on top of the following patch[1], which is just the basic idea of adding dual/quad support in spi framework. $subject patch will undergo changes once

[PATCHv7 0/2] Add ti qspi controller

2013-07-30 Thread Sourav Poddar
This patch series add support for ti qspi controller. Adapted this series on top of Mark brown series[1]: [1]: https://patchwork.kernel.org/patch/2834694/ And some other cleanups. Sourav Poddar (2): drivers: spi: Add qspi flash controller driver: spi: Add quad spi read support Documentatio

[PATCHv7 1/2] drivers: spi: Add qspi flash controller

2013-07-30 Thread Sourav Poddar
The patch add basic support for the quad spi controller. QSPI is a kind of spi module that allows single, dual and quad read access to external spi devices. The module has a memory mapped interface which provide direct interface for accessing data form external spi devices. The patch will configu

Soldes derniers jours jusqu'à -80 pourcent

2013-07-30 Thread bagagerie-privée
Soldes derniers jours jusqu'à -80 pourcentSoldes derniers jours jusqu'à -80 pourcentSoldes derniers jours jusqu'à -80 pourcentSoldes derniers jours jusqu'à -80 pourcentSoldes derniers jours jusqu'à -80 pourcentSoldes derniers jours jusqu'à -80 pourcentSoldes derniers jours jusqu'à -80 pourcentSo

[SPAM] Jusqu'a 60 pourcent de reduction et livraison offerte

2013-07-30 Thread Lot 18 - Ventes Privees de Vins fins
(http://ocfm43.com/raax20cpt4xb5zwq4o/index0.html) (http://ocfm43.com/5va2h0efttjta4zqnq/index1.html) (http://ocfm43.com/miacx0tsto5bxunczj/index2.html) (http://ocfm43.com/pkatu03kt3atjk4cwg/index3.html) (http://ocfm43.com/oiuyxeiyskmbp3no0q/index4.html) (http://ocfm43.com/gkugue0ussht3a4obo/index

Planos de Saúde a Partir de R$71,62 (PF) e R$85,78 (PJ)

2013-07-30 Thread Brasil Mais Saudável
Seu visualizador de e-mail está configurado para mostrar a mensagem em formato texto. Para visualizar corretamente o conteúdo desse e-mail copie e cole o link abaixo em seu navegador: http://d-app.brasilbemseguro.com.br/e/13344/28/257812/1a56c ---

代/开――发/票

2013-07-30 Thread 44412
您好: 我公司有税――票/代开; 如:(1)普通商品销售税――票; (2)广告业、各类服务业税――票/等等。 贵公司如有需要,欢迎您的来电与我联系: 负责人:张先生(0)1591912 -- Get your SQL database under version control now! Version control is standard for application code, but databases

[SPAM] 代/开--发/票

2013-07-30 Thread 91446
您好: 我公司在(深圳市、厦门市、上海市、广州市等地)有良好的企业形象。现本公司有一部分专用税--票代开; 贵公司如有需要,欢迎您的来电与我联系: 负责人:张先生(0)15989349144 -- Get your SQL database under version control now! Version control is standard for application code, but databas

Jusqu'à 45 kilos en tout juste 4 mois. Naturellement

2013-07-30 Thread Royal-Slim
Si le message ne s'affiche pas correctement merci de suivre ce lien: http://news.teradoo.com/re?l=BD0Iqgq3mmI7gfk57dIhjqz8lrgI&u=http%3A%2F%2Fnews.teradoo.com%2Fpublic%2Fread_message.jsp%3Ftsp%3D1375180962622%26custid%3D16444%26uid%3D16231069273%26sig%3DMLHPIJBPNILBDOHF%26mid%3D1600212190&s=IALDF

[SPAM] Vente flash Vacances jusqu'à moins 70 pourcent

2013-07-30 Thread Locasun
(http://ocfm40.com/k3yutwm2ukkbws44ij/index0.html) (http://ocfm40.com/veyh3wlnus4teyn4ag/index1.html) N°1 des Ventes Privées de locations vacances & week-ends (http://ocfm40.com/uhyecwzhufsb0tzkho/index2.html) (http://ocfm40.com/euy3ewjgupttdbwk3q/index3.html) (http://ocfm40.com/0hj5cdgiz4dbnxzwog

Re: [PATCHv6 1/2] drivers: spi: Add qspi flash controller

2013-07-30 Thread Sourav Poddar
Hi Felipe, On Monday 29 July 2013 06:05 PM, Felipe Balbi wrote: > Hi, > > On Mon, Jul 29, 2013 at 04:45:02PM +0530, Sourav Poddar wrote: + irq = platform_get_irq(pdev, 0); + if (irq< 0) { + dev_err(&pdev->dev, "no irq resource?\n"); +

Re: [PATCH] SPI: DUAL and QUAD support

2013-07-30 Thread yuhang wang
Hi,Trent Thanks for so many details. 2013/7/30 Trent Piepho : > On Mon, Jul 29, 2013 at 7:21 AM, Gupta, Pekon wrote: >>> >> spi->mode |= SPI_CS_HIGH; >>> >> if (of_find_property(nc, "spi-3wire", NULL)) >>> >> spi->mode |= SPI_3WIRE; >>> >>