Patches 1 to 18 enable the compilation of all ata drivers that can be compiled with CONFIG_COMPILE_TEST to improve compile test coverage. The last 4 patches fix compilation and sparse warnings found by enabling COMPILE_TEST on a x86_64 host. Changes from v1: * Added another sata_fsl warning fix (patch 20) Damien Le Moal (22): ata: sata_fsl: add compile test support ata: ahci_brcm: add compile test support ata: ahci_da850: add compile test support ata: ahci_dm816: add compile test support ata: ahci_st: add compile test support ata: ahci_mtk: add compile test support ata: ahci_mvebu: add compile test support ata: ahci_sunxi: add compile test support ata: ahci_tegra: add compile test support ata: ahci_xgene: add compile test support ata: ahci_seattle: add compile test support ata: pata_bk3710: add compile test support ata: pata_cs5535: add compile test support ata: pata_ftide010: add compile test support ata: pata_imx: add compile test support ata: pata_pxa: add compile test support ata: pata_legacy: add compile test support ata: pata_samsung_cf: add compile test support ata: sata_fsl: fix scsi host initialization ata: sata_fsl: fix cmdhdr_tbl_entry and prde struct definitions ata: ahci_xgene: use correct type for port mmio address ata: ahci_xgene: Fix id array access in xgene_ahci_read_id() drivers/ata/Kconfig | 38 +++++++++++++++++++------------------- drivers/ata/ahci_xgene.c | 9 +++++---- drivers/ata/sata_fsl.c | 15 +++++++-------- include/linux/libata.h | 11 +++++++++++ 4 files changed, 42 insertions(+), 31 deletions(-) -- 2.31.1