]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'mmc/mmc-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 4 Oct 2011 03:23:06 +0000 (14:23 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 4 Oct 2011 03:23:06 +0000 (14:23 +1100)
Conflicts:
drivers/mmc/core/core.c
drivers/mmc/core/sd.c

1  2 
arch/arm/mach-at91/at91sam9260_devices.c
arch/arm/mach-shmobile/board-ag5evm.c
arch/arm/mach-shmobile/board-mackerel.c
drivers/mmc/card/block.c
drivers/mmc/host/Kconfig
drivers/mmc/host/at91_mci.c
drivers/mmc/host/mmci.c
drivers/mmc/host/sdhci-tegra.c

index 7f570b5b2a09ca51cd07fe657eccc3808592fb38,c49e84a39a6fe5ce61edd323c371617f8089addf..6bfcd484d4347591c26a0a6a23dded8a1b46f62d
@@@ -327,10 -319,10 +327,10 @@@ void __init at91_add_device_mci(short m
        if (!data)
                return;
  
-       for (i = 0; i < ATMEL_MCI_MAX_NR_SLOTS; i++) {
+       for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) {
                if (data->slot[i].bus_width) {
                        /* input/irq */
 -                      if (data->slot[i].detect_pin) {
 +                      if (gpio_is_valid(data->slot[i].detect_pin)) {
                                at91_set_gpio_input(data->slot[i].detect_pin, 1);
                                at91_set_deglitch(data->slot[i].detect_pin, 1);
                        }
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge