Profitez de l'été pour ranger votre maison

2013-07-08 Thread Clementina Frog
Clementina frog, le spécialiste du rangement et des bagages vous propose une sélection de produits de qualité à tout petits prix ! (http://ocfm41.com/oa1y2qiyzh1ylynldo/index0.html) (http://ocfm41.com/gv1ghq0uzggs2s4lyq/index1.html) (http://ocfm41.com/ji1dxqk5z2myvbw2lj/index2.html)

Un professionnel pour vos travaux

2013-07-08 Thread E-Travaux
(http://ocfm42.com/axn2divkwfblrwp5vo/index0.html) (http://ocfm42.com/i2nxri1swpydinm5kq/index1.html) (http://ocfm42.com/3cntoiafwkzlce5aej/index2.html) {TITLE}{NOM}, déposez votre demande de devis sur E-travaux.com (http://ocfm42.com/htnc4ibpwsudqvraug/index3.html)

Soldes 2ème démarque jusqu'à -60 pourcent

2013-07-08 Thread Linvosges par Nl promos
Si le message ne s'affiche pas correctement merci de suivre ce lien:

[RFC/PATCH 1/3] driver: spi: Modify core to compute the message length

2013-07-08 Thread Sourav Poddar
Make spi core calculate the message length while populating the other transfer parameters. This will be useful in cases where controller driver need to configure its framelength field without iterating through the linklist again in the driver controller. Signed-off-by: Sourav Poddar

[PATCH 0/3] spi changes and ti quad spi controller.

2013-07-08 Thread Sourav Poddar
Add support for calculating message length in spi framework. Add support for quad spi controller. Patch 2 of this series had been posted before. Sending along with the series along with ather propsed change. Sourav Poddar (3): driver: spi: Modify core to compute the message length drivers:

[PATCHv3 2/3] drivers: spi: Add qspi flash controller

2013-07-08 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

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

2013-07-08 Thread Sourav Poddar
Since, qspi controller uses quad read. Configuring the command register, if the transfer of data needs quad lines. This patch has been done on top of the following patch[1], which is still under review/comments. This patch will also go changes, as the parent patch[1] does. [1]:

[PATCH v2 10/11] spi: spi-ep93xx: convert to the queued driver infrastructure

2013-07-08 Thread H Hartley Sweeten
The SPI core provides infrastructure for standard message queueing. Use that instead of handling it in the driver. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Acked-by: Mika Westerberg mika.westerb...@iki.fi Cc: Ryan Mallon rmal...@gmail.com Cc: Mark Brown broo...@kernel.org Cc:

[PATCH v2 11/11] spi: spi-ep93xx: use master-cur_msg for in-flight message

2013-07-08 Thread H Hartley Sweeten
Instead of carrying the in-flight message in the driver private data, use the cur_msg pointer that is already setup by the core. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ryan Mallon rmal...@gmail.com Cc: Mika Westerberg mika.westerb...@iki.fi Cc: Mark Brown

RE: [PATCH v2 09/11] spi: spi-ep93xx: move the clock divider calcs into ep93xx_spi_chip_setup()

2013-07-08 Thread H Hartley Sweeten
On Monday, July 08, 2013 5:10 AM, Mark Brown wrote: On Tue, Jul 02, 2013 at 10:10:29AM -0700, H Hartley Sweeten wrote: The divider values stored in the per chip data are only used to set the registers in the hardware to generate the desired SPI clock. Since these are calculated per transfer

[PATCH v2 10/11] spi: spi-ep93xx: convert to the queued driver infrastructure

2013-07-08 Thread H Hartley Sweeten
The SPI core provides infrastructure for standard message queueing. Use that instead of handling it in the driver. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Acked-by: Mika Westerberg mika.westerb...@iki.fi Cc: Ryan Mallon rmal...@gmail.com Cc: Mark Brown broo...@kernel.org Cc:

Re: [PATCHv3 2/3] drivers: spi: Add qspi flash controller

2013-07-08 Thread Nishanth Menon
On 19:12-20130708, Sourav Poddar wrote: [..] generic comment, given our historical mistakes of making drivers specific to a SoC family, it never is. Now, ti-qspi in file name is a step in the right direction, but, rest of the code(function names etc) is just married to DRA7 family of processor