linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] mmc: remove the MMC_DATA_STREAM flag
@ 2016-01-29  4:05 Jaehoon Chung
  2016-01-29  4:06 ` [PATCH 01/12] mmc: core: use the defined function to check whether card is removable Jaehoon Chung
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Jaehoon Chung @ 2016-01-29  4:05 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 (12):
  mmc: core: use the defined function to check whether card is removable
  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/core/core.c        |  9 ++++-----
 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 -
 12 files changed, 13 insertions(+), 51 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 00/12] mmc: remove the MMC_DATA_STREAM flag
@ 2016-01-29  5:40 Jaehoon Chung
  0 siblings, 0 replies; 16+ 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] 16+ messages in thread

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29  4:05 [PATCH 00/12] mmc: remove the MMC_DATA_STREAM flag Jaehoon Chung
2016-01-29  4:06 ` [PATCH 01/12] mmc: core: use the defined function to check whether card is removable Jaehoon Chung
2016-01-29  4:06 ` [PATCH 02/12] mmc: atmel-mci: remove the MMC_DATA_STREAM flag Jaehoon Chung
2016-01-29  4:06 ` [PATCH 03/12] mmc: bfin_sdh: " Jaehoon Chung
2016-01-29  4:06 ` [PATCH 04/12] mmc: davinci_mmc: " Jaehoon Chung
2016-01-29  4:06 ` [PATCH 05/12] mmc: dw_mmc: " Jaehoon Chung
2016-01-29  4:06 ` [PATCH 06/12] mmc: jz4740_mmc: " Jaehoon Chung
2016-01-29  4:06 ` [PATCH 07/12] mmc: mxcmmc: " Jaehoon Chung
2016-01-29  4:06 ` [PATCH 08/12] mmc: pxamci: " Jaehoon Chung
2016-01-29  9:25   ` Robert Jarzmik
2016-01-29  4:06 ` [PATCH 09/12] mmc: s3cmci: " Jaehoon Chung
2016-01-29  4:06 ` [PATCH 10/12] mmc: sunxi-mmc: " Jaehoon Chung
2016-01-29  4:06 ` [PATCH 11/12] mmc: core: " Jaehoon Chung
2016-01-29  4:06 ` [PATCH 12/12] mmc: block: don't use the OR operation for flag of data Jaehoon Chung
2016-01-29  4:28 ` [PATCH 00/12] mmc: remove the MMC_DATA_STREAM flag Jaehoon Chung
  -- strict thread matches above, loose matches on Subject: below --
2016-01-29  5:40 Jaehoon Chung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).