Hi Linus, Nothing major in here, just fixes or improvements collected over the last few months. Please pull! The following changes since commit a1b8638ba1320e6684aa98233c15255eb803fac7: Linux 5.9-rc7 (2020-09-27 14:38:10 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/libata-5.10-2020-10-12 for you to fetch changes up to 45aefe3d2251e4e229d7662052739f96ad1d08d9: ata: ahci: mvebu: Make SATA PHY optional for Armada 3720 (2020-10-09 12:47:56 -0600) ---------------------------------------------------------------- libata-5.10-2020-10-12 ---------------------------------------------------------------- Bartlomiej Zolnierkiewicz (1): MAINTAINERS: remove LIBATA PATA DRIVERS entry Gustavo A. R. Silva (1): pata_cmd64x: Use fallthrough pseudo-keyword Liu Shixin (1): sata, highbank: simplify the return expression of ahci_highbank_suspend Mika Westerberg (1): ahci: Add Intel Rocket Lake PCH-H RAID PCI IDs Pali Rohár (1): ata: ahci: mvebu: Make SATA PHY optional for Armada 3720 Yuantian Tang (1): ahci: qoriq: enable acpi support in qoriq ahci driver MAINTAINERS | 9 --------- drivers/ata/ahci.c | 4 ++++ drivers/ata/ahci.h | 2 ++ drivers/ata/ahci_mvebu.c | 2 +- drivers/ata/ahci_qoriq.c | 20 +++++++++++++++++--- drivers/ata/libahci_platform.c | 2 +- drivers/ata/pata_cmd64x.c | 2 +- drivers/ata/sata_highbank.c | 7 +------ 8 files changed, 27 insertions(+), 21 deletions(-) -- Jens Axboe