merge missing updates to squashfs lzma support from 2.6.30 to 2.6.31
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.28 / 922-gpiommc.patch
index cc16a10..5d9e44d 100644 (file)
@@ -15,7 +15,7 @@
 +#include <linux/platform_device.h>
 +#include <linux/list.h>
 +#include <linux/mutex.h>
-+#include <linux/spi/spi_gpio.h>
++#include <linux/spi/spi_gpio_old.h>
 +#include <linux/configfs.h>
 +#include <linux/gpio.h>
 +#include <asm/atomic.h>
 +
 +config GPIOMMC
 +      tristate "MMC/SD over GPIO-based SPI"
-+      depends on MMC && MMC_SPI && SPI_GPIO
++      depends on MMC && MMC_SPI && (SPI_GPIO || SPI_GPIO_OLD)
 +      help
 +        This driver hooks up the mmc_spi and spi_gpio modules so that
 +        MMC/SD cards can be used on a GPIO based bus by bitbanging
 +be done automatically.
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -1910,6 +1910,11 @@ W:      http://moinejf.free.fr
+@@ -1911,6 +1911,11 @@ W:      http://moinejf.free.fr
  L:    video4linux-list@redhat.com
  S:    Maintained
  
This page took 0.02675 seconds and 4 git commands to generate.