public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Staging: rts5208: Use standard debug features
@ 2014-07-07  7:10 Fabio Falzoi
  2014-07-07  7:10 ` [PATCH v2 1/4] Staging: rts5208: Replace custom macro with pr_debug Fabio Falzoi
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Fabio Falzoi @ 2014-07-07  7:10 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, joe, wei_wang, micky_ching, Fabio Falzoi

Use standard debug features instead of relying on the custom
configuration option CONFIG_RTS5208_DEBUG and a series of home grown
macros.

Changes in v2:
* defined rtsx_hex_dump macro to produce output only if DEBUG is defined

Fabio Falzoi (4):
  Staging: rts5208: Replace custom macro with pr_debug
  Staging: rts5208: Replace custom macro with print_hex_dump_bytes
  Staging: rts5208: Remove CONFIG_RTS5208_DEBUG option
  Staging: rts5208: Fix a format specifier for dev_err

 drivers/staging/rts5208/Kconfig          |   7 --
 drivers/staging/rts5208/debug.h          |  43 -------
 drivers/staging/rts5208/ms.c             | 144 ++++++++++++------------
 drivers/staging/rts5208/rtsx.c           |   8 +-
 drivers/staging/rts5208/rtsx.h           |   1 -
 drivers/staging/rts5208/rtsx_card.c      |  72 ++++++------
 drivers/staging/rts5208/rtsx_card.h      |   1 -
 drivers/staging/rts5208/rtsx_chip.c      | 134 +++++++++++-----------
 drivers/staging/rts5208/rtsx_scsi.c      |  45 ++++----
 drivers/staging/rts5208/rtsx_transport.c |  45 ++++----
 drivers/staging/rts5208/sd.c             | 186 +++++++++++++++----------------
 drivers/staging/rts5208/spi.c            |   8 +-
 drivers/staging/rts5208/trace.h          |  14 +--
 drivers/staging/rts5208/xd.c             | 121 ++++++++++----------
 14 files changed, 393 insertions(+), 436 deletions(-)
 delete mode 100644 drivers/staging/rts5208/debug.h

-- 
2.0.0


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

end of thread, other threads:[~2014-07-08 16:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-07  7:10 [PATCH v2 0/4] Staging: rts5208: Use standard debug features Fabio Falzoi
2014-07-07  7:10 ` [PATCH v2 1/4] Staging: rts5208: Replace custom macro with pr_debug Fabio Falzoi
2014-07-07  7:10 ` [PATCH v2 2/4] Staging: rts5208: Replace custom macro with print_hex_dump_bytes Fabio Falzoi
2014-07-08  2:12   ` micky
2014-07-08  6:23     ` Fabio Falzoi
2014-07-08  8:45       ` Dan Carpenter
2014-07-08 16:33         ` Joe Perches
2014-07-07  7:10 ` [PATCH v2 3/4] Staging: rts5208: Remove CONFIG_RTS5208_DEBUG option Fabio Falzoi
2014-07-07  7:10 ` [PATCH v2 4/4] Staging: rts5208: Fix a format specifier for dev_err Fabio Falzoi
2014-07-08  2:13   ` micky
2014-07-08  6:22     ` Fabio Falzoi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox