All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] mmc: remove the MMC_DATA_STREAM flag
@ 2016-01-29  5:40 Jaehoon Chung
  2016-01-29  5:40 ` [RESEND PATCH 01/11] mmc: atmel-mci: " Jaehoon Chung
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Jaehoon Chung @ 2016-01-29  5:40 UTC (permalink / raw)
  To: linux-mmc; +Cc: ulf.hansson, sonic.zhang, robert.jarzmik, Jaehoon Chung

This patchset is related to remove the MMC_DATA_STREAM.
It's not set to MMC_DATS_STREAM anywhere.
This flag had been used with CDM11 and CMD20.
But CMD11/CMD20 have become obsolete.
To reduce the confusion, removed the unnecessary flag.

Jaehoon Chung (11):
  mmc: atmel-mci: remove the MMC_DATA_STREAM flag
  mmc: bfin_sdh: remove the MMC_DATA_STREAM flag
  mmc: davinci_mmc: remove the MMC_DATA_STREAM flag
  mmc: dw_mmc: remove the MMC_DATA_STREAM flag
  mmc: jz4740_mmc: remove the MMC_DATA_STREAM flag
  mmc: mxcmmc: remove the MMC_DATA_STREAM flag
  mmc: pxamci: remove the MMC_DATA_STREAM flag
  mmc: s3cmci: remove the MMC_DATA_STREAM flag
  mmc: sunxi-mmc: remove the MMC_DATA_STREAM flag
  mmc: core: remove the MMC_DATA_STREAM flag
  mmc: block: don't use the OR operation for flag of data

 drivers/mmc/card/block.c       |  6 +++---
 drivers/mmc/host/atmel-mci.c   |  9 ++-------
 drivers/mmc/host/bfin_sdh.c    |  3 ---
 drivers/mmc/host/davinci_mmc.c | 15 +++------------
 drivers/mmc/host/dw_mmc.c      |  2 --
 drivers/mmc/host/jz4740_mmc.c  |  2 --
 drivers/mmc/host/mxcmmc.c      |  3 ---
 drivers/mmc/host/pxamci.c      |  6 ------
 drivers/mmc/host/s3cmci.c      |  3 +--
 drivers/mmc/host/sunxi-mmc.c   |  5 -----
 include/linux/mmc/core.h       |  1 -
 11 files changed, 9 insertions(+), 46 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2016-01-29  5:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-29  5:40 [PATCH 00/12] mmc: remove the MMC_DATA_STREAM flag Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 01/11] mmc: atmel-mci: " Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 02/11] mmc: bfin_sdh: " Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 03/11] mmc: davinci_mmc: " Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 04/11] mmc: dw_mmc: " Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 05/11] mmc: jz4740_mmc: " Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 06/11] mmc: mxcmmc: " Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 07/11] mmc: pxamci: " Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 08/11] mmc: s3cmci: " Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 09/11] mmc: sunxi-mmc: " Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 10/11] mmc: core: " Jaehoon Chung
2016-01-29  5:40 ` [RESEND PATCH 11/11] mmc: block: don't use the OR operation for flag of data Jaehoon Chung

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.