Looks good,
Reviewed-by: Johannes Thumshirn
--
Johannes Thumshirn Storage
jthumsh...@suse.de+49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG N
"scsi: mpt3sas: Bug fix for big endian systems"
Above patch with commit id "cf6bf9710cabba1fe94a4349f4eb8db623c77ebc" was
posted to fix sparse warnings. While posting this patch it was assumed that
readl() & writel() APIs internally calls le32_to_cpu() & cpu_to_le32() APIs
respectively. Looks lik
On Fri, Jun 29, 2018 at 5:58 PM, Chaitra P B
wrote:
> "scsi: mpt3sas: Bug fix for big endian systems"
>
> Above patch with commit id "cf6bf9710cabba1fe94a4349f4eb8db623c77ebc" was
> posted to fix sparse warnings. While posting this patch it was assumed that
> readl() & writel() APIs internally ca
From: Andy Shevchenko
Date: Fri, 29 Jun 2018 18:42:30 +0300
> On Fri, Jun 29, 2018 at 5:58 PM, Chaitra P B
> wrote:
>> "scsi: mpt3sas: Bug fix for big endian systems"
>>
>> Above patch with commit id "cf6bf9710cabba1fe94a4349f4eb8db623c77ebc" was
>> posted to fix sparse warnings. While posting
On Fri, 2018-06-29 at 10:58 -0400, Chaitra P B wrote:
> "scsi: mpt3sas: Bug fix for big endian systems"
>
> Above patch with commit id "cf6bf9710cabba1fe94a4349f4eb8db623c77ebc"
> was posted to fix sparse warnings. While posting this patch it was
> assumed that readl() & writel() APIs internally
On Fri, Jun 29, 2018 at 7:06 PM, James Bottomley
wrote:
> On Fri, 2018-06-29 at 10:58 -0400, Chaitra P B wrote:
>> "scsi: mpt3sas: Bug fix for big endian systems"
>>
>> Above patch with commit id "cf6bf9710cabba1fe94a4349f4eb8db623c77ebc"
>> was posted to fix sparse warnings. While posting this p
Hi All,
Here is the issue which we are observing when driver don't use
le16_to_cpu() in below code snippet on Sparc64 machine when driver is
reading 2 bytes of data which is posted by HBA firmware,
u32 reply1;
reply1 = readl(&ioc->chip->Doorbell);
reply[1] = (reply1 & MPI2
7 matches
Mail list logo