Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751135AbaLEFy5 (ORCPT ); Fri, 5 Dec 2014 00:54:57 -0500 Received: from rtits2.realtek.com ([60.250.210.242]:47385 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750825AbaLEFy4 (ORCPT ); Fri, 5 Dec 2014 00:54:56 -0500 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.49 with qID sB55sWxp016279, This message is accepted by code: ctloc85258 From: To: , , , CC: , , , , , , , Micky Ching Subject: [PATCH v4 0/6] mmc: rtsx: add support for sdio card Date: Fri, 5 Dec 2014 13:54:25 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.29.41.103] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Micky Ching 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/