mbox series

[0/3] Disable the fast interrupts in the prereset() methods of HighPoint HPT36x/37x drivers

Message ID 20220210192214.14205-1-s.shtylyov@omp.ru
Headers show
Series Disable the fast interrupts in the prereset() methods of HighPoint HPT36x/37x drivers | expand

Message

Sergey Shtylyov Feb. 10, 2022, 7:22 p.m. UTC
Here are 3 patches against the 'for-next' branch of Damien Le Moal's
'libata.git' repo. Disable the so called fast interrupts in the prereset()
methods of the HighPoint HPT36x/37x/3x2N drivers -- that will allow to
de-duplicate the PIO/DMA mode setting in the HPT37x driver...

Sergey Shtylyov (3):
  ata: pata_hpt366: disable fast interrupts in prereset() method
  ata: pata_hpt37x: disable fast interrupts in prereset() method
  ata: pata_hpt3x2n: disable fast interrupts in prereset() method

 drivers/ata/pata_hpt366.c  | 13 ++++++-----
 drivers/ata/pata_hpt37x.c  | 48 +++++++++++++++++---------------------
 drivers/ata/pata_hpt3x2n.c | 23 ++++++++----------
 3 files changed, 39 insertions(+), 45 deletions(-)

Comments

Damien Le Moal Feb. 16, 2022, 7:19 a.m. UTC | #1
On 2/11/22 04:22, Sergey Shtylyov wrote:
> Here are 3 patches against the 'for-next' branch of Damien Le Moal's
> 'libata.git' repo. Disable the so called fast interrupts in the prereset()
> methods of the HighPoint HPT36x/37x/3x2N drivers -- that will allow to
> de-duplicate the PIO/DMA mode setting in the HPT37x driver...
> 
> Sergey Shtylyov (3):
>   ata: pata_hpt366: disable fast interrupts in prereset() method
>   ata: pata_hpt37x: disable fast interrupts in prereset() method
>   ata: pata_hpt3x2n: disable fast interrupts in prereset() method
> 
>  drivers/ata/pata_hpt366.c  | 13 ++++++-----
>  drivers/ata/pata_hpt37x.c  | 48 +++++++++++++++++---------------------
>  drivers/ata/pata_hpt3x2n.c | 23 ++++++++----------
>  3 files changed, 39 insertions(+), 45 deletions(-)

Applied to for-5.18. Thanks !