User Details
User Details
- User Since
- Jan 3 2025, 1:07 AM (88 w, 1 d)
Thu, Sep 10
Thu, Sep 10
jaeyoon added a comment to D59559: ufshci: add a passthrough ioctl.
This ioctl is for a port of ufs-utils:
https://github.com/SanDisk-Open-Source/ufs-utils
jaeyoon updated the diff for D59559: ufshci: add a passthrough ioctl.
Fix commit message
jaeyoon requested review of D59560: ufshci: install the ioctl header.
jaeyoon requested review of D59559: ufshci: add a passthrough ioctl.
jaeyoon requested review of D59558: ufshci: add a control device node.
jaeyoon requested review of D59557: ufshci: tell the controller how long the EHS is.
Wed, Sep 2
Wed, Sep 2
jaeyoon committed rG973783515e7d: ufshci: fix the Snapdragon X Elite reference clock (authored by jaeyoon).
ufshci: fix the Snapdragon X Elite reference clock
jaeyoon committed rG9930150214d1: ufshci: skip the reinit when the new link works (authored by jaeyoon).
ufshci: skip the reinit when the new link works
jaeyoon committed rGc09daa33d6ff: ufshci: set HS series per platform and adapt type per gear (authored by jaeyoon).
ufshci: set HS series per platform and adapt type per gear
Tue, Sep 1
Tue, Sep 1
jaeyoon requested review of D59299: ufshci: skip the reinit when the new link works.
jaeyoon requested review of D59298: ufshci: set HS series per platform and adapt type per gear.
jaeyoon requested review of D59297: ufshci: fix the Snapdragon X Elite reference clock.
Thu, Aug 27
Thu, Aug 27
jaeyoon committed rG3ecee9314d88: ufshci: reject new requests on a failed controller (authored by jaeyoon).
ufshci: reject new requests on a failed controller
jaeyoon committed rGe59d4ec66fca: ufshci: handle a recovery reset before the SIM attach (authored by jaeyoon).
ufshci: handle a recovery reset before the SIM attach
jaeyoon committed rG1258ae2bcb55: ufshci: run the controller fail path only once (authored by jaeyoon).
ufshci: run the controller fail path only once
ufshci: claim trackers before failing them
jaeyoon committed rG746278a6ddc8: ufshci: build valid fake responses for manual completion (authored by jaeyoon).
ufshci: build valid fake responses for manual completion
Wed, Aug 19
Wed, Aug 19
jaeyoon requested review of D58948: ufshci: reject new requests on a failed controller.
jaeyoon requested review of D58947: ufshci: handle a recovery reset before the SIM attach.
jaeyoon requested review of D58946: ufshci: build valid fake responses for manual completion.
jaeyoon requested review of D58945: ufshci: claim trackers before failing them.
jaeyoon requested review of D58944: ufshci: run the controller fail path only once.
Tue, Aug 18
Tue, Aug 18
jaeyoon committed rG68091ebf0a72: ufshci: report the highest LUN number in the path inquiry (authored by jaeyoon).
ufshci: report the highest LUN number in the path inquiry
jaeyoon committed rG34518292a3e0: ufshci: correct the crypto/config register offsets and HCMID fields (authored by jaeyoon).
ufshci: correct the crypto/config register offsets and HCMID fields
jaeyoon committed rGe1aa173f8120: ufshci: consolidate the device query submit/poll pattern (authored by jaeyoon).
ufshci: consolidate the device query submit/poll pattern
jaeyoon committed rGf3c3db35d545: ufshci: validate the CDB before allocating a request (authored by jaeyoon).
ufshci: validate the CDB before allocating a request
jaeyoon committed rGa508a9f72388: ufshci: return the real errno from SDB queue construction (authored by jaeyoon).
ufshci: return the real errno from SDB queue construction
jaeyoon committed rGdbcebc7c661e: ufshci: pass the queue being destroyed to the cmd descriptor teardown (authored by jaeyoon).
ufshci: pass the queue being destroyed to the cmd descriptor teardown
jaeyoon added a comment to D58819: ufshci: correct the crypto/config register offsets and HCMID fields.
Since this isn't a major change, I'll go ahead and push it as is.
jaeyoon updated the diff for D58819: ufshci: correct the crypto/config register offsets and HCMID fields.
set it to uint8_t and added a static_assert.
Aug 13 2026
Aug 13 2026
jaeyoon requested review of D58820: ufshci: report the highest LUN number in the path inquiry.
jaeyoon requested review of D58819: ufshci: correct the crypto/config register offsets and HCMID fields.
jaeyoon requested review of D58818: ufshci: consolidate the device query submit/poll pattern.
jaeyoon requested review of D58817: ufshci: validate the CDB before allocating a request.
jaeyoon requested review of D58816: ufshci: pass the queue being destroyed to the cmd descriptor teardown.
jaeyoon requested review of D58815: ufshci: return the real errno from SDB queue construction.
Aug 10 2026
Aug 10 2026
jaeyoon committed rGa33860b0a2b9: ufshci: do not reset the device in the XPT_RESET_DEV handler (authored by jaeyoon).
ufshci: do not reset the device in the XPT_RESET_DEV handler
ufshci: free the taskqueue on detach
jaeyoon committed rGc686e7d3b0d3: ufshci: check completions under the queue lock (authored by jaeyoon).
ufshci: check completions under the queue lock
jaeyoon committed rGaaf0e80e684d: ufshci: release the CCB after sending a start stop unit command (authored by jaeyoon).
ufshci: release the CCB after sending a start stop unit command
jaeyoon committed rG266ce89fc231: ufshci: read UIC command results while holding the lock (authored by jaeyoon).
ufshci: read UIC command results while holding the lock
jaeyoon committed rGaf00e00f23a1: ufshci: initialize desc_size for non-descriptor query requests (authored by jaeyoon).
ufshci: initialize desc_size for non-descriptor query requests
ufshci: byte-swap big-endian UPIU fields
jaeyoon committed rGc71705a08304: ufshci: do not free the devq twice on SIM attach failure (authored by jaeyoon).
ufshci: do not free the devq twice on SIM attach failure
jaeyoon committed rG456ab423dddc: ufshci: initialize alloc_units before the dedicated-buffer scan (authored by jaeyoon).
ufshci: initialize alloc_units before the dedicated-buffer scan
jaeyoon committed rGc2186638ff70: ufshci: free the correct address when DMA load fails (authored by jaeyoon).
ufshci: free the correct address when DMA load fails
jaeyoon committed rG24c2ead33b44: ufshci: tolerate partially constructed queues in SDB teardown (authored by jaeyoon).
ufshci: tolerate partially constructed queues in SDB teardown
jaeyoon committed rG25a61a7927c8: ufshci: check SDB queue allocations for failure (authored by jaeyoon).
ufshci: check SDB queue allocations for failure
ufshci: fix WLUN periph reference counting
jaeyoon committed rG607189d789ac: ufshci: free the lookup path when the periph search times out (authored by jaeyoon).
ufshci: free the lookup path when the periph search times out
jaeyoon committed rG360b7c1635ea: ufshci: fix SCSI I/O request failure cleanup (authored by jaeyoon).
ufshci: fix SCSI I/O request failure cleanup
jaeyoon committed rGc9827f1528a6: ufshci: handle controller command submit failures (authored by jaeyoon).
ufshci: handle controller command submit failures
jaeyoon committed rG154e335cd635: ufshci: fail attribute reads on a non-zero config result code (authored by jaeyoon).
ufshci: fail attribute reads on a non-zero config result code
jaeyoon committed rG5f3a2b364ea5: ufshci: abort submission when payload DMA mapping fails (authored by jaeyoon).
ufshci: abort submission when payload DMA mapping fails
jaeyoon committed rGcf04a05424f1: ufshci: fix data direction encoding for read commands (authored by jaeyoon).
ufshci: fix data direction encoding for read commands
Aug 5 2026
Aug 5 2026
jaeyoon requested review of D58671: ufshci: do not reset the device in the XPT_RESET_DEV handler.
jaeyoon requested review of D58670: ufshci: free the taskqueue on detach.
jaeyoon requested review of D58669: ufshci: release the CCB after sending a start stop unit command.
jaeyoon requested review of D58668: ufshci: check completions under the queue lock.
jaeyoon requested review of D58667: ufshci: read UIC command results while holding the lock.
jaeyoon requested review of D58665: ufshci: initialize desc_size for non-descriptor query requests.
jaeyoon requested review of D58664: ufshci: byte-swap big-endian UPIU fields.
jaeyoon requested review of D58663: ufshci: initialize alloc_units before the dedicated-buffer scan.
jaeyoon requested review of D58662: ufshci: do not free the devq twice on SIM attach failure.
jaeyoon requested review of D58661: ufshci: check SDB queue allocations for failure.
jaeyoon requested review of D58660: ufshci: tolerate partially constructed queues in SDB teardown.
jaeyoon requested review of D58659: ufshci: free the correct address when DMA load fails.
