Messages in this thread |  | | Subject | Re: [PATCH v5] scsi: ufs: core: call hibern8 notify when hibern8 cmd failed | | From | Bean Huo <> | | Date | Tue, 05 May 2026 08:40:55 +0200 |
| |
On Sat, 2026-05-02 at 22:30 +0800, Hongjie Fang wrote: > + default: > + break; > } > > return 0; > diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h > index 8563b6648976..4f7c619db324 100644 > --- a/include/ufs/ufshcd.h > +++ b/include/ufs/ufshcd.h > @@ -270,6 +270,7 @@ struct ufs_clk_info { > enum ufs_notify_change_status { > PRE_CHANGE, > POST_CHANGE, > + ROLLBACK_CHANGE, > }; > > struct ufs_pa_layer_attr { > -- > 2.25.1
Could you include the platform driver that actually handles ROLLBACK_CHANGE in this series? Adding this new rollback_change without an usage makes it hard to verify the design is correct.
Kind regards, Bean
|  |