All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/22] Improve compile test coverage
@ 2022-01-05  5:17 Damien Le Moal
  2022-01-05  5:17 ` [PATCH v3 01/22] ata: sata_fsl: add compile test support Damien Le Moal
                   ` (21 more replies)
  0 siblings, 22 replies; 24+ messages in thread
From: Damien Le Moal @ 2022-01-05  5:17 UTC (permalink / raw)
  To: linux-ide; +Cc: Hannes Reinecke

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 v2:
* Change patch 22 to fix read_id() port operation interface instead
* Added review tags

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: fix read_id() ata port operation interface

 drivers/ata/Kconfig        | 38 +++++++++++++++++++-------------------
 drivers/ata/ahci_brcm.c    |  2 +-
 drivers/ata/ahci_ceva.c    |  5 ++---
 drivers/ata/ahci_xgene.c   |  8 ++++----
 drivers/ata/libata-core.c  |  6 +++---
 drivers/ata/pata_it821x.c  | 23 +++++++++++------------
 drivers/ata/pata_netcell.c |  5 +++--
 drivers/ata/sata_fsl.c     | 23 +++++++++++------------
 include/linux/libata.h     | 16 ++++++++++++++--
 9 files changed, 68 insertions(+), 58 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2022-01-05  7:31 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05  5:17 [PATCH v3 00/22] Improve compile test coverage Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 01/22] ata: sata_fsl: add compile test support Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 02/22] ata: ahci_brcm: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 03/22] ata: ahci_da850: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 04/22] ata: ahci_dm816: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 05/22] ata: ahci_st: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 06/22] ata: ahci_mtk: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 07/22] ata: ahci_mvebu: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 08/22] ata: ahci_sunxi: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 09/22] ata: ahci_tegra: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 10/22] ata: ahci_xgene: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 11/22] ata: ahci_seattle: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 12/22] ata: pata_bk3710: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 13/22] ata: pata_cs5535: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 14/22] ata: pata_ftide010: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 15/22] ata: pata_imx: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 16/22] ata: pata_pxa: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 17/22] ata: pata_legacy: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 18/22] ata: pata_samsung_cf: " Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 19/22] ata: sata_fsl: fix scsi host initialization Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 20/22] ata: sata_fsl: fix cmdhdr_tbl_entry and prde struct definitions Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 21/22] ata: ahci_xgene: use correct type for port mmio address Damien Le Moal
2022-01-05  5:17 ` [PATCH v3 22/22] ata: fix read_id() ata port operation interface Damien Le Moal
2022-01-05  7:31   ` Hannes Reinecke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.