]> 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)
commita7ab2fb7aa988262957fc3ad0a9a35e11d63d5bf
tree73f98dc27c28be1facede25feffb414fbbc6b099
parent665490a16e4bb589af5d1b8a92796d0882d28779
parentfb7d841b1fcffb5377a88ced3c3de5baf6784fb0
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