All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mmc: logging neatening and mmc_host_<level>
@ 2011-11-15 23:32 ` Joe Perches
  0 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2011-11-15 23:32 UTC (permalink / raw)
  To: linux-arm-kernel, uclinux-dist-devel, linux-arm-msm, linux-omap,
	linux-mmc, linux-usb
  Cc: linux-kernel

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

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

end of thread, other threads:[~2011-11-16 18:38 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 23:32 [PATCH 0/4] mmc: logging neatening and mmc_host_<level> Joe Perches
2011-11-15 23:32 ` 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

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.