]> git.itanic.dy.fi Git - linux-stable/commit
ata: libahci_platform: Parse ports-implemented property in resources getter
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Fri, 9 Sep 2022 19:36:07 +0000 (22:36 +0300)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Fri, 16 Sep 2022 16:39:30 +0000 (01:39 +0900)
commit3f74cd046fbed349be977606f938e6429155e7b5
tree42873bff7d1541625aec5a09a6a2380a47fabb97
parent3c132ea6508b34956e5ed88d04936983ec230601
ata: libahci_platform: Parse ports-implemented property in resources getter

The ports-implemented property is mainly used on the OF-based platforms
with no ports mapping initialized by a bootloader/BIOS firmware. Seeing
the same of_property_read_u32()-based pattern has already been implemented
in the generic AHCI LLDD (glue) driver and in the Mediatek, St AHCI
drivers let's move the property read procedure to the generic
ahci_platform_get_resources() method. Thus we'll have the forced ports
mapping feature supported for each OF-based platform which requires that,
and stop re-implementing the same pattern in there a bit simplifying the
code.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/ahci_mtk.c
drivers/ata/ahci_platform.c
drivers/ata/ahci_st.c
drivers/ata/libahci_platform.c