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
Unknown Object (File)
Thu, Apr 16, 7:40 AM
Unknown Object (File)
Thu, Apr 16, 7:30 AM
Unknown Object (File)
Sat, Apr 11, 10:21 AM
Unknown Object (File)
Fri, Apr 10, 8:30 AM
Unknown Object (File)
Thu, Apr 9, 2:08 AM
Unknown Object (File)
Wed, Apr 8, 9:57 AM
Unknown Object (File)
Tue, Apr 7, 1:41 AM
Unknown Object (File)
Sun, Apr 5, 7:06 PM
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 Not Applicable
Unit
Tests Not Applicable

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.