Page MenuHomeFreeBSD

ufshci: fix bug in ufshci_req_sdb_enable
AcceptedPublic

Authored by jaeyoon on Fri, Mar 20, 7:23 AM.
Tags
None
Referenced Files
F149425861: D55984.diff
Tue, Mar 24, 9:37 AM
F149359546: D55984.diff
Mon, Mar 23, 11:41 PM
Unknown Object (File)
Mon, Mar 23, 2:24 AM
Unknown Object (File)
Fri, Mar 20, 8:04 AM
Unknown Object (File)
Fri, Mar 20, 8:03 AM
Subscribers
None

Details

Reviewers
imp
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 71656
Build 68539: 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!