diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2005-09-03 02:07:19 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-11-06 15:19:37 -0500 |
commit | 52b0eea73de05df33c51ca652e288a3ba1bba03b (patch) | |
tree | 6ddb928b70458a0137481e434cea416e41ca4bb8 /include/linux/mtd/onenand.h | |
parent | cd5f6346bc28a41375412b49b290d22ee4e4bbe8 (diff) |
[PATCH] OneNAND: Sync. Burst Read support
Add OneNAND Sync. Burst Read support
Tested with OMAP platform
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/mtd/onenand.h')
-rw-r--r-- | include/linux/mtd/onenand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/onenand.h b/include/linux/mtd/onenand.h index b9a64117d646..c557caa24a6c 100644 --- a/include/linux/mtd/onenand.h +++ b/include/linux/mtd/onenand.h | |||
@@ -95,6 +95,7 @@ struct onenand_chip { | |||
95 | const unsigned char *buffer, int offset, size_t count); | 95 | const unsigned char *buffer, int offset, size_t count); |
96 | unsigned short (*read_word)(void __iomem *addr); | 96 | unsigned short (*read_word)(void __iomem *addr); |
97 | void (*write_word)(unsigned short value, void __iomem *addr); | 97 | void (*write_word)(unsigned short value, void __iomem *addr); |
98 | void (*mmcontrol)(struct mtd_info *mtd, int sync_read); | ||
98 | 99 | ||
99 | spinlock_t chip_lock; | 100 | spinlock_t chip_lock; |
100 | wait_queue_head_t wq; | 101 | wait_queue_head_t wq; |