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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161115185922.GB25626@codeaurora.org>
Date:   Tue, 15 Nov 2016 10:59:22 -0800
From:   Stephen Boyd <sboyd@...eaurora.org>
To:     Vivek Gautam <vivek.gautam@...eaurora.org>
Cc:     srinivas.kandagatla@...aro.org, maxime.ripard@...e-electrons.com,
        gregkh@...uxfoundation.org, rnayak@...eaurora.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] nvmem: qfprom: Fix to support single byte read/write

On 11/15, Vivek Gautam wrote:
> @@ -53,7 +53,7 @@ static int qfprom_remove(struct platform_device *pdev)
>  static struct nvmem_config econfig = {
>  	.name = "qfprom",
>  	.owner = THIS_MODULE,
> -	.stride = 4,
> +	.stride = 1,

Are we certain that all qfproms support byte accesses?

>  	.word_size = 1,
>  	.reg_read = qfprom_reg_read,
>  	.reg_write = qfprom_reg_write,

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ