All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] aic7xxx: fix debugging printks
@ 2017-08-03 23:28 Michał Mirosław
  2017-08-03 23:28 ` [PATCH v2 1/5] aic7xxx: remove empty function Michał Mirosław
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Michał Mirosław @ 2017-08-03 23:28 UTC (permalink / raw)
  To: Hannes Reinecke, James E.J. Bottomley, Martin K. Petersen; +Cc: linux-scsi

This series aims to clean up printing of card state after a problem event.
Currently, the output is pretty much unreadable, as it is spread over a lot
of single-word lines.

This series compiles (on x86), but is not tested, yet.

v2: rebased after 516b7db593 ("scsi: aic7xxx: fix firmware build with O=path")


Michał Mirosław (5):
  aic7xxx: remove empty function
  aic7xxx: fix firmware build deps
  aic7xxx: remove rules for shipped files
  aic7xxx: regenerate firmware files
  aic7[9x]xx: printk() lines unbroken

 drivers/scsi/Kconfig                             |    3 +-
 drivers/scsi/aic7xxx/Kconfig                     |    6 +
 drivers/scsi/aic7xxx/Kconfig.aic79xx             |    1 +
 drivers/scsi/aic7xxx/Kconfig.aic7xxx             |    1 +
 drivers/scsi/aic7xxx/Makefile                    |   11 +-
 drivers/scsi/aic7xxx/aic79xx.h                   |    7 -
 drivers/scsi/aic7xxx/aic79xx_core.c              |  242 ++--
 drivers/scsi/aic7xxx/aic79xx_reg.h_shipped       | 1560 +++++-----------------
 drivers/scsi/aic7xxx/aic79xx_reg_print.c_shipped |  504 +++----
 drivers/scsi/aic7xxx/aic7xxx.h                   |    7 -
 drivers/scsi/aic7xxx/aic7xxx_core.c              |  182 +--
 drivers/scsi/aic7xxx/aic7xxx_osm.c               |    5 -
 drivers/scsi/aic7xxx/aic7xxx_osm.h               |    1 -
 drivers/scsi/aic7xxx/aic7xxx_reg.h_shipped       |  201 ++-
 drivers/scsi/aic7xxx/aic7xxx_reg_print.c_shipped |  242 ++--
 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c      |   39 +-
 drivers/scsi/aic7xxx/aiclib.c                    |  103 +-
 drivers/scsi/aic7xxx/aiclib.h                    |   32 +
 18 files changed, 1098 insertions(+), 2049 deletions(-)
 create mode 100644 drivers/scsi/aic7xxx/Kconfig

-- 
2.11.0

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

end of thread, other threads:[~2017-08-10 23:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-03 23:28 [PATCH v2 0/4] aic7xxx: fix debugging printks Michał Mirosław
2017-08-03 23:28 ` [PATCH v2 1/5] aic7xxx: remove empty function Michał Mirosław
2017-08-04  8:37   ` Hannes Reinecke
2017-08-03 23:28 ` [PATCH v2 2/5] aic7xxx: fix firmware build deps Michał Mirosław
2017-08-04  8:41   ` Hannes Reinecke
2017-08-03 23:28 ` [PATCH v2 3/5] aic7xxx: remove rules for shipped files Michał Mirosław
2017-08-04  8:41   ` Hannes Reinecke
2017-08-09 22:27   ` Michał Mirosław
2017-08-10 23:37     ` Martin K. Petersen
2017-08-03 23:28 ` [PATCH v2 4/5] aic7xxx: regenerate firmware files Michał Mirosław
2017-08-04  8:44   ` Hannes Reinecke
2017-08-03 23:28 ` [PATCH v2 5/5] aic7[9x]xx: printk() lines unbroken Michał Mirosław
2017-08-08  1:43 ` [PATCH v2 0/4] aic7xxx: fix debugging printks Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.