The patch titled

     yenta: don't depend on CardBus

has been added to the -mm tree.  Its filename is

     yenta-dont-depend-on-cardbus.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

pci-pci-transparent-bridge-handling-improvements-yenta_socket.patch
pcmcia-fix-i82365-request_region-double-usage.patch
pcmcia-deprecate-ioctl.patch
pcmcia-move-event-handler.patch
pcmcia-remove-client_t-usage.patch
pcmcia-reduce-client_handle_t-usage.patch
pcmcia-remove-client-services-version.patch
pcmcia-remove-references-to-pcmcia-versionh.patch
pcmcia-update-maintainers-entry.patch
yenta-no-cardbus-if-irq-fails.patch
yenta-dont-depend-on-cardbus.patch



From: Dominik Brodowski <[EMAIL PROTECTED]>

As a follow-up, we can allow the yenta-driver to be limited to PCMCIA
operation.

Signed-off-by: Dominik Brodowski <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/pcmcia/Kconfig  |    3 ++-
 drivers/pcmcia/ti113x.h |    4 ----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff -puN drivers/pcmcia/Kconfig~yenta-dont-depend-on-cardbus 
drivers/pcmcia/Kconfig
--- devel/drivers/pcmcia/Kconfig~yenta-dont-depend-on-cardbus   2005-07-06 
01:15:45.000000000 -0700
+++ devel-akpm/drivers/pcmcia/Kconfig   2005-07-06 01:15:45.000000000 -0700
@@ -102,7 +102,8 @@ comment "PC-card bridges"
 
 config YENTA
        tristate "CardBus yenta-compatible bridge support"
-       depends on CARDBUS
+       depends on PCI
+       select CARDBUS if !EMBEDDED
        select PCCARD_NONSTATIC
        ---help---
          This option enables support for CardBus host bridges.  Virtually
diff -puN drivers/pcmcia/ti113x.h~yenta-dont-depend-on-cardbus 
drivers/pcmcia/ti113x.h
--- devel/drivers/pcmcia/ti113x.h~yenta-dont-depend-on-cardbus  2005-07-06 
01:15:45.000000000 -0700
+++ devel-akpm/drivers/pcmcia/ti113x.h  2005-07-06 01:15:45.000000000 -0700
@@ -154,8 +154,6 @@
 #define ENE_TEST_C9                    0xc9    /* 8bit */
 #define ENE_TEST_C9_TLTENABLE          0x02
 
-#ifdef CONFIG_CARDBUS
-
 /*
  * Texas Instruments CardBus controller overrides.
  */
@@ -843,7 +841,5 @@ static int ti1250_override(struct yenta_
        return ti12xx_override(socket);
 }
 
-#endif /* CONFIG_CARDBUS */
-
 #endif /* _LINUX_TI113X_H */
 
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to