Page MenuHomeFreeBSD

ufshci: fix bug in ufshci_req_sdb_enable
ClosedPublic

Authored by jaeyoon on Fri, Mar 20, 7:23 AM.
Tags
None
Referenced Files
F150087483: D55984.id174271.diff
Sun, Mar 29, 7:06 AM
Unknown Object (File)
Sat, Mar 28, 8:03 PM
Unknown Object (File)
Sat, Mar 28, 12:15 AM
Unknown Object (File)
Fri, Mar 27, 11:21 PM
Unknown Object (File)
Thu, Mar 26, 9:57 AM
Unknown Object (File)
Tue, Mar 24, 9:37 AM
Unknown Object (File)
Mon, Mar 23, 11:41 PM
Unknown Object (File)
Mon, Mar 23, 2:24 AM
Subscribers
None

Details

Summary

When enabling the request queue, safely reset the list base address.
This was added due to a quirk in the Qualcomm UFS controller during
the process of activating it.

Sponsored by: Samsung Electronics

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71576
Build 68459: arc lint + arc unit

Event Timeline

jaeyoon created this revision.

Fine as is, but maybe a comment about why you're re-writing these addresses is in order?

This revision is now accepted and ready to land.Fri, Mar 20, 1:36 PM
This revision now requires review to proceed.Mon, Mar 23, 1:21 AM

Could you please approve this patch?

I had approved before the rebase. Generally, that's approval is good unless you change something important. Rebasing, and minor tweaks to style or to fix a comment needn't wait on me.

This revision is now accepted and ready to land.Mon, Mar 23, 2:26 PM
In D55984#1281824, @imp wrote:

I had approved before the rebase. Generally, that's approval is good unless you change something important. Rebasing, and minor tweaks to style or to fix a comment needn't wait on me.

Oh, I thought I had to get approval after the rebase, but I was wrong. Thank you!

This revision was automatically updated to reflect the committed changes.