Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751378Ab0KYGWc (ORCPT ); Thu, 25 Nov 2010 01:22:32 -0500 Received: from void.printf.net ([89.145.121.20]:38495 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750971Ab0KYGWb convert rfc822-to-8bit (ORCPT ); Thu, 25 Nov 2010 01:22:31 -0500 From: Chris Ball To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org Subject: [GIT PULL] MMC fixes for 2.6.37-rc4 Date: Thu, 25 Nov 2010 01:26:47 -0500 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2595 Lines: 69 Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git for-linus to fix two regressions in -rc1 (SDIO devices and <8-bit MMC cards), two longstanding bugs (rmmod race, enable SDIO IRQ wakeups), and some small device support bugs. These have been tested in linux-next. Thanks. The following changes since commit 151f52f09c5728ecfdd0c289da1a4b30bb416f2c: Linus Torvalds (1): ipw2x00: remove the right /proc/net entry are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git for-linus Axel Lin (1): mmc: ushc: Return proper error code for ushc_probe() Daniel Drake (1): mmc: sdhci: Properly enable SDIO IRQ wakeups Eric BĂ©nard (2): mmc: sdhci-esdhc-imx: fix timeout on i.MX's sdhci mmc: sdhci-esdhc-imx: enable QUIRK_NO_MULTIBLOCK only for i.MX25 and i.MX35 Guennadi Liakhovetski (1): mmc: fix rmmod race for hosts using card-detection polling Jacob Pan (1): mmc: sdhci: Fix crash on boot with C0 stepping Moorestown platforms Ohad Ben-Cohen (2): mmc: sdio: fix nasty oops in mmc_sdio_detect mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARD Philip Rakity (2): mmc: Fix printing of card DDR type mmc: sdhci: 8-bit bus width changes kishore kadiyala (1): mmc: omap4: hsmmc: Fix improper card detection while booting arch/arm/plat-pxa/include/plat/sdhci.h | 3 ++ drivers/mmc/core/core.c | 2 +- drivers/mmc/core/mmc.c | 8 +++- drivers/mmc/core/sdio.c | 51 ++++++++++++++++++++--------- drivers/mmc/core/sdio_bus.c | 33 +++++++++++++------ drivers/mmc/host/omap_hsmmc.c | 2 +- drivers/mmc/host/sdhci-esdhc-imx.c | 12 +++++-- drivers/mmc/host/sdhci-pci.c | 31 +++++++++++++----- drivers/mmc/host/sdhci-pxa.c | 4 ++ drivers/mmc/host/sdhci.c | 54 +++++++++++++++++++++++++------ drivers/mmc/host/sdhci.h | 9 +++++- drivers/mmc/host/ushc.c | 30 +++++++++++++----- include/linux/mmc/host.h | 1 + include/linux/pci_ids.h | 1 + 14 files changed, 179 insertions(+), 62 deletions(-) -- Chris Ball One Laptop Per Child -- 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/