On Friday 19 July 2013 12:38 AM, Trent Piepho wrote:
> On Thu, Jul 18, 2013 at 3:01 AM, Sourav Poddar wrote:
>> +Required properties:
>> +- compatible : should be "ti,dra7xxx-qspi".
>> +- reg: Should contain QSPI registers location and length.
>> +- #address-cells, #size-cells : Must be present if
Si vous n'arrivez pas a visualiser ce message, veuillez cliquer ici:
http://a.fly-wu.com/interface/external_view_email.php?B921738346977021526427546432318&varId={~mai
lVariationId~}
Profitez vite des SOLDES d'été Françoise Saget jusqu'à -70% sur le Linge
de maison !
(Françoise Saget - Spécialist
Hi Trent,
2013/7/18 Trent Piepho :
> On Wed, Jul 17, 2013 at 6:58 PM, yuhang wang wrote:
>> >> > >
>> >> > > > [Pekon]: Instead of adding new fields you can use existing 'mode'
>> >> > > > field
>> >> to
>> >> > > > pass on the platform specific configurations. And if 'u8 mode'
>> >> > > > does n
On 07/18/2013 03:39 PM, Mark Brown wrote:
> On Thu, Jul 18, 2013 at 12:08:30PM -0700, Trent Piepho wrote:
>> On Thu, Jul 18, 2013 at 3:01 AM, Sourav Poddar wrote:
>
>>> +- ti,hwmods: Name of the hwmod associated to the QSPI
>
>> What is ti,hwmods? It's not clear from the description. It also
>>
Seu cliente de Email não pode ler este Email.
Para visualizá-lo on-line, por favor, clique aqui:
http://divulagacaomkt.net/sistemadeenvio/display.php?M=887632&C=46fe13b70ea93a299cdd8d1eb746676a&S=12&L=9&N=1
Para parar de receber nossos
Emails:http://divulagacaomkt.net/sistemadeenvio/unsubscribe.p
Pour visualiser correctement ce message, acc=C3=A9dez =C3=A0 la version en=
ligne, ou signaler comme ind=C3=A9sirable Livraison Gratuite=C2=A0=C2=
=A0|=C2=A0=C2=A0Retour Gratuit=C2=A0=C2=A0|=C2=A0=C2=A0Paiement 100% s=
=C3=A9curis=C3=A9 =C2=A0 Jeans Homme =C2=A0=C2=A0|=C2=A0=C2=A0 Jeans Femme =
=
On Thu, Jul 18, 2013 at 3:01 AM, Sourav Poddar wrote:
> +Required properties:
> +- compatible : should be "ti,dra7xxx-qspi".
> +- reg: Should contain QSPI registers location and length.
> +- #address-cells, #size-cells : Must be present if the device has sub-nodes
> +- ti,hwmods: Name of the hwmod
On 07/18/2013 12:08 PM, Russell King - ARM Linux wrote:
> On Thu, Jul 18, 2013 at 11:46:39AM -0500, Joel Fernandes wrote:
>> The API is optionally implemented by dmaengine drivers and when
>> unimplemented will return a NULL pointer. A client driver using
>> this API provides the required dma chann
On Thu, Jul 18, 2013 at 11:46:39AM -0500, Joel Fernandes wrote:
> The API is optionally implemented by dmaengine drivers and when
> unimplemented will return a NULL pointer. A client driver using
> this API provides the required dma channel, address width, and
> burst size of the transfer. dma_get_
On Thu, Jul 18, 2013 at 11:46:39AM -0500, Joel Fernandes wrote:
> From: Matt Porter
>
> Add a dmaengine API to retrieve slave SG transfer limits.
>
> The API is optionally implemented by dmaengine drivers and when
> unimplemented will return a NULL pointer. A client driver using
> this API provi
From: Matt Porter
The EDMA DMAC has a hardware limitation that prevents supporting
scatter gather lists with any number of segments. The DMA Engine
API reports the maximum number of segments a channel can support
via the optional dma_get_slave_sg_limits() API. If the max_nr_segs
limit is present,
From: Matt Porter
Implement device_slave_sg_limits().
EDMA has a finite set of PaRAM slots available for linking a
multi-segment SG transfer. In order to prevent any one channel
from consuming all PaRAM slots to fulfill a large SG transfer,
the driver reports a static per-channel max number of S
From: Matt Porter
Add a dmaengine API to retrieve slave SG transfer limits.
The API is optionally implemented by dmaengine drivers and when
unimplemented will return a NULL pointer. A client driver using
this API provides the required dma channel, address width, and
burst size of the transfer. d
(http://track.mdsmatch8.com/aff_c?params=%2526email%253DVALEUR&offer_id=2771&aff_id=2051&aff_sub=forcemarketing&source=AF&file_id=10737)
(http://track.mdsmatch8.com/aff_c?params=%2526email%253DVALEUR&offer_id=2771&aff_id=2051&aff_sub=forcemarketing&source=AF&file_id=10737)
(http://track.mdsmatch8.
Hi Mark,
On Thursday 18 July 2013 08:12 PM, Mark Brown wrote:
> On Thu, Jul 18, 2013 at 04:31:58PM +0300, Felipe Balbi wrote:
>> On Thu, Jul 18, 2013 at 02:18:22PM +0100, Mark Brown wrote:
>>> So why do we report that we handled the interrupt then? Shouldn't we at
>>> least warn if we're getting s
On Thursday 18 July 2013 04:54 PM, Felipe Balbi wrote:
> On Thu, Jul 18, 2013 at 04:48:41PM +0530, Sourav Poddar wrote:
+static void qspi_write_msg(struct ti_qspi *qspi, struct spi_transfer *t)
+{
+ const u8 *txbuf;
+ int wlen, count;
+
+ count = t->len;
+ txb
On Thursday 18 July 2013 04:14 PM, Mark Brown wrote:
> On Thu, Jul 18, 2013 at 03:31:27PM +0530, Sourav Poddar wrote:
>> 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 f
On Thursday 18 July 2013 04:12 PM, Mark Brown wrote:
> On Thu, Jul 18, 2013 at 03:31:26PM +0530, Sourav Poddar wrote:
>
>> 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 interfac
Hi Felipe,
On Thursday 18 July 2013 03:54 PM, Felipe Balbi wrote:
> Hi,
>
> it might be just me, but ...
>
> On Thu, Jul 18, 2013 at 03:31:26PM +0530, Sourav Poddar wrote:
>> +static inline unsigned long ti_qspi_readl_data(struct ti_qspi *qspi,
>> +unsigned long reg, int wlen)
>> +{
>>
?
Si vous ne visualisez pas ce mail, cliquez ici
(http://leregimeproteine.com/img/mailing/coffret_12062013/regime-pac-prod.html)
(http://ocfm40.com/vy1hwgdzvltq2sjlas/index0.html)
L'ÉTÉ EST LÀ.. RETROUVEZ UNE BELLE SILHOUETTE!
C'est possible grâce à notre coffret minceur protéiné
Livraison Offe
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: s
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 a
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
Make spi core calculate the message length while
populating the other transfer parameters.
Usecase, driver can use it to populate framelength filed in their
controller.
Signed-off-by: Sourav Poddar
---
drivers/spi/spi.c |1 +
include/linux/spi/spi.h |1 +
2 files changed, 2 insert
Si le message ne s'affiche pas correctement merci de suivre ce lien:
http://news.teradoo.com/re?l=BD0Iqgpua4I7gfk57dIhj9qfxhdI&u=http%3A%2F%2Fnews.teradoo.com%2Fpublic%2Fread_message.jsp%3Ftsp%3D1374138262886%26custid%3D16444%26uid%3D16231069273%26sig%3DHPJBHFBEBGANBODP%26mid%3D1600200076&s=BEENB
25 matches
Mail list logo