diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-01-18 19:51:49 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-01-18 19:51:49 +0100 |
commit | c23010ffb20acb02a1d41dc025131609916ed633 (patch) | |
tree | 8a6ce10eb17196a3e22cccf92daa9e36d2651eab /drivers/scsi/ufs/ufs.h | |
parent | 532a208ad61018b586cebfca8431291fe9c10ce7 (diff) | |
parent | 7505c06dabb5e814bda610c8d83338544f15db45 (diff) | |
download | linux-c23010ffb20acb02a1d41dc025131609916ed633.tar.bz2 |
Merge tag 'asoc-fix-v5.11-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.11
A few more fixes for v5.11, mostly around HDA jack detection, plus
a couple of updates to the MAINTAINERS entries.
Diffstat (limited to 'drivers/scsi/ufs/ufs.h')
-rw-r--r-- | drivers/scsi/ufs/ufs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ufs/ufs.h b/drivers/scsi/ufs/ufs.h index d593edb48767..14dfda735adf 100644 --- a/drivers/scsi/ufs/ufs.h +++ b/drivers/scsi/ufs/ufs.h @@ -330,7 +330,6 @@ enum { UFS_DEV_WRITE_BOOSTER_SUP = BIT(8), }; -#define POWER_DESC_MAX_SIZE 0x62 #define POWER_DESC_MAX_ACTV_ICC_LVLS 16 /* Attribute bActiveICCLevel parameter bit masks definitions */ @@ -513,6 +512,7 @@ struct ufs_query_res { struct ufs_vreg { struct regulator *reg; const char *name; + bool always_on; bool enabled; int min_uV; int max_uV; |