All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avri Altman <Avri.Altman@wdc.com>
To: Guenter Roeck <linux@roeck-us.net>,
	"James E . J . Bottomley" <jejb@linux.vnet.ibm.com>,
	"Martin K . Petersen" <martin.petersen@oracle.com>
Cc: "linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Bart Van Assche <bvanassche@acm.org>,
	Adrian Hunter <adrian.hunter@intel.com>,
	Bean Huo <beanhuo@micron.com>
Subject: RE: [PATCH v3 2/2] scsi: ufs: Add temperature notification exception handling
Date: Mon, 13 Sep 2021 06:09:51 +0000	[thread overview]
Message-ID: <CH2PR04MB65709BFDA3A7057FD44F663DFCD99@CH2PR04MB6570.namprd04.prod.outlook.com> (raw)
In-Reply-To: <3dddb2a8-a599-2061-08e6-b4c5ca865cb9@roeck-us.net>

> > diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h
> > index 798a408d71e5..e6abce9a8b00 100644
> > --- a/drivers/scsi/ufs/ufshcd.h
> > +++ b/drivers/scsi/ufs/ufshcd.h
> > @@ -1063,9 +1063,11 @@ static inline u8
> ufshcd_wb_get_query_index(struct ufs_hba *hba)
> >   #ifdef CONFIG_SCSI_UFS_HWMON
> >   void ufs_hwmon_probe(struct ufs_hba *hba, u8 mask);
> >   void ufs_hwmon_remove(struct ufs_hba *hba);
> > +void ufs_hwmon_notify_event(struct ufs_hba *hba, u8 ee_mask);
> >   #else
> >   static inline void ufs_hwmon_probe(struct ufs_hba *hba, u8 mask) {}
> >   static inline void ufs_hwmon_remove(struct ufs_hba *hba) {}
> > +void ufs_hwmon_notify_event(struct ufs_hba *hba, u8 ee_mask) {}
> 
> static
Done.

> 
> >   #endif
> >
> >   #ifdef CONFIG_PM
> >


  reply	other threads:[~2021-09-13  6:09 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-12 13:19 [PATCH v3 0/2] Add temperature notification support Avri Altman
2021-09-12 13:19 ` [PATCH v3 1/2] scsi: ufs: Probe for " Avri Altman
2021-09-12 15:24   ` Guenter Roeck
2021-09-13  7:06     ` Avri Altman
2021-09-13  7:41       ` Guenter Roeck
2021-09-13  7:49         ` Avri Altman
2021-09-13 14:24           ` Guenter Roeck
2021-09-13 15:26             ` Avri Altman
2021-09-12 13:19 ` [PATCH v3 2/2] scsi: ufs: Add temperature notification exception handling Avri Altman
2021-09-12 15:43   ` kernel test robot
2021-09-12 15:43     ` kernel test robot
2021-09-12 15:55   ` Guenter Roeck
2021-09-13  6:09     ` Avri Altman [this message]
2021-09-12 16:33   ` kernel test robot
2021-09-12 16:33     ` kernel test robot
2021-09-12 16:50   ` kernel test robot
2021-09-12 16:50     ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CH2PR04MB65709BFDA3A7057FD44F663DFCD99@CH2PR04MB6570.namprd04.prod.outlook.com \
    --to=avri.altman@wdc.com \
    --cc=adrian.hunter@intel.com \
    --cc=beanhuo@micron.com \
    --cc=bvanassche@acm.org \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=martin.petersen@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.