mbox series

[GIT,PULL] libata updates for 5.10-rc1

Message ID d4e07ddd-092a-256a-5b25-841e95fa3fcc@kernel.dk
State New
Headers show
Series [GIT,PULL] libata updates for 5.10-rc1 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/libata-5.10-2020-10-12

Message

Jens Axboe Oct. 12, 2020, 1:48 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 13, 2020, 8:33 p.m. UTC | #1
The pull request you sent on Mon, 12 Oct 2020 07:48:15 -0600:

> git://git.kernel.dk/linux-block.git tags/libata-5.10-2020-10-12

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/79ec6d9cac46d59db9b006bc9cde2811ef365292

Thank you!