All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/6] mmc: rtsx: add support for sdio card
@ 2014-12-23  1:19 ` micky_ching
  0 siblings, 0 replies; 19+ messages in thread
From: micky_ching @ 2014-12-23  1:19 UTC (permalink / raw)
  To: chris, ulf.hansson, sameo
  Cc: gregkh, linux-mmc, linux-kernel, wei_wang, devel, rogerable,
	dan.carpenter

From: Micky Ching <micky_ching@realsil.com.cn>

v5:
  fix patch(5) building error, no code change diff v4.

v4:
  split patch in more detailed patches. no code changes diff v3.

v3:
  rtsx_pci_sdmmc.c:
    - dump_reg_range
      - remove unused pointer check
      - fix start index
v2:
  rtsx_pci.h:
    - remove unused rtsx_pci_write_le32
    - add SD_CMD_START
  rtsx_pci_sdmmc.c:
    - dump_reg_range
      - alloc data on stack
    - remove forward declaration
    - use SD_CMD_START replace magic number 0x40
    - move initialize assignment to error handling

This patch is used to change transfer mode for sdio card support
by SD interface.

Micky Ching (6):
  mfd: rtsx: add func to split u32 into register
  mmc: rtsx: add dump_reg_range to simplify dump register
  mmc: rtsx: init cookie at probe/card_event
  mmc: rtsx: add helper function to simplify code
  mmc: rtsx: add support for sdio card
  mmc: rtsx: swap function position to avoid pre declaration

 drivers/mmc/host/rtsx_pci_sdmmc.c | 522 +++++++++++++++++++++-----------------
 include/linux/mfd/rtsx_pci.h      |   9 +
 2 files changed, 296 insertions(+), 235 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-01-21  7:45 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23  1:19 [PATCH v5 0/6] mmc: rtsx: add support for sdio card micky_ching
2014-12-23  1:19 ` micky_ching
2014-12-23  1:19 ` [PATCH v5 1/6] mfd: rtsx: add func to split u32 into register micky_ching
2014-12-23  1:19   ` micky_ching
2015-01-20 14:47   ` Lee Jones
2015-01-20 21:37     ` Ulf Hansson
2015-01-21  7:45       ` Lee Jones
2014-12-23  1:19 ` [PATCH v5 2/6] mmc: rtsx: add dump_reg_range to simplify dump register micky_ching
2014-12-23  1:19   ` micky_ching
2014-12-23  1:19 ` [PATCH v5 3/6] mmc: rtsx: init cookie at probe/card_event micky_ching
2014-12-23  1:19   ` micky_ching
2014-12-23  1:19 ` [PATCH v5 4/6] mmc: rtsx: add helper function to simplify code micky_ching
2014-12-23  1:19   ` micky_ching
2014-12-23  1:19 ` [PATCH v5 5/6] mmc: rtsx: add support for sdio card micky_ching
2014-12-23  1:19   ` micky_ching
2014-12-23  1:19 ` [PATCH v5 6/6] mmc: rtsx: swap function position to avoid pre declaration micky_ching
2014-12-23  1:19   ` micky_ching
2014-12-23 15:33 ` [PATCH v5 0/6] mmc: rtsx: add support for sdio card Ulf Hansson
2014-12-23 15:33   ` Ulf Hansson

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.