[U-Boot] [PATCH] pci_ftpci100: Implementation FTPCI100 PCI driver

2011-11-28 Thread Macpaul Lin
From: Gavin Guo FTPCI100 is a SoC PCI componenet of Faraday company. Which is usually built into SoC chips for providing embedded PCI functions. Signed-off-by: Gavin Guo Signed-off-by: Macpaul Lin --- Changes for v2: - clean up lines over 80 charaters. - fix static functions. - fix the o

Re: [U-Boot] [PATCH] pci_ftpci100: Implementation FTPCI100 PCI driver

2011-10-06 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1317801394-18455-1-git-send-email-macp...@andestech.com> you wrote: > From: Gavin Guo > > FTPCI100 is a SoC PCI componenet of Faraday company. > Which is usually built into SoC chips for providing > embedded PCI functions. > > Signed-off-by: Gavin Guo > Signed-off

[U-Boot] [PATCH] pci_ftpci100: Implementation FTPCI100 PCI driver

2011-10-05 Thread Macpaul Lin
From: Gavin Guo FTPCI100 is a SoC PCI componenet of Faraday company. Which is usually built into SoC chips for providing embedded PCI functions. Signed-off-by: Gavin Guo Signed-off-by: Rex Sung-Tien Cho Signed-off-by: Macpaul Lin --- drivers/pci/Makefile |1 + drivers/pci/pci_ftpci

[U-Boot] [PATCH] pci_ftpci100: Implementation FTPCI100 PCI driver

2010-12-29 Thread Gavin Guo
FTPCI100 is a SoC PCI componenet of Faraday company. Which is usually built into SoC chips for providing embedded PCI functions. Signed-off-by: Gavin Guo --- drivers/pci/pci_ftpci100.c | 282 drivers/pci/pci_ftpci100.h | 117 ++ 2 fi