Skip to content

Commit

Permalink
pata_bk3710: disable IORDY Timer on chipset initialization
Browse files Browse the repository at this point in the history
Disable IORDY Timer as the driver doesn't handle IORDY Timer
interrupt anyway.

Suggested-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Sekhar Nori committed Mar 30, 2017
1 parent 76a40ca commit c217ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/ata/pata_bk3710.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ static void pata_bk3710_chipinit(void __iomem *base)

/*
* IORDYTMP IORDY Timer for Primary Register
* (ATA_IORDYTMP_IORDYTMP , 0xffff )
* (ATA_IORDYTMP_IORDYTMP , DISABLE)
*/
iowrite32(0xFFFF, base + BK3710_IORDYTMP);
iowrite32(0, base + BK3710_IORDYTMP);

/*
* Configure BMISP Register
Expand Down

0 comments on commit c217ff2

Please sign in to comment.