From: Bart Van Assche <bvanassche@acm.org>
To: "Martin K . Petersen" <martin.petersen@oracle.com>,
"James E . J . Bottomley" <jejb@linux.vnet.ibm.com>
Cc: linux-scsi@vger.kernel.org, Bart Van Assche <bvanassche@acm.org>
Subject: [PATCH 0/4] Fix qla2xxx endianness annotations
Date: Sun, 1 Mar 2020 19:30:19 -0800 [thread overview]
Message-ID: <20200302033023.27718-1-bvanassche@acm.org> (raw)
Hi Martin,
This patch series fixes the endianness annotations in the qla2xxx driver.
Please consider this patch series for the v5.7 kernel.
Thanks,
Bart.
Bart Van Assche (4):
qla2xxx: Use raw_smp_processor_id() where appropriate
qla2xxx: Fix endianness annotations in header files
qla2xxx: Fix endianness annotations in source files
qla2xxx: Fix the code that reads from mailbox registers
drivers/scsi/qla2xxx/qla_attr.c | 3 +-
drivers/scsi/qla2xxx/qla_bsg.c | 4 +-
drivers/scsi/qla2xxx/qla_dbg.c | 90 ++--
drivers/scsi/qla2xxx/qla_dbg.h | 442 ++++++++---------
drivers/scsi/qla2xxx/qla_def.h | 699 ++++++++++++++-------------
drivers/scsi/qla2xxx/qla_fw.h | 738 ++++++++++++++---------------
drivers/scsi/qla2xxx/qla_init.c | 88 ++--
drivers/scsi/qla2xxx/qla_inline.h | 2 +-
drivers/scsi/qla2xxx/qla_iocb.c | 59 +--
drivers/scsi/qla2xxx/qla_isr.c | 93 ++--
drivers/scsi/qla2xxx/qla_mbx.c | 37 +-
drivers/scsi/qla2xxx/qla_mr.c | 35 +-
drivers/scsi/qla2xxx/qla_mr.h | 8 +-
drivers/scsi/qla2xxx/qla_nvme.c | 8 +-
drivers/scsi/qla2xxx/qla_nvme.h | 46 +-
drivers/scsi/qla2xxx/qla_nx.c | 93 ++--
drivers/scsi/qla2xxx/qla_nx.h | 36 +-
drivers/scsi/qla2xxx/qla_os.c | 26 +-
drivers/scsi/qla2xxx/qla_sup.c | 73 +--
drivers/scsi/qla2xxx/qla_target.c | 76 +--
drivers/scsi/qla2xxx/qla_target.h | 208 ++++----
drivers/scsi/qla2xxx/qla_tmpl.c | 4 +-
drivers/scsi/qla2xxx/tcm_qla2xxx.c | 4 +-
23 files changed, 1455 insertions(+), 1417 deletions(-)
next reply other threads:[~2020-03-02 3:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-02 3:30 Bart Van Assche [this message]
2020-03-02 3:30 ` [PATCH 1/4] qla2xxx: Use raw_smp_processor_id() where appropriate Bart Van Assche
2020-03-02 16:22 ` Daniel Wagner
2020-03-02 3:30 ` [PATCH 2/4] qla2xxx: Fix endianness annotations in header files Bart Van Assche
2020-03-02 16:50 ` Daniel Wagner
2020-03-02 3:30 ` [PATCH 3/4] qla2xxx: Fix endianness annotations in source files Bart Van Assche
2020-03-02 18:40 ` Daniel Wagner
2020-03-03 6:36 ` Bart Van Assche
2020-03-03 9:24 ` Daniel Wagner
2020-03-03 14:10 ` Himanshu Madhani
2020-03-04 5:16 ` Bart Van Assche
2020-03-02 3:30 ` [PATCH 4/4] qla2xxx: Fix the code that reads from mailbox registers Bart Van Assche
2020-03-02 18:43 ` Daniel Wagner
2020-03-03 6:37 ` Bart Van Assche
2020-03-03 8:31 ` Daniel Wagner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200302033023.27718-1-bvanassche@acm.org \
--to=bvanassche@acm.org \
--cc=jejb@linux.vnet.ibm.com \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox