Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1367058
| From | Joao Pinto <Joao.Pinto@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RESEND] [PATCH v11 3/6] added support for DesignWare Controller |
| Date | 2016-03-30 12:00 +0200 |
| Message-ID | <ril4T-3q2-17@gated-at.bofh.it> (permalink) |
| References | <r91I5-1ID-7@gated-at.bofh.it> <r91I5-1ID-9@gated-at.bofh.it> <ri0MO-65P-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Thomas,
On 3/29/2016 1:15 PM, Winkler, Tomas wrote:
>
> diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h index 2570d94..8b0cdf0 100644
> --- a/drivers/scsi/ufs/ufshcd.h
> +++ b/drivers/scsi/ufs/ufshcd.h
> @@ -262,6 +262,7 @@ struct ufs_pwr_mode_info {
> * @suspend: called during host controller PM callback
> * @resume: called during host controller PM callback
> * @dbg_register_dump: used to dump controller debug information
> + * @custom_phy_initialization: used to initialize phys in DWC Cores
> */
> struct ufs_hba_variant_ops {
> const char *name;
> @@ -283,6 +284,7 @@ struct ufs_hba_variant_ops {
> int (*suspend)(struct ufs_hba *, enum ufs_pm_op);
> int (*resume)(struct ufs_hba *, enum ufs_pm_op);
> void (*dbg_register_dump)(struct ufs_hba *hba);
[snip]...
> /*
> * PHY Adpater attributes
> */
> @@ -110,6 +144,11 @@
> #define PA_STALLNOCONFIGTIME 0x15A3
> #define PA_SAVECONFIGTIME 0x15A4
>
> +/*Other attributes*/
> +#define VS_MPHYCFGUPDT 0xD085
> +#define VS_DEBUGOMC 0xD09E
> +#define VS_POWERSTATE 0xD083
> +
> /* PA power modes */
> enum {
> FAST_MODE = 1,
> --
> 1.8.1.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
>
I am planning to start working today in the v12 of the patch-set. Did you have
opportunity to check the other patches (4, 5 and 6)?
Thanks,
Joao
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
RE: [RESEND] [PATCH v11 3/6] added support for DesignWare Controller "Winkler, Tomas" <tomas.winkler@intel.com> - 2016-03-29 14:20 +0200 Re: [RESEND] [PATCH v11 3/6] added support for DesignWare Controller Joao Pinto <Joao.Pinto@synopsys.com> - 2016-03-30 12:00 +0200
csiph-web