linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] megaraid: use dev_printk() when possible
@ 2015-07-07 20:52 Bjorn Helgaas
  2015-07-07 20:52 ` [PATCH v3 1/3] megaraid : use dev_printk " Bjorn Helgaas
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Bjorn Helgaas @ 2015-07-07 20:52 UTC (permalink / raw)
  To: Kashyap Desai, Uday Lingala, Sumit Saxena
  Cc: megaraidlinux.pdl, linux-scsi, James E.J. Bottomley, linux-kernel,
	Joe Perches, Christoph Hellwig

The current megaraid driver messages are somewhat inconsistent, with
different combinations of driver name and device address:

  megasas: 0x1000:0x005b:0x15d9:0x0690: bus 1:slot 0:func 0
  megaraid_sas 0000:01:00.0: megasas: FW restarted successfully from megasas_init_fw!
  megasas: Waiting for FW to come to ready state

These patches use dev_printk() to include the driver name and device
address in the conventional format.

Changes between v2 and v3:
  - Rebase to v4.2-rc1
  - Fix more whitespace issues (but not all) in megaraid_sas_base.c

Changes between v1 and v2:
  - Rebase to next-20150601
  - Squash megaraid_sas_base.c and megaraid_sas_fusion.c changes into one patch
  - Split megasas_dump_pending_frames() run-on printks into one line each
  - Add patch to fix whitespace errors in megasas_dump_pending_frames()

---

Bjorn Helgaas (3):
      megaraid : use dev_printk when possible
      megaraid_sas : use dev_printk when possible
      megaraid_sas : fix whitespace errors


 drivers/scsi/megaraid.c                     |  140 +++----
 drivers/scsi/megaraid/megaraid_sas_base.c   |  544 +++++++++++++--------------
 drivers/scsi/megaraid/megaraid_sas_fusion.c |   95 ++---
 3 files changed, 378 insertions(+), 401 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-08-26 14:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-07 20:52 [PATCH v3 0/3] megaraid: use dev_printk() when possible Bjorn Helgaas
2015-07-07 20:52 ` [PATCH v3 1/3] megaraid : use dev_printk " Bjorn Helgaas
2015-07-08  6:08   ` Sumit Saxena
2015-07-08 10:44   ` Hannes Reinecke
2015-07-07 20:52 ` [PATCH v3 2/3] megaraid_sas " Bjorn Helgaas
2015-07-08  9:13   ` Sumit Saxena
2015-07-08 10:47   ` Hannes Reinecke
2015-07-08 13:28     ` Bjorn Helgaas
2015-07-07 20:52 ` [PATCH v3 3/3] megaraid_sas : fix whitespace errors Bjorn Helgaas
2015-07-08  9:13   ` Sumit Saxena
2015-07-08 10:48   ` Hannes Reinecke
2015-08-26 14:36   ` James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).