Merge stable-1.2 into master without scheduler and task part#367
Merged
lgirdwood merged 8 commits intothesofproject:masterfrom Sep 13, 2018
Merged
Merge stable-1.2 into master without scheduler and task part#367lgirdwood merged 8 commits intothesofproject:masterfrom
lgirdwood merged 8 commits intothesofproject:masterfrom
Conversation
The initialization of lli should be out of loop Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
waiti can only work with interrupt level 0, check if the level is 0 and set SOF_IPC_PANIC_WFI panic. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
If reschedule work timeout is too small. The reschedule will fail. Workaround this issue by increace the reschedule timeout. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
500us woulld cause dma trace buffer overflow at the boot up time. Now refine it to 100us to make both scheduler and dma trace happy Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
There are possible that we call list_item_del to same list item twice. This will cause the list be into chaos. Reset the next and prev pointer to 0 to avoid risk. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
waiti would cause FW panic if it is called in irq level higher than passive level. Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
Don't delete item with list_for_item. with list_for_item, a item is deleted from list but the next of this item is used to visit the list. Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
Don't delete item with list_for_item. with list_for_item, a item is deleted from list but the next of this item is used to visit the list. Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
Member
|
@xiulipan can you give me a list of patches still to be merged. |
Contributor
Author
|
@lgirdwood I will have new PR to fix the known issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge stable-1.2 patch into master.
Master have some refine on scheduler and task, patches could not be merge into master.
Need to check if the new code base have the same bugs first.
Will send new patches on new code base if there are any bugs.