[v4,0/4] ata: pata_parport: fix EXP Computer CD-865 with MC-1285B EPP cable

Message ID 20231005205559.6504-1-linux@zary.sk
Headers
Series ata: pata_parport: fix EXP Computer CD-865 with MC-1285B EPP cable |

Message

Ondrej Zary Oct. 5, 2023, 8:55 p.m. UTC
  Two bugfixes, one workaround and IDE command set registers support for fit3
driver. All needed for EXP Computer CD-865 drive with MC-1285B EPP cable to
work.

Signed-off-by: Ondrej Zary <linux@zary.sk>
---
Changes in v4:
 - coding style fixes in patch 3

 drivers/ata/pata_parport/fit3.c         | 14 +-----
 drivers/ata/pata_parport/pata_parport.c | 78 ++++++++++++++++++++++++++++++++-
 2 files changed, 78 insertions(+), 14 deletions(-)

--
Ondrej Zary
  

Comments

Damien Le Moal Oct. 6, 2023, 9:47 a.m. UTC | #1
On 10/6/23 05:55, Ondrej Zary wrote:
> 
> Two bugfixes, one workaround and IDE command set registers support for fit3
> driver. All needed for EXP Computer CD-865 drive with MC-1285B EPP cable to
> work.
> 
> Signed-off-by: Ondrej Zary <linux@zary.sk>
> ---
> Changes in v4:
>  - coding style fixes in patch 3
> 
>  drivers/ata/pata_parport/fit3.c         | 14 +-----
>  drivers/ata/pata_parport/pata_parport.c | 78 ++++++++++++++++++++++++++++++++-
>  2 files changed, 78 insertions(+), 14 deletions(-)

Applied to for-6.6-fixes. Thanks !