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

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 3 patches fix compilation and sparse warnings found by enabling
COMPILE_TEST on a x86_64 host.

Damien Le Moal (21):
  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: 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   |  3 +--
 include/linux/libata.h   | 11 +++++++++++
 4 files changed, 36 insertions(+), 25 deletions(-)

-- 
2.31.1


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

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

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

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.