All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-arm-kernel@lists.infradead.org,
	uclinux-dist-devel@blackfin.uclinux.org,
	linux-arm-msm@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-mmc@vger.kernel.org, linux-usb@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] mmc: logging neatening and mmc_host_<level>
Date: Tue, 15 Nov 2011 15:32:04 -0800	[thread overview]
Message-ID: <cover.1321398814.git.joe@perches.com> (raw)

Joe Perches (4):
  mmc: Update logging style
  wbsd: Use current logging
  mmc: Logging neatening
  mmc: Add mmc_host_<level> logging

 drivers/mmc/card/block.c        |    4 +-
 drivers/mmc/card/mmc_test.c     |   77 ++++++---------
 drivers/mmc/card/queue.c        |    6 +-
 drivers/mmc/card/sdio_uart.c    |   10 +-
 drivers/mmc/core/bus.c          |   27 ++---
 drivers/mmc/core/core.c         |  116 ++++++++++-----------
 drivers/mmc/core/host.c         |   14 +--
 drivers/mmc/core/mmc.c          |   75 +++++---------
 drivers/mmc/core/mmc_ops.c      |   12 +--
 drivers/mmc/core/sd.c           |   73 +++++---------
 drivers/mmc/core/sdio.c         |   11 +--
 drivers/mmc/core/sdio_bus.c     |    6 +-
 drivers/mmc/core/sdio_cis.c     |   10 +-
 drivers/mmc/core/sdio_io.c      |   14 ++-
 drivers/mmc/core/sdio_irq.c     |   24 ++--
 drivers/mmc/host/at91_mci.c     |   12 +-
 drivers/mmc/host/au1xmmc.c      |   35 +++---
 drivers/mmc/host/bfin_sdh.c     |    3 +-
 drivers/mmc/host/dw_mmc.c       |   18 ++--
 drivers/mmc/host/mmc_spi.c      |    9 +-
 drivers/mmc/host/mmci.c         |    8 +-
 drivers/mmc/host/msm_sdcc.c     |  101 ++++++++----------
 drivers/mmc/host/mvsdio.c       |   42 +++-----
 drivers/mmc/host/omap_hsmmc.c   |   19 +---
 drivers/mmc/host/pxamci.c       |    4 +-
 drivers/mmc/host/s3cmci.c       |    3 +-
 drivers/mmc/host/sdhci-pci.c    |   17 ++--
 drivers/mmc/host/sdhci-pxav3.c  |    7 +-
 drivers/mmc/host/sdhci.c        |  218 +++++++++++++++++----------------------
 drivers/mmc/host/sdricoh_cs.c   |   12 +-
 drivers/mmc/host/tifm_sd.c      |   12 +--
 drivers/mmc/host/tmio_mmc.c     |    4 +-
 drivers/mmc/host/tmio_mmc_pio.c |    4 +-
 drivers/mmc/host/via-sdmmc.c    |   33 +++----
 drivers/mmc/host/vub300.c       |   54 +++++-----
 drivers/mmc/host/wbsd.c         |   72 ++++++--------
 include/linux/mmc/host.h        |   11 ++
 37 files changed, 510 insertions(+), 667 deletions(-)

-- 
1.7.6.405.gc1be0

WARNING: multiple messages have this Message-ID (diff)
From: joe@perches.com (Joe Perches)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] mmc: logging neatening and mmc_host_<level>
Date: Tue, 15 Nov 2011 15:32:04 -0800	[thread overview]
Message-ID: <cover.1321398814.git.joe@perches.com> (raw)

Joe Perches (4):
  mmc: Update logging style
  wbsd: Use current logging
  mmc: Logging neatening
  mmc: Add mmc_host_<level> logging

 drivers/mmc/card/block.c        |    4 +-
 drivers/mmc/card/mmc_test.c     |   77 ++++++---------
 drivers/mmc/card/queue.c        |    6 +-
 drivers/mmc/card/sdio_uart.c    |   10 +-
 drivers/mmc/core/bus.c          |   27 ++---
 drivers/mmc/core/core.c         |  116 ++++++++++-----------
 drivers/mmc/core/host.c         |   14 +--
 drivers/mmc/core/mmc.c          |   75 +++++---------
 drivers/mmc/core/mmc_ops.c      |   12 +--
 drivers/mmc/core/sd.c           |   73 +++++---------
 drivers/mmc/core/sdio.c         |   11 +--
 drivers/mmc/core/sdio_bus.c     |    6 +-
 drivers/mmc/core/sdio_cis.c     |   10 +-
 drivers/mmc/core/sdio_io.c      |   14 ++-
 drivers/mmc/core/sdio_irq.c     |   24 ++--
 drivers/mmc/host/at91_mci.c     |   12 +-
 drivers/mmc/host/au1xmmc.c      |   35 +++---
 drivers/mmc/host/bfin_sdh.c     |    3 +-
 drivers/mmc/host/dw_mmc.c       |   18 ++--
 drivers/mmc/host/mmc_spi.c      |    9 +-
 drivers/mmc/host/mmci.c         |    8 +-
 drivers/mmc/host/msm_sdcc.c     |  101 ++++++++----------
 drivers/mmc/host/mvsdio.c       |   42 +++-----
 drivers/mmc/host/omap_hsmmc.c   |   19 +---
 drivers/mmc/host/pxamci.c       |    4 +-
 drivers/mmc/host/s3cmci.c       |    3 +-
 drivers/mmc/host/sdhci-pci.c    |   17 ++--
 drivers/mmc/host/sdhci-pxav3.c  |    7 +-
 drivers/mmc/host/sdhci.c        |  218 +++++++++++++++++----------------------
 drivers/mmc/host/sdricoh_cs.c   |   12 +-
 drivers/mmc/host/tifm_sd.c      |   12 +--
 drivers/mmc/host/tmio_mmc.c     |    4 +-
 drivers/mmc/host/tmio_mmc_pio.c |    4 +-
 drivers/mmc/host/via-sdmmc.c    |   33 +++----
 drivers/mmc/host/vub300.c       |   54 +++++-----
 drivers/mmc/host/wbsd.c         |   72 ++++++--------
 include/linux/mmc/host.h        |   11 ++
 37 files changed, 510 insertions(+), 667 deletions(-)

-- 
1.7.6.405.gc1be0

             reply	other threads:[~2011-11-15 23:32 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-15 23:32 Joe Perches [this message]
2011-11-15 23:32 ` [PATCH 0/4] mmc: logging neatening and mmc_host_<level> Joe Perches
2011-11-15 23:32 ` [PATCH 1/4] mmc: Update logging style Joe Perches
2011-11-15 23:32   ` Joe Perches
2011-11-16  1:18   ` NamJae Jeon
2011-11-16  1:18     ` NamJae Jeon
2011-11-15 23:32 ` [PATCH 2/4] wbsd: Use current logging Joe Perches
2011-11-16  1:23   ` NamJae Jeon
2011-11-15 23:32 ` [PATCH 3/4] mmc: Logging neatening Joe Perches
2011-11-15 23:32   ` Joe Perches
2011-11-15 23:32   ` Joe Perches
     [not found]   ` <d2c1a76fea1844ae7ac3e7e17183fb39df19178e.1321398814.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2011-11-16  1:48     ` NamJae Jeon
2011-11-16  1:48       ` NamJae Jeon
2011-11-16  1:50       ` Joe Perches
2011-11-16  1:50         ` Joe Perches
2011-11-16  1:55         ` NamJae Jeon
2011-11-16  1:55           ` NamJae Jeon
2011-11-16  2:00           ` Joe Perches
2011-11-16  2:00             ` Joe Perches
2011-11-16  2:08             ` NamJae Jeon
2011-11-16  2:08               ` NamJae Jeon
2011-11-16 18:38       ` Mike Frysinger
2011-11-16 18:38         ` Mike Frysinger
2011-11-15 23:32 ` [PATCH 4/4] mmc: Add mmc_host_<level> logging Joe Perches
2011-11-15 23:32   ` Joe Perches
2011-11-15 23:32   ` Joe Perches
2011-11-16  0:52   ` NamJae Jeon
2011-11-16  0:52     ` NamJae Jeon
2011-11-16  0:57     ` Joe Perches
2011-11-16  0:57       ` Joe Perches
2011-11-16  1:14       ` NamJae Jeon
2011-11-16  1:14         ` NamJae Jeon
2011-11-16  1:18         ` Joe Perches
2011-11-16  1:18           ` Joe Perches
2011-11-16  5:00   ` David Brown
2011-11-16  5:00     ` David Brown
2011-11-16  5:31   ` NamJae Jeon
2011-11-16  5:31     ` NamJae Jeon

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=cover.1321398814.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=uclinux-dist-devel@blackfin.uclinux.org \
    /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 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.