Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport v1.14-branch] drivers: flash: w25q: erase operations must be erase-size aligned #16510

Merged
merged 1 commit into from Jul 2, 2019

Conversation

backporting[bot]
Copy link

@backporting backporting bot commented May 30, 2019

Backport #15498.

Fixes #17251

 - Erase operations must be aligned to the erase-size.
 - Don't need to perform an alignment check on a full erase. The offset
   is not used in this case.
 - Don't need to perform alignment check on a sector sized erase, as
   this alignment is checked on entrance to the function.
 - Removed some whitespace.

Signed-off-by: Ryan C Johnson <ryan.johnson@flex.com>
@backporting backporting bot requested a review from nashif as a code owner May 30, 2019 12:36
@nashif nashif added this to To do in Backports May 30, 2019
@nashif nashif moved this from To do to Needs more info in Backports Jun 4, 2019
@ioannisg ioannisg moved this from Needs more info to Needs a bug report in Backports Jun 11, 2019
@nashif nashif moved this from Needs a bug report to Ready in Backports Jul 2, 2019
@nashif nashif merged commit d3f926f into v1.14-branch Jul 2, 2019
Backports automation moved this from Ready to Done Jul 2, 2019
@nashif nashif deleted the backport-15498-to-v1.14-branch branch July 2, 2019 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Backports
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant