lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 30 Mar 2016 10:54:17 +0100
From:	Joao Pinto <Joao.Pinto@...opsys.com>
To:	"Winkler, Tomas" <tomas.winkler@...el.com>,
	Joao Pinto <Joao.Pinto@...opsys.com>,
	"vinholikatti@...il.com" <vinholikatti@...il.com>,
	"julian.calaby@...il.com" <julian.calaby@...il.com>,
	"akinobu.mita@...il.com" <akinobu.mita@...il.com>,
	"hch@...radead.org" <hch@...radead.org>,
	"arnd@...db.de" <arnd@...db.de>,
	"mark.rutland@....com" <mark.rutland@....com>,
	"robh@...nel.org" <robh@...nel.org>
CC:	"gbroner@...eaurora.org" <gbroner@...eaurora.org>,
	"subhashj@...eaurora.org" <subhashj@...eaurora.org>,
	"CARLOS.PALMINHA@...opsys.com" <CARLOS.PALMINHA@...opsys.com>,
	"ijc+devicetree@...lion.org.uk" <ijc+devicetree@...lion.org.uk>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
	"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>
Subject: Re: [RESEND] [PATCH v11 3/6] added support for DesignWare Controller


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@...r.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ