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

Wolfgang Denk wd at denx.de
Mon Dec 5 23:13:58 CET 2011


Dear Macpaul Lin,

In message <1322549940-13500-1-git-send-email-macpaul at andestech.com> you wrote:
> From: Gavin Guo <gavinguo at andestech.com>
> 
> 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 <gavinguo at andestech.com>
> Signed-off-by: Macpaul Lin <macpaul at andestech.com>
> ---
> Changes for v2:
>   - clean up lines over 80 charaters.
>   - fix static functions.
>   - fix the oder of include headers.
> Changes for v3:
>   - fix incorrect malloc assignment to priv strcuture.
>   - fix pci_set_region related configurations.
>   - remove useless probe function.
>   - remove useless __io.
>   - indent comment to correct format.
>   - add static to internal functions.
>   - drop the CONFIG_FTPCI100_DEBUG
>   - fix priv->ndevs++ in bus_scan function by dropping
>     define CONFIG_FTPCI100_DEBUG
> Changes for v4:
>   - Update version number only since the e-mail server seems
>     didn't send out mail correctly.
> 
>  drivers/pci/Makefile       |    1 +
>  drivers/pci/pci_ftpci100.c |  330 ++++++++++++++++++++++++++++++++++++++++++++
>  drivers/pci/pci_ftpci100.h |   94 +++++++++++++
>  3 files changed, 425 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/pci/pci_ftpci100.c
>  create mode 100644 drivers/pci/pci_ftpci100.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Brain fried - Core dumped


More information about the U-Boot mailing list