]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'ata-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Feb 2022 19:22:19 +0000 (11:22 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Feb 2022 19:22:19 +0000 (11:22 -0800)
commitbf8bb28b7f62df0aead6b173e1268082227c2b6c
tree73f98dc27c28be1facede25feffb414fbbc6b099
parent460275327d829e8268c197e456a0f49752649710
parent0bbf40f7dc8b2a9e787b2713882f934e7f1d464f
Merge tag 'ata-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata

Pull ata fixes from Damien Le Moal:
 "Two fixes for the pata_hpt37x driver, 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"

* tag 'ata-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata:
  ata: pata_hpt37x: disable primary channel on HPT371
  ata: pata_hpt37x: fix PCI clock detection