mbox series

[GIT,PULL] ata fixes for 5.17-rc6

Message ID 20220225060329.482448-1-damien.lemoal@opensource.wdc.com
State New
Headers show
Series [GIT,PULL] ata fixes for 5.17-rc6 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-5.17-rc6

Message

Damien Le Moal Feb. 25, 2022, 6:03 a.m. UTC
Linus,

The following changes since commit c8ea23d5fa59f28302d4e3370c75d9c308e64410:

  ata: libata-core: Disable TRIM on M88V29 (2022-02-08 17:06:14 +0900)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-5.17-rc6

for you to fetch changes up to 8d093e02e898b24c58788b0289e3202317a96d2a:

  ata: pata_hpt37x: disable primary channel on HPT371 (2022-02-23 09:39:37 +0900)

----------------------------------------------------------------
ata fixes for 5.17.0-rc6

Two fixes for the pata_hpt37x driver for 5.17-rc6, both from Sergey:

* Fix a PCI register access using an incorrect size (8bits instead of
  16bits).

* Make sure to always disable the primary channel as it is unused.

----------------------------------------------------------------
Sergey Shtylyov (2):
      ata: pata_hpt37x: fix PCI clock detection
      ata: pata_hpt37x: disable primary channel on HPT371

 drivers/ata/pata_hpt37x.c | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 25, 2022, 8:17 p.m. UTC | #1
The pull request you sent on Fri, 25 Feb 2022 15:03:29 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-5.17-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/78081594971aae94d743c1af73e63fb258c04616

Thank you!