* [PATCH v2] ufs: core: add config_scsi_dev vops comment
@ 2024-02-29 8:04 peter.wang
2024-02-29 17:34 ` Bart Van Assche
0 siblings, 1 reply; 3+ messages in thread
From: peter.wang @ 2024-02-29 8:04 UTC (permalink / raw)
To: linux-scsi, martin.petersen, avri.altman, alim.akhtar, jejb
Cc: wsd_upstream, linux-mediatek, peter.wang, chun-hung.wu,
alice.chao, cc.chou, chaotian.jing, jiajie.hao, powen.kao,
qilin.tan, lin.gui, tun-yu.yu, eddie.huang, naomi.chu,
chu.stanley
From: Peter Wang <peter.wang@mediatek.com>
Add config_scis_dev vops comment.
Signed-off-by: Peter Wang <peter.wang@mediatek.com>
---
include/ufs/ufshcd.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h
index 7f0b2c5599cd..a19d87e7980f 100644
--- a/include/ufs/ufshcd.h
+++ b/include/ufs/ufshcd.h
@@ -327,6 +327,7 @@ struct ufs_pwr_mode_info {
* @op_runtime_config: called to config Operation and runtime regs Pointers
* @get_outstanding_cqs: called to get outstanding completion queues
* @config_esi: called to config Event Specific Interrupt
+ * @config_scsi_dev: called to configure scsi device parameters
*/
struct ufs_hba_variant_ops {
const char *name;
--
2.18.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v2] ufs: core: add config_scsi_dev vops comment
2024-02-29 8:04 [PATCH v2] ufs: core: add config_scsi_dev vops comment peter.wang
@ 2024-02-29 17:34 ` Bart Van Assche
2024-03-01 3:47 ` Peter Wang (王信友)
0 siblings, 1 reply; 3+ messages in thread
From: Bart Van Assche @ 2024-02-29 17:34 UTC (permalink / raw)
To: peter.wang, linux-scsi, martin.petersen, avri.altman, alim.akhtar,
jejb
Cc: wsd_upstream, linux-mediatek, chun-hung.wu, alice.chao, cc.chou,
chaotian.jing, jiajie.hao, powen.kao, qilin.tan, lin.gui,
tun-yu.yu, eddie.huang, naomi.chu, chu.stanley
On 2/29/24 00:04, peter.wang@mediatek.com wrote:
> From: Peter Wang <peter.wang@mediatek.com>
>
> Add config_scis_dev vops comment.
^^^^
scsi
> ---
> include/ufs/ufshcd.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h
> index 7f0b2c5599cd..a19d87e7980f 100644
> --- a/include/ufs/ufshcd.h
> +++ b/include/ufs/ufshcd.h
> @@ -327,6 +327,7 @@ struct ufs_pwr_mode_info {
> * @op_runtime_config: called to config Operation and runtime regs Pointers
> * @get_outstanding_cqs: called to get outstanding completion queues
> * @config_esi: called to config Event Specific Interrupt
> + * @config_scsi_dev: called to configure scsi device parameters
> */
> struct ufs_hba_variant_ops {
> const char *name;
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH v2] ufs: core: add config_scsi_dev vops comment
2024-02-29 17:34 ` Bart Van Assche
@ 2024-03-01 3:47 ` Peter Wang (王信友)
0 siblings, 0 replies; 3+ messages in thread
From: Peter Wang (王信友) @ 2024-03-01 3:47 UTC (permalink / raw)
To: linux-scsi@vger.kernel.org, bvanassche@acm.org,
avri.altman@wdc.com, jejb@linux.ibm.com, alim.akhtar@samsung.com,
martin.petersen@oracle.com
Cc: linux-mediatek@lists.infradead.org,
Jiajie Hao (郝加节),
CC Chou (周志杰),
Eddie Huang (黃智傑),
Alice Chao (趙珮均), wsd_upstream,
Lin Gui (桂林),
Chun-Hung Wu (巫駿宏),
Tun-yu Yu (游敦聿), chu.stanley@gmail.com,
Chaotian Jing (井朝天),
Powen Kao (高伯文),
Naomi Chu (朱詠田),
Qilin Tan (谭麒麟)
On Thu, 2024-02-29 at 09:34 -0800, Bart Van Assche wrote:
>
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> On 2/29/24 00:04, peter.wang@mediatek.com wrote:
> > From: Peter Wang <peter.wang@mediatek.com>
> >
> > Add config_scis_dev vops comment.
> ^^^^
> scsi
>
> > ---
> > include/ufs/ufshcd.h | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h
> > index 7f0b2c5599cd..a19d87e7980f 100644
> > --- a/include/ufs/ufshcd.h
> > +++ b/include/ufs/ufshcd.h
> > @@ -327,6 +327,7 @@ struct ufs_pwr_mode_info {
> > * @op_runtime_config: called to config Operation and runtime
> regs Pointers
> > * @get_outstanding_cqs: called to get outstanding completion
> queues
> > * @config_esi: called to config Event Specific Interrupt
> > + * @config_scsi_dev: called to configure scsi device parameters
> > */
> > struct ufs_hba_variant_ops {
> > const char *name;
>
> Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Hi Bart,
Correct the typo in V3.
Thanks.
Peter
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-01 3:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 8:04 [PATCH v2] ufs: core: add config_scsi_dev vops comment peter.wang
2024-02-29 17:34 ` Bart Van Assche
2024-03-01 3:47 ` Peter Wang (王信友)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox