See patch
Stefan Reinauer wrote:
Add support for the Texas Instruments Cardbus+Firewire bridge TI PCI7420
Kconfig | 1 Makefile.inc | 1 ti/Kconfig | 20 ++++++ ti/Makefile.inc | 20 ++++++ ti/pci7420/Config.lb | 22 +++++++ ti/pci7420/Kconfig | 22 +++++++ ti/pci7420/Makefile.inc | 22 +++++++ ti/pci7420/chip.h | 29 +++++++++ ti/pci7420/pci7420.h | 48 +++++++++++++++ ti/pci7420/pci7420_cardbus.c | 127 ++++++++++++++++++++++++++++++++++++++++++ ti/pci7420/pci7420_firewire.c | 67 ++++++++++++++++++++++ 11 files changed, 379 insertions(+)
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Acked-by: Peter Stuge peter@stuge.se