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. Changelog V2: - Fixed commit message. - Added Robert's Acked-by for pxamci host controller. 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 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html