* [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
@ 2013-04-04 19:57 bugzilla-daemon
2013-04-06 12:51 ` [Bug 1001815] " bugzilla-daemon
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-04-04 19:57 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Bug ID: 1001815
Summary: Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
Product: eCos
Version: CVS
Target: freescale_twr_k70f120m (Freescale Kinetis TWR-K70F120M
board)
Architecture/Host Cortex-M
OS:
Status: NEW
Severity: enhancement
Priority: low
Component: Patches and contributions
Assignee: unassigned@bugs.ecos.sourceware.org
Reporter: ilijak@siva.com.mk
CC: ecos-patches@ecos.sourceware.org
Depends on: 1001814
Created attachment 2157
--> http://bugs.ecos.sourceware.org/attachment.cgi?id=2157&action=edit
DSPI Rx DMA avoid
Current DSPI avoids Tx DMA when transfer fits in DSPI FIFO (typically 4 bytes).
The submitted patch does the same also for Rx. The benefit should be
considerable especially in cached systems due to avoidance of cache
invalidation.
Additionally the patch implements DSPI clock gating enable as per bug 1001814.
Ilija
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
@ 2013-04-06 12:51 ` bugzilla-daemon
2013-04-07 11:13 ` bugzilla-daemon
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-04-06 12:51 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Ilija Kocho <ilijak@siva.com.mk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2157|0 |1
is obsolete| |
--- Comment #1 from Ilija Kocho <ilijak@siva.com.mk> ---
Created attachment 2164
--> http://bugs.ecos.sourceware.org/attachment.cgi?id=2164&action=edit
DSPI Rx DMA avoid compatible with attachment 2162
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
2013-04-06 12:51 ` [Bug 1001815] " bugzilla-daemon
@ 2013-04-07 11:13 ` bugzilla-daemon
2013-04-07 16:44 ` bugzilla-daemon
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-04-07 11:13 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
--- Comment #2 from Ilija Kocho <ilijak@siva.com.mk> ---
Created attachment 2166
--> http://bugs.ecos.sourceware.org/attachment.cgi?id=2166&action=edit
Bug fix to dspi_transaction_end 130407-0213 increment to Attachment 2164.
This patch fixes a race condition bug in dspi_transaction_end(). The bug was
exposed during Mike Jones testing of bug 1001814. I thank Mike for testing.
The patch is incremental to attachment 2167
Ilija
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
2013-04-06 12:51 ` [Bug 1001815] " bugzilla-daemon
2013-04-07 11:13 ` bugzilla-daemon
@ 2013-04-07 16:44 ` bugzilla-daemon
2013-04-15 22:29 ` bugzilla-daemon
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-04-07 16:44 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
--- Comment #3 from Ilija Kocho <ilijak@siva.com.mk> ---
Checked in. Thank to Mike Jones for testing.
Ilija
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
` (2 preceding siblings ...)
2013-04-07 16:44 ` bugzilla-daemon
@ 2013-04-15 22:29 ` bugzilla-daemon
2013-04-15 22:31 ` bugzilla-daemon
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-04-15 22:29 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Bug 1001815 depends on bug 1001814, which changed state.
Bug 1001814 Summary: Kinetis clock gating
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001814
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |CURRENTRELEASE
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
` (3 preceding siblings ...)
2013-04-15 22:29 ` bugzilla-daemon
@ 2013-04-15 22:31 ` bugzilla-daemon
2013-05-18 19:26 ` bugzilla-daemon
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-04-15 22:31 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Ilija Kocho <ilijak@siva.com.mk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |CURRENTRELEASE
--- Comment #4 from Ilija Kocho <ilijak@siva.com.mk> ---
Checked in a while ago.
Closing
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
` (4 preceding siblings ...)
2013-04-15 22:31 ` bugzilla-daemon
@ 2013-05-18 19:26 ` bugzilla-daemon
2013-05-18 19:31 ` bugzilla-daemon
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-05-18 19:26 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Ilija Kocho <ilijak@siva.com.mk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|CURRENTRELEASE |---
--- Comment #5 from Ilija Kocho <ilijak@siva.com.mk> ---
There's a bug that in some circumstances causes erratic behaviour. This is due
to DMA not being disabled when it is not used.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
` (5 preceding siblings ...)
2013-05-18 19:26 ` bugzilla-daemon
@ 2013-05-18 19:31 ` bugzilla-daemon
2013-05-18 19:37 ` bugzilla-daemon
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-05-18 19:31 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
--- Comment #6 from Ilija Kocho <ilijak@siva.com.mk> ---
Created attachment 2237
--> http://bugs.ecos.sourceware.org/attachment.cgi?id=2237&action=edit
Disable eDMA when not used incremental 130518
This patch disables eDMA when it is not used and enables when necessary.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
` (6 preceding siblings ...)
2013-05-18 19:31 ` bugzilla-daemon
@ 2013-05-18 19:37 ` bugzilla-daemon
2013-05-18 19:41 ` bugzilla-daemon
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-05-18 19:37 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Ilija Kocho <ilijak@siva.com.mk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |1001838
--- Comment #7 from Ilija Kocho <ilijak@siva.com.mk> ---
In addition the CDL part attachment 2237 complements attachment 2226 of bug
1001838
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
` (7 preceding siblings ...)
2013-05-18 19:37 ` bugzilla-daemon
@ 2013-05-18 19:41 ` bugzilla-daemon
2013-05-18 19:42 ` bugzilla-daemon
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-05-18 19:41 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Ilija Kocho <ilijak@siva.com.mk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2166|0 |1
is obsolete| |
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
` (8 preceding siblings ...)
2013-05-18 19:41 ` bugzilla-daemon
@ 2013-05-18 19:42 ` bugzilla-daemon
2013-06-01 22:44 ` bugzilla-daemon
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-05-18 19:42 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Ilija Kocho <ilijak@siva.com.mk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2164|0 |1
is obsolete| |
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
` (9 preceding siblings ...)
2013-05-18 19:42 ` bugzilla-daemon
@ 2013-06-01 22:44 ` bugzilla-daemon
2013-06-02 17:11 ` bugzilla-daemon
2013-06-02 17:11 ` bugzilla-daemon
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-06-01 22:44 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Ilija Kocho <ilijak@siva.com.mk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2237|0 |1
is obsolete| |
--- Comment #8 from Ilija Kocho <ilijak@siva.com.mk> ---
Created attachment 2244
--> http://bugs.ecos.sourceware.org/attachment.cgi?id=2244&action=edit
Disable eDMA when not used. 130602
The previous patch had problems with DMA, It should be fixed now.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
` (10 preceding siblings ...)
2013-06-01 22:44 ` bugzilla-daemon
@ 2013-06-02 17:11 ` bugzilla-daemon
2013-06-02 17:11 ` bugzilla-daemon
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-06-02 17:11 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Ilija Kocho <ilijak@siva.com.mk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |CURRENTRELEASE
--- Comment #9 from Ilija Kocho <ilijak@siva.com.mk> ---
Checked in.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 1001815] Freescale DSPI avoid Rx DMA if transfer fits in FIFO.
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
` (11 preceding siblings ...)
2013-06-02 17:11 ` bugzilla-daemon
@ 2013-06-02 17:11 ` bugzilla-daemon
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2013-06-02 17:11 UTC (permalink / raw)
To: ecos-patches
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001815
Bug 1001815 depends on bug 1001838, which changed state.
Bug 1001838 Summary: Freescale EDMA CDL dependency calculation
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001838
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |CURRENTRELEASE
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2013-06-02 17:11 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-04 19:57 [Bug 1001815] New: Freescale DSPI avoid Rx DMA if transfer fits in FIFO bugzilla-daemon
2013-04-06 12:51 ` [Bug 1001815] " bugzilla-daemon
2013-04-07 11:13 ` bugzilla-daemon
2013-04-07 16:44 ` bugzilla-daemon
2013-04-15 22:29 ` bugzilla-daemon
2013-04-15 22:31 ` bugzilla-daemon
2013-05-18 19:26 ` bugzilla-daemon
2013-05-18 19:31 ` bugzilla-daemon
2013-05-18 19:37 ` bugzilla-daemon
2013-05-18 19:41 ` bugzilla-daemon
2013-05-18 19:42 ` bugzilla-daemon
2013-06-01 22:44 ` bugzilla-daemon
2013-06-02 17:11 ` bugzilla-daemon
2013-06-02 17:11 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).