提交 c217ff26 编写于 作者: B Bartlomiej Zolnierkiewicz 提交者: Sekhar Nori

pata_bk3710: disable IORDY Timer on chipset initialization

Disable IORDY Timer as the driver doesn't handle IORDY Timer
interrupt anyway.
Suggested-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: NTejun Heo <tj@kernel.org>
Signed-off-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 76a40ca8
...@@ -264,9 +264,9 @@ static void pata_bk3710_chipinit(void __iomem *base) ...@@ -264,9 +264,9 @@ static void pata_bk3710_chipinit(void __iomem *base)
/* /*
* IORDYTMP IORDY Timer for Primary Register * 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 * Configure BMISP Register
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册