linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Assign the unique id used for printing earlier
@ 2024-06-18 15:35 Niklas Cassel
  2024-06-18 15:35 ` [PATCH 1/5] ata: libata-core: Remove support for decreasing the number of ports Niklas Cassel
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Niklas Cassel @ 2024-06-18 15:35 UTC (permalink / raw)
  To: Damien Le Moal, Niklas Cassel; +Cc: Mika Westerberg, linux-ide

Hello all,

This series moves the assignment of ap->print_id, which is used as a
unique id for each port, earlier, such that we can use the ata_port_*
print functions even before the ata_host has been registered.


Kind regards,
Niklas

Niklas Cassel (5):
  ata: libata-core: Remove support for decreasing the number of ports
  ata: libata-scsi: Remove superfluous assignment in
    ata_sas_port_alloc()
  ata: libata: Assign print_id at port allocation time
  ata: libata-scsi: Assign local_port_no at host allocation time
  ata: ahci: Add debug print for external port

 drivers/ata/ahci.c        |  4 +++-
 drivers/ata/libata-core.c | 33 ++++++++++++---------------------
 drivers/ata/libata-sata.c |  2 --
 3 files changed, 15 insertions(+), 24 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-06-20 14:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-18 15:35 [PATCH 0/5] Assign the unique id used for printing earlier Niklas Cassel
2024-06-18 15:35 ` [PATCH 1/5] ata: libata-core: Remove support for decreasing the number of ports Niklas Cassel
2024-06-18 16:40   ` Niklas Cassel
2024-06-18 15:35 ` [PATCH 2/5] ata: libata-scsi: Remove superfluous assignment in ata_sas_port_alloc() Niklas Cassel
2024-06-19  3:47   ` Damien Le Moal
2024-06-18 15:35 ` [PATCH 3/5] ata: libata: Assign print_id at port allocation time Niklas Cassel
2024-06-19  3:51   ` Damien Le Moal
2024-06-19  4:56   ` Damien Le Moal
2024-06-18 15:35 ` [PATCH 4/5] ata: libata-scsi: Assign local_port_no at host " Niklas Cassel
2024-06-19  4:04   ` Damien Le Moal
2024-06-20 14:52     ` Niklas Cassel
2024-06-18 15:35 ` [PATCH 5/5] ata: ahci: Add debug print for external port Niklas Cassel
2024-06-19  3:48   ` Damien Le Moal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).