commit | afca11ec13066d53c7b21fdd02dff2662a86eef5 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Apr 07 15:32:45 2015 +0200 |
committer | Brian Norris <computersforpeace@gmail.com> | Thu May 07 00:04:27 2015 -0700 |
tree | 6d448f1c36272373a6cdc9a536ce018011097da0 | |
parent | 818a45b1d7fbd8c55a4248fe6cd0995e06db04be [diff] |
mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeout Now that the driver handles the FIFO draining in a threaded interrupt, we can base our timeout on jiffies and sleeping, instead of using mdelay. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>