blob: 8a7f960a0df5caa4c322c58559e512f112da9238 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* linux/drivers/mtd/nand/s3c2410.c
2 *
Ben Dooks7e74a502008-05-20 17:32:27 +01003 * Copyright © 2004-2008 Simtec Electronics
4 * http://armlinux.simtec.co.uk/
Ben Dooksfdf2fd52005-02-18 14:46:15 +00005 * Ben Dooks <ben@simtec.co.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 *
Ben Dooks7e74a502008-05-20 17:32:27 +01007 * Samsung S3C2410/S3C2440/S3C2412 NAND driver
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22*/
23
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#ifdef CONFIG_MTD_NAND_S3C2410_DEBUG
25#define DEBUG
26#endif
27
28#include <linux/module.h>
29#include <linux/types.h>
30#include <linux/init.h>
31#include <linux/kernel.h>
32#include <linux/string.h>
33#include <linux/ioport.h>
Russell Kingd052d1b2005-10-29 19:07:23 +010034#include <linux/platform_device.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include <linux/delay.h>
36#include <linux/err.h>
Tim Schmielau4e57b682005-10-30 15:03:48 -080037#include <linux/slab.h>
Russell Kingf8ce2542006-01-07 16:15:52 +000038#include <linux/clk.h>
Ben Dooks30821fe2008-07-15 11:58:31 +010039#include <linux/cpufreq.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070040
41#include <linux/mtd/mtd.h>
42#include <linux/mtd/nand.h>
43#include <linux/mtd/nand_ecc.h>
44#include <linux/mtd/partitions.h>
45
46#include <asm/io.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070047
Ben Dooks7926b5a2008-10-30 10:14:35 +000048#include <plat/regs-nand.h>
49#include <plat/nand.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#ifdef CONFIG_MTD_NAND_S3C2410_HWECC
52static int hardware_ecc = 1;
53#else
54static int hardware_ecc = 0;
55#endif
56
Ben Dooksd1fef3c2006-06-19 09:29:38 +010057#ifdef CONFIG_MTD_NAND_S3C2410_CLKSTOP
58static int clock_stop = 1;
59#else
60static const int clock_stop = 0;
61#endif
62
63
Linus Torvalds1da177e2005-04-16 15:20:36 -070064/* new oob placement block for use with hardware ecc generation
65 */
66
Thomas Gleixner5bd34c02006-05-27 22:16:10 +020067static struct nand_ecclayout nand_hw_eccoob = {
David Woodhousee0c7d762006-05-13 18:07:53 +010068 .eccbytes = 3,
69 .eccpos = {0, 1, 2},
70 .oobfree = {{8, 8}}
Linus Torvalds1da177e2005-04-16 15:20:36 -070071};
72
73/* controller and mtd information */
74
75struct s3c2410_nand_info;
76
Ben Dooks3db72152009-05-30 17:18:15 +010077/**
78 * struct s3c2410_nand_mtd - driver MTD structure
79 * @mtd: The MTD instance to pass to the MTD layer.
80 * @chip: The NAND chip information.
81 * @set: The platform information supplied for this set of NAND chips.
82 * @info: Link back to the hardware information.
83 * @scan_res: The result from calling nand_scan_ident().
84*/
Linus Torvalds1da177e2005-04-16 15:20:36 -070085struct s3c2410_nand_mtd {
86 struct mtd_info mtd;
87 struct nand_chip chip;
88 struct s3c2410_nand_set *set;
89 struct s3c2410_nand_info *info;
90 int scan_res;
91};
92
Ben Dooks2c06a082006-06-27 14:35:46 +010093enum s3c_cpu_type {
94 TYPE_S3C2410,
95 TYPE_S3C2412,
96 TYPE_S3C2440,
97};
98
Linus Torvalds1da177e2005-04-16 15:20:36 -070099/* overview of the s3c2410 nand state */
100
Ben Dooks3db72152009-05-30 17:18:15 +0100101/**
102 * struct s3c2410_nand_info - NAND controller state.
103 * @mtds: An array of MTD instances on this controoler.
104 * @platform: The platform data for this board.
105 * @device: The platform device we bound to.
106 * @area: The IO area resource that came from request_mem_region().
107 * @clk: The clock resource for this controller.
108 * @regs: The area mapped for the hardware registers described by @area.
109 * @sel_reg: Pointer to the register controlling the NAND selection.
110 * @sel_bit: The bit in @sel_reg to select the NAND chip.
111 * @mtd_count: The number of MTDs created from this controller.
112 * @save_sel: The contents of @sel_reg to be saved over suspend.
113 * @clk_rate: The clock rate from @clk.
114 * @cpu_type: The exact type of this controller.
115 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116struct s3c2410_nand_info {
117 /* mtd info */
118 struct nand_hw_control controller;
119 struct s3c2410_nand_mtd *mtds;
120 struct s3c2410_platform_nand *platform;
121
122 /* device info */
123 struct device *device;
124 struct resource *area;
125 struct clk *clk;
Ben Dooksfdf2fd52005-02-18 14:46:15 +0000126 void __iomem *regs;
Ben Dooks2c06a082006-06-27 14:35:46 +0100127 void __iomem *sel_reg;
128 int sel_bit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129 int mtd_count;
Ben Dooks09160832008-04-15 11:36:18 +0100130 unsigned long save_sel;
Ben Dooks30821fe2008-07-15 11:58:31 +0100131 unsigned long clk_rate;
Ben Dooks03680b12007-11-19 23:28:07 +0000132
Ben Dooks2c06a082006-06-27 14:35:46 +0100133 enum s3c_cpu_type cpu_type;
Ben Dooks30821fe2008-07-15 11:58:31 +0100134
135#ifdef CONFIG_CPU_FREQ
136 struct notifier_block freq_transition;
137#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138};
139
140/* conversion functions */
141
142static struct s3c2410_nand_mtd *s3c2410_nand_mtd_toours(struct mtd_info *mtd)
143{
144 return container_of(mtd, struct s3c2410_nand_mtd, mtd);
145}
146
147static struct s3c2410_nand_info *s3c2410_nand_mtd_toinfo(struct mtd_info *mtd)
148{
149 return s3c2410_nand_mtd_toours(mtd)->info;
150}
151
Russell King3ae5eae2005-11-09 22:32:44 +0000152static struct s3c2410_nand_info *to_nand_info(struct platform_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153{
Russell King3ae5eae2005-11-09 22:32:44 +0000154 return platform_get_drvdata(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155}
156
Russell King3ae5eae2005-11-09 22:32:44 +0000157static struct s3c2410_platform_nand *to_nand_plat(struct platform_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158{
Russell King3ae5eae2005-11-09 22:32:44 +0000159 return dev->dev.platform_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160}
161
Ben Dooksd1fef3c2006-06-19 09:29:38 +0100162static inline int allow_clk_stop(struct s3c2410_nand_info *info)
163{
164 return clock_stop;
165}
166
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167/* timing calculations */
168
Ben Dookscfd320f2005-10-20 22:22:58 +0100169#define NS_IN_KHZ 1000000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170
Ben Dooks3db72152009-05-30 17:18:15 +0100171/**
172 * s3c_nand_calc_rate - calculate timing data.
173 * @wanted: The cycle time in nanoseconds.
174 * @clk: The clock rate in kHz.
175 * @max: The maximum divider value.
176 *
177 * Calculate the timing value from the given parameters.
178 */
Ben Dooks2c06a082006-06-27 14:35:46 +0100179static int s3c_nand_calc_rate(int wanted, unsigned long clk, int max)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180{
181 int result;
182
Ben Dookscfd320f2005-10-20 22:22:58 +0100183 result = (wanted * clk) / NS_IN_KHZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184 result++;
185
186 pr_debug("result %d from %ld, %d\n", result, clk, wanted);
187
188 if (result > max) {
David Woodhousee0c7d762006-05-13 18:07:53 +0100189 printk("%d ns is too big for current clock rate %ld\n", wanted, clk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190 return -1;
191 }
192
193 if (result < 1)
194 result = 1;
195
196 return result;
197}
198
Ben Dookscfd320f2005-10-20 22:22:58 +0100199#define to_ns(ticks,clk) (((ticks) * NS_IN_KHZ) / (unsigned int)(clk))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200
201/* controller setup */
202
Ben Dooks3db72152009-05-30 17:18:15 +0100203/**
204 * s3c2410_nand_setrate - setup controller timing information.
205 * @info: The controller instance.
206 *
207 * Given the information supplied by the platform, calculate and set
208 * the necessary timing registers in the hardware to generate the
209 * necessary timing cycles to the hardware.
210 */
Ben Dooks30821fe2008-07-15 11:58:31 +0100211static int s3c2410_nand_setrate(struct s3c2410_nand_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212{
Ben Dooks30821fe2008-07-15 11:58:31 +0100213 struct s3c2410_platform_nand *plat = info->platform;
Ben Dooks2c06a082006-06-27 14:35:46 +0100214 int tacls_max = (info->cpu_type == TYPE_S3C2412) ? 8 : 4;
Ben Dookscfd320f2005-10-20 22:22:58 +0100215 int tacls, twrph0, twrph1;
Ben Dooks30821fe2008-07-15 11:58:31 +0100216 unsigned long clkrate = clk_get_rate(info->clk);
Nelson Castillo2612e522009-05-10 15:41:54 -0500217 unsigned long uninitialized_var(set), cfg, uninitialized_var(mask);
Ben Dooks30821fe2008-07-15 11:58:31 +0100218 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219
220 /* calculate the timing information for the controller */
221
Ben Dooks30821fe2008-07-15 11:58:31 +0100222 info->clk_rate = clkrate;
Ben Dookscfd320f2005-10-20 22:22:58 +0100223 clkrate /= 1000; /* turn clock into kHz for ease of use */
224
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225 if (plat != NULL) {
Ben Dooks2c06a082006-06-27 14:35:46 +0100226 tacls = s3c_nand_calc_rate(plat->tacls, clkrate, tacls_max);
227 twrph0 = s3c_nand_calc_rate(plat->twrph0, clkrate, 8);
228 twrph1 = s3c_nand_calc_rate(plat->twrph1, clkrate, 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229 } else {
230 /* default timings */
Ben Dooks2c06a082006-06-27 14:35:46 +0100231 tacls = tacls_max;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 twrph0 = 8;
233 twrph1 = 8;
234 }
Thomas Gleixner61b03bd2005-11-07 11:15:49 +0000235
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236 if (tacls < 0 || twrph0 < 0 || twrph1 < 0) {
Ben Dooks99974c62006-06-21 15:43:05 +0100237 dev_err(info->device, "cannot get suitable timings\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238 return -EINVAL;
239 }
240
Ben Dooks99974c62006-06-21 15:43:05 +0100241 dev_info(info->device, "Tacls=%d, %dns Twrph0=%d %dns, Twrph1=%d %dns\n",
David Woodhousee0c7d762006-05-13 18:07:53 +0100242 tacls, to_ns(tacls, clkrate), twrph0, to_ns(twrph0, clkrate), twrph1, to_ns(twrph1, clkrate));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243
Ben Dooks30821fe2008-07-15 11:58:31 +0100244 switch (info->cpu_type) {
245 case TYPE_S3C2410:
246 mask = (S3C2410_NFCONF_TACLS(3) |
247 S3C2410_NFCONF_TWRPH0(7) |
248 S3C2410_NFCONF_TWRPH1(7));
249 set = S3C2410_NFCONF_EN;
250 set |= S3C2410_NFCONF_TACLS(tacls - 1);
251 set |= S3C2410_NFCONF_TWRPH0(twrph0 - 1);
252 set |= S3C2410_NFCONF_TWRPH1(twrph1 - 1);
253 break;
254
255 case TYPE_S3C2440:
256 case TYPE_S3C2412:
257 mask = (S3C2410_NFCONF_TACLS(tacls_max - 1) |
258 S3C2410_NFCONF_TWRPH0(7) |
259 S3C2410_NFCONF_TWRPH1(7));
260
261 set = S3C2440_NFCONF_TACLS(tacls - 1);
262 set |= S3C2440_NFCONF_TWRPH0(twrph0 - 1);
263 set |= S3C2440_NFCONF_TWRPH1(twrph1 - 1);
264 break;
265
266 default:
Ben Dooks30821fe2008-07-15 11:58:31 +0100267 BUG();
268 }
269
Ben Dooks30821fe2008-07-15 11:58:31 +0100270 local_irq_save(flags);
271
272 cfg = readl(info->regs + S3C2410_NFCONF);
273 cfg &= ~mask;
274 cfg |= set;
275 writel(cfg, info->regs + S3C2410_NFCONF);
276
277 local_irq_restore(flags);
278
Andy Greenae7304e2009-05-10 15:42:02 -0500279 dev_dbg(info->device, "NF_CONF is 0x%lx\n", cfg);
280
Ben Dooks30821fe2008-07-15 11:58:31 +0100281 return 0;
282}
283
Ben Dooks3db72152009-05-30 17:18:15 +0100284/**
285 * s3c2410_nand_inithw - basic hardware initialisation
286 * @info: The hardware state.
287 *
288 * Do the basic initialisation of the hardware, using s3c2410_nand_setrate()
289 * to setup the hardware access speeds and set the controller to be enabled.
290*/
Ben Dooks30821fe2008-07-15 11:58:31 +0100291static int s3c2410_nand_inithw(struct s3c2410_nand_info *info)
292{
293 int ret;
294
295 ret = s3c2410_nand_setrate(info);
296 if (ret < 0)
297 return ret;
298
Ben Dooks2c06a082006-06-27 14:35:46 +0100299 switch (info->cpu_type) {
300 case TYPE_S3C2410:
Ben Dooks30821fe2008-07-15 11:58:31 +0100301 default:
Ben Dooks2c06a082006-06-27 14:35:46 +0100302 break;
303
304 case TYPE_S3C2440:
305 case TYPE_S3C2412:
Ben Dooksd1fef3c2006-06-19 09:29:38 +0100306 /* enable the controller and de-assert nFCE */
307
Ben Dooks2c06a082006-06-27 14:35:46 +0100308 writel(S3C2440_NFCONT_ENABLE, info->regs + S3C2440_NFCONT);
Ben Dooksa4f957f2005-06-20 12:48:25 +0100309 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 return 0;
312}
313
Ben Dooks3db72152009-05-30 17:18:15 +0100314/**
315 * s3c2410_nand_select_chip - select the given nand chip
316 * @mtd: The MTD instance for this chip.
317 * @chip: The chip number.
318 *
319 * This is called by the MTD layer to either select a given chip for the
320 * @mtd instance, or to indicate that the access has finished and the
321 * chip can be de-selected.
322 *
323 * The routine ensures that the nFCE line is correctly setup, and any
324 * platform specific selection code is called to route nFCE to the specific
325 * chip.
326 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327static void s3c2410_nand_select_chip(struct mtd_info *mtd, int chip)
328{
329 struct s3c2410_nand_info *info;
Thomas Gleixner61b03bd2005-11-07 11:15:49 +0000330 struct s3c2410_nand_mtd *nmtd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331 struct nand_chip *this = mtd->priv;
332 unsigned long cur;
333
334 nmtd = this->priv;
335 info = nmtd->info;
336
Ben Dooksd1fef3c2006-06-19 09:29:38 +0100337 if (chip != -1 && allow_clk_stop(info))
338 clk_enable(info->clk);
339
Ben Dooks2c06a082006-06-27 14:35:46 +0100340 cur = readl(info->sel_reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341
342 if (chip == -1) {
Ben Dooks2c06a082006-06-27 14:35:46 +0100343 cur |= info->sel_bit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344 } else {
Ben Dooksfb8d82a2005-07-06 21:05:10 +0100345 if (nmtd->set != NULL && chip > nmtd->set->nr_chips) {
Ben Dooks99974c62006-06-21 15:43:05 +0100346 dev_err(info->device, "invalid chip %d\n", chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347 return;
348 }
349
350 if (info->platform != NULL) {
351 if (info->platform->select_chip != NULL)
David Woodhousee0c7d762006-05-13 18:07:53 +0100352 (info->platform->select_chip) (nmtd->set, chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 }
354
Ben Dooks2c06a082006-06-27 14:35:46 +0100355 cur &= ~info->sel_bit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356 }
357
Ben Dooks2c06a082006-06-27 14:35:46 +0100358 writel(cur, info->sel_reg);
Ben Dooksd1fef3c2006-06-19 09:29:38 +0100359
360 if (chip == -1 && allow_clk_stop(info))
361 clk_disable(info->clk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362}
363
Ben Dooksad3b5fb2006-06-19 09:43:23 +0100364/* s3c2410_nand_hwcontrol
Ben Dooksa4f957f2005-06-20 12:48:25 +0100365 *
Ben Dooksad3b5fb2006-06-19 09:43:23 +0100366 * Issue command and address cycles to the chip
Ben Dooksa4f957f2005-06-20 12:48:25 +0100367*/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368
Thomas Gleixner7abd3ef2006-05-23 23:25:53 +0200369static void s3c2410_nand_hwcontrol(struct mtd_info *mtd, int cmd,
David Woodhousef9068872006-06-10 00:53:16 +0100370 unsigned int ctrl)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371{
372 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
David Woodhousec9ac5972006-11-30 08:17:38 +0000373
Thomas Gleixner7abd3ef2006-05-23 23:25:53 +0200374 if (cmd == NAND_CMD_NONE)
375 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376
David Woodhousef9068872006-06-10 00:53:16 +0100377 if (ctrl & NAND_CLE)
Thomas Gleixner7abd3ef2006-05-23 23:25:53 +0200378 writeb(cmd, info->regs + S3C2410_NFCMD);
379 else
380 writeb(cmd, info->regs + S3C2410_NFADDR);
Ben Dooksa4f957f2005-06-20 12:48:25 +0100381}
382
383/* command and control functions */
384
David Woodhousef9068872006-06-10 00:53:16 +0100385static void s3c2440_nand_hwcontrol(struct mtd_info *mtd, int cmd,
386 unsigned int ctrl)
Ben Dooksa4f957f2005-06-20 12:48:25 +0100387{
388 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
Ben Dooksa4f957f2005-06-20 12:48:25 +0100389
Thomas Gleixner7abd3ef2006-05-23 23:25:53 +0200390 if (cmd == NAND_CMD_NONE)
391 return;
Ben Dooksa4f957f2005-06-20 12:48:25 +0100392
David Woodhousef9068872006-06-10 00:53:16 +0100393 if (ctrl & NAND_CLE)
Thomas Gleixner7abd3ef2006-05-23 23:25:53 +0200394 writeb(cmd, info->regs + S3C2440_NFCMD);
395 else
396 writeb(cmd, info->regs + S3C2440_NFADDR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397}
398
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399/* s3c2410_nand_devready()
400 *
401 * returns 0 if the nand is busy, 1 if it is ready
402*/
403
404static int s3c2410_nand_devready(struct mtd_info *mtd)
405{
406 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407 return readb(info->regs + S3C2410_NFSTAT) & S3C2410_NFSTAT_BUSY;
408}
409
Ben Dooks2c06a082006-06-27 14:35:46 +0100410static int s3c2440_nand_devready(struct mtd_info *mtd)
411{
412 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
413 return readb(info->regs + S3C2440_NFSTAT) & S3C2440_NFSTAT_READY;
414}
415
416static int s3c2412_nand_devready(struct mtd_info *mtd)
417{
418 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
419 return readb(info->regs + S3C2412_NFSTAT) & S3C2412_NFSTAT_READY;
420}
421
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422/* ECC handling functions */
423
Ben Dooks2c06a082006-06-27 14:35:46 +0100424static int s3c2410_nand_correct_data(struct mtd_info *mtd, u_char *dat,
425 u_char *read_ecc, u_char *calc_ecc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426{
Ben Dooksa2593242007-02-02 16:59:33 +0000427 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
428 unsigned int diff0, diff1, diff2;
429 unsigned int bit, byte;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430
Ben Dooksa2593242007-02-02 16:59:33 +0000431 pr_debug("%s(%p,%p,%p,%p)\n", __func__, mtd, dat, read_ecc, calc_ecc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432
Ben Dooksa2593242007-02-02 16:59:33 +0000433 diff0 = read_ecc[0] ^ calc_ecc[0];
434 diff1 = read_ecc[1] ^ calc_ecc[1];
435 diff2 = read_ecc[2] ^ calc_ecc[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436
Ben Dooksa2593242007-02-02 16:59:33 +0000437 pr_debug("%s: rd %02x%02x%02x calc %02x%02x%02x diff %02x%02x%02x\n",
438 __func__,
439 read_ecc[0], read_ecc[1], read_ecc[2],
440 calc_ecc[0], calc_ecc[1], calc_ecc[2],
441 diff0, diff1, diff2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442
Ben Dooksa2593242007-02-02 16:59:33 +0000443 if (diff0 == 0 && diff1 == 0 && diff2 == 0)
444 return 0; /* ECC is ok */
445
Ben Dooksc45c6c62008-04-15 11:36:20 +0100446 /* sometimes people do not think about using the ECC, so check
447 * to see if we have an 0xff,0xff,0xff read ECC and then ignore
448 * the error, on the assumption that this is an un-eccd page.
449 */
450 if (read_ecc[0] == 0xff && read_ecc[1] == 0xff && read_ecc[2] == 0xff
451 && info->platform->ignore_unset_ecc)
452 return 0;
453
Ben Dooksa2593242007-02-02 16:59:33 +0000454 /* Can we correct this ECC (ie, one row and column change).
455 * Note, this is similar to the 256 error code on smartmedia */
456
457 if (((diff0 ^ (diff0 >> 1)) & 0x55) == 0x55 &&
458 ((diff1 ^ (diff1 >> 1)) & 0x55) == 0x55 &&
459 ((diff2 ^ (diff2 >> 1)) & 0x55) == 0x55) {
460 /* calculate the bit position of the error */
461
Matt Reimerd0bf3792007-10-18 18:02:43 -0700462 bit = ((diff2 >> 3) & 1) |
463 ((diff2 >> 4) & 2) |
464 ((diff2 >> 5) & 4);
Ben Dooksa2593242007-02-02 16:59:33 +0000465
466 /* calculate the byte position of the error */
467
Matt Reimerd0bf3792007-10-18 18:02:43 -0700468 byte = ((diff2 << 7) & 0x100) |
469 ((diff1 << 0) & 0x80) |
470 ((diff1 << 1) & 0x40) |
471 ((diff1 << 2) & 0x20) |
472 ((diff1 << 3) & 0x10) |
473 ((diff0 >> 4) & 0x08) |
474 ((diff0 >> 3) & 0x04) |
475 ((diff0 >> 2) & 0x02) |
476 ((diff0 >> 1) & 0x01);
Ben Dooksa2593242007-02-02 16:59:33 +0000477
478 dev_dbg(info->device, "correcting error bit %d, byte %d\n",
479 bit, byte);
480
481 dat[byte] ^= (1 << bit);
482 return 1;
483 }
484
485 /* if there is only one bit difference in the ECC, then
486 * one of only a row or column parity has changed, which
487 * means the error is most probably in the ECC itself */
488
489 diff0 |= (diff1 << 8);
490 diff0 |= (diff2 << 16);
491
492 if ((diff0 & ~(1<<fls(diff0))) == 0)
493 return 1;
494
Matt Reimer4fac9f62007-10-18 18:02:44 -0700495 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496}
497
Ben Dooksa4f957f2005-06-20 12:48:25 +0100498/* ECC functions
499 *
500 * These allow the s3c2410 and s3c2440 to use the controller's ECC
501 * generator block to ECC the data as it passes through]
502*/
503
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504static void s3c2410_nand_enable_hwecc(struct mtd_info *mtd, int mode)
505{
506 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
507 unsigned long ctrl;
508
509 ctrl = readl(info->regs + S3C2410_NFCONF);
510 ctrl |= S3C2410_NFCONF_INITECC;
511 writel(ctrl, info->regs + S3C2410_NFCONF);
512}
513
Matthieu CASTET4f659922007-02-13 12:30:38 +0100514static void s3c2412_nand_enable_hwecc(struct mtd_info *mtd, int mode)
515{
516 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
517 unsigned long ctrl;
518
519 ctrl = readl(info->regs + S3C2440_NFCONT);
520 writel(ctrl | S3C2412_NFCONT_INIT_MAIN_ECC, info->regs + S3C2440_NFCONT);
521}
522
Ben Dooksa4f957f2005-06-20 12:48:25 +0100523static void s3c2440_nand_enable_hwecc(struct mtd_info *mtd, int mode)
524{
525 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
526 unsigned long ctrl;
527
528 ctrl = readl(info->regs + S3C2440_NFCONT);
529 writel(ctrl | S3C2440_NFCONT_INITECC, info->regs + S3C2440_NFCONT);
530}
531
David Woodhousee0c7d762006-05-13 18:07:53 +0100532static int s3c2410_nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533{
534 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
535
536 ecc_code[0] = readb(info->regs + S3C2410_NFECC + 0);
537 ecc_code[1] = readb(info->regs + S3C2410_NFECC + 1);
538 ecc_code[2] = readb(info->regs + S3C2410_NFECC + 2);
539
Ben Dooksa2593242007-02-02 16:59:33 +0000540 pr_debug("%s: returning ecc %02x%02x%02x\n", __func__,
541 ecc_code[0], ecc_code[1], ecc_code[2]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542
543 return 0;
544}
545
Matthieu CASTET4f659922007-02-13 12:30:38 +0100546static int s3c2412_nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code)
547{
548 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
549 unsigned long ecc = readl(info->regs + S3C2412_NFMECC0);
550
551 ecc_code[0] = ecc;
552 ecc_code[1] = ecc >> 8;
553 ecc_code[2] = ecc >> 16;
554
555 pr_debug("calculate_ecc: returning ecc %02x,%02x,%02x\n", ecc_code[0], ecc_code[1], ecc_code[2]);
556
557 return 0;
558}
559
David Woodhousee0c7d762006-05-13 18:07:53 +0100560static int s3c2440_nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code)
Ben Dooksa4f957f2005-06-20 12:48:25 +0100561{
562 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
563 unsigned long ecc = readl(info->regs + S3C2440_NFMECC0);
564
565 ecc_code[0] = ecc;
566 ecc_code[1] = ecc >> 8;
567 ecc_code[2] = ecc >> 16;
568
Ben Dooks71d54f32008-04-15 11:36:19 +0100569 pr_debug("%s: returning ecc %06lx\n", __func__, ecc & 0xffffff);
Ben Dooksa4f957f2005-06-20 12:48:25 +0100570
571 return 0;
572}
573
Ben Dooksa4f957f2005-06-20 12:48:25 +0100574/* over-ride the standard functions for a little more speed. We can
575 * use read/write block to move the data buffers to/from the controller
576*/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577
578static void s3c2410_nand_read_buf(struct mtd_info *mtd, u_char *buf, int len)
579{
580 struct nand_chip *this = mtd->priv;
581 readsb(this->IO_ADDR_R, buf, len);
582}
583
Matt Reimerb773bb22007-10-18 17:43:07 -0700584static void s3c2440_nand_read_buf(struct mtd_info *mtd, u_char *buf, int len)
585{
586 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
Ben Dooksdea2aa62009-05-30 18:30:18 +0100587
588 readsl(info->regs + S3C2440_NFDATA, buf, len >> 2);
589
590 /* cleanup if we've got less than a word to do */
591 if (len & 3) {
592 buf += len & ~3;
593
594 for (; len & 3; len--)
595 *buf++ = readb(info->regs + S3C2440_NFDATA);
596 }
Matt Reimerb773bb22007-10-18 17:43:07 -0700597}
598
David Woodhousee0c7d762006-05-13 18:07:53 +0100599static void s3c2410_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600{
601 struct nand_chip *this = mtd->priv;
602 writesb(this->IO_ADDR_W, buf, len);
603}
604
Matt Reimerb773bb22007-10-18 17:43:07 -0700605static void s3c2440_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len)
606{
607 struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd);
Ben Dooksdea2aa62009-05-30 18:30:18 +0100608
609 writesl(info->regs + S3C2440_NFDATA, buf, len >> 2);
610
611 /* cleanup any fractional write */
612 if (len & 3) {
613 buf += len & ~3;
614
615 for (; len & 3; len--, buf++)
616 writeb(*buf, info->regs + S3C2440_NFDATA);
617 }
Matt Reimerb773bb22007-10-18 17:43:07 -0700618}
619
Ben Dooks30821fe2008-07-15 11:58:31 +0100620/* cpufreq driver support */
621
622#ifdef CONFIG_CPU_FREQ
623
624static int s3c2410_nand_cpufreq_transition(struct notifier_block *nb,
625 unsigned long val, void *data)
626{
627 struct s3c2410_nand_info *info;
628 unsigned long newclk;
629
630 info = container_of(nb, struct s3c2410_nand_info, freq_transition);
631 newclk = clk_get_rate(info->clk);
632
633 if ((val == CPUFREQ_POSTCHANGE && newclk < info->clk_rate) ||
634 (val == CPUFREQ_PRECHANGE && newclk > info->clk_rate)) {
635 s3c2410_nand_setrate(info);
636 }
637
638 return 0;
639}
640
641static inline int s3c2410_nand_cpufreq_register(struct s3c2410_nand_info *info)
642{
643 info->freq_transition.notifier_call = s3c2410_nand_cpufreq_transition;
644
645 return cpufreq_register_notifier(&info->freq_transition,
646 CPUFREQ_TRANSITION_NOTIFIER);
647}
648
649static inline void s3c2410_nand_cpufreq_deregister(struct s3c2410_nand_info *info)
650{
651 cpufreq_unregister_notifier(&info->freq_transition,
652 CPUFREQ_TRANSITION_NOTIFIER);
653}
654
655#else
656static inline int s3c2410_nand_cpufreq_register(struct s3c2410_nand_info *info)
657{
658 return 0;
659}
660
661static inline void s3c2410_nand_cpufreq_deregister(struct s3c2410_nand_info *info)
662{
663}
664#endif
665
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666/* device management functions */
667
Ben Dooksec0482e2009-05-30 16:55:29 +0100668static int s3c24xx_nand_remove(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669{
Russell King3ae5eae2005-11-09 22:32:44 +0000670 struct s3c2410_nand_info *info = to_nand_info(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671
Russell King3ae5eae2005-11-09 22:32:44 +0000672 platform_set_drvdata(pdev, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673
Thomas Gleixner61b03bd2005-11-07 11:15:49 +0000674 if (info == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 return 0;
676
Ben Dooks30821fe2008-07-15 11:58:31 +0100677 s3c2410_nand_cpufreq_deregister(info);
678
679 /* Release all our mtds and their partitions, then go through
680 * freeing the resources used
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681 */
Thomas Gleixner61b03bd2005-11-07 11:15:49 +0000682
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 if (info->mtds != NULL) {
684 struct s3c2410_nand_mtd *ptr = info->mtds;
685 int mtdno;
686
687 for (mtdno = 0; mtdno < info->mtd_count; mtdno++, ptr++) {
688 pr_debug("releasing mtd %d (%p)\n", mtdno, ptr);
689 nand_release(&ptr->mtd);
690 }
691
692 kfree(info->mtds);
693 }
694
695 /* free the common resources */
696
697 if (info->clk != NULL && !IS_ERR(info->clk)) {
Ben Dooksd1fef3c2006-06-19 09:29:38 +0100698 if (!allow_clk_stop(info))
699 clk_disable(info->clk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700 clk_put(info->clk);
701 }
702
703 if (info->regs != NULL) {
704 iounmap(info->regs);
705 info->regs = NULL;
706 }
707
708 if (info->area != NULL) {
709 release_resource(info->area);
710 kfree(info->area);
711 info->area = NULL;
712 }
713
714 kfree(info);
715
716 return 0;
717}
718
719#ifdef CONFIG_MTD_PARTITIONS
Andy Greened27f022009-05-10 15:42:09 -0500720const char *part_probes[] = { "cmdlinepart", NULL };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721static int s3c2410_nand_add_partition(struct s3c2410_nand_info *info,
722 struct s3c2410_nand_mtd *mtd,
723 struct s3c2410_nand_set *set)
724{
Andy Greened27f022009-05-10 15:42:09 -0500725 struct mtd_partition *part_info;
726 int nr_part = 0;
727
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728 if (set == NULL)
729 return add_mtd_device(&mtd->mtd);
730
Andy Greened27f022009-05-10 15:42:09 -0500731 if (set->nr_partitions == 0) {
732 mtd->mtd.name = set->name;
733 nr_part = parse_mtd_partitions(&mtd->mtd, part_probes,
734 &part_info, 0);
735 } else {
736 if (set->nr_partitions > 0 && set->partitions != NULL) {
737 nr_part = set->nr_partitions;
738 part_info = set->partitions;
739 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740 }
741
Andy Greened27f022009-05-10 15:42:09 -0500742 if (nr_part > 0 && part_info)
743 return add_mtd_partitions(&mtd->mtd, part_info, nr_part);
744
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745 return add_mtd_device(&mtd->mtd);
746}
747#else
748static int s3c2410_nand_add_partition(struct s3c2410_nand_info *info,
749 struct s3c2410_nand_mtd *mtd,
750 struct s3c2410_nand_set *set)
751{
752 return add_mtd_device(&mtd->mtd);
753}
754#endif
755
Ben Dooks3db72152009-05-30 17:18:15 +0100756/**
757 * s3c2410_nand_init_chip - initialise a single instance of an chip
758 * @info: The base NAND controller the chip is on.
759 * @nmtd: The new controller MTD instance to fill in.
760 * @set: The information passed from the board specific platform data.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761 *
Ben Dooks3db72152009-05-30 17:18:15 +0100762 * Initialise the given @nmtd from the information in @info and @set. This
763 * readies the structure for use with the MTD layer functions by ensuring
764 * all pointers are setup and the necessary control routines selected.
765 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766static void s3c2410_nand_init_chip(struct s3c2410_nand_info *info,
767 struct s3c2410_nand_mtd *nmtd,
768 struct s3c2410_nand_set *set)
769{
770 struct nand_chip *chip = &nmtd->chip;
Ben Dooks2c06a082006-06-27 14:35:46 +0100771 void __iomem *regs = info->regs;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 chip->write_buf = s3c2410_nand_write_buf;
774 chip->read_buf = s3c2410_nand_read_buf;
775 chip->select_chip = s3c2410_nand_select_chip;
776 chip->chip_delay = 50;
777 chip->priv = nmtd;
778 chip->options = 0;
779 chip->controller = &info->controller;
780
Ben Dooks2c06a082006-06-27 14:35:46 +0100781 switch (info->cpu_type) {
782 case TYPE_S3C2410:
783 chip->IO_ADDR_W = regs + S3C2410_NFDATA;
784 info->sel_reg = regs + S3C2410_NFCONF;
785 info->sel_bit = S3C2410_NFCONF_nFCE;
786 chip->cmd_ctrl = s3c2410_nand_hwcontrol;
787 chip->dev_ready = s3c2410_nand_devready;
788 break;
789
790 case TYPE_S3C2440:
791 chip->IO_ADDR_W = regs + S3C2440_NFDATA;
792 info->sel_reg = regs + S3C2440_NFCONT;
793 info->sel_bit = S3C2440_NFCONT_nFCE;
794 chip->cmd_ctrl = s3c2440_nand_hwcontrol;
795 chip->dev_ready = s3c2440_nand_devready;
Matt Reimerb773bb22007-10-18 17:43:07 -0700796 chip->read_buf = s3c2440_nand_read_buf;
797 chip->write_buf = s3c2440_nand_write_buf;
Ben Dooks2c06a082006-06-27 14:35:46 +0100798 break;
799
800 case TYPE_S3C2412:
801 chip->IO_ADDR_W = regs + S3C2440_NFDATA;
802 info->sel_reg = regs + S3C2440_NFCONT;
803 info->sel_bit = S3C2412_NFCONT_nFCE0;
804 chip->cmd_ctrl = s3c2440_nand_hwcontrol;
805 chip->dev_ready = s3c2412_nand_devready;
806
807 if (readl(regs + S3C2410_NFCONF) & S3C2412_NFCONF_NANDBOOT)
808 dev_info(info->device, "System booted from NAND\n");
809
810 break;
811 }
812
813 chip->IO_ADDR_R = chip->IO_ADDR_W;
Ben Dooksa4f957f2005-06-20 12:48:25 +0100814
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815 nmtd->info = info;
816 nmtd->mtd.priv = chip;
David Woodhouse552d9202006-05-14 01:20:46 +0100817 nmtd->mtd.owner = THIS_MODULE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818 nmtd->set = set;
819
820 if (hardware_ecc) {
Thomas Gleixner6dfc6d22006-05-23 12:00:46 +0200821 chip->ecc.calculate = s3c2410_nand_calculate_ecc;
Ben Dooks2c06a082006-06-27 14:35:46 +0100822 chip->ecc.correct = s3c2410_nand_correct_data;
Thomas Gleixner6dfc6d22006-05-23 12:00:46 +0200823 chip->ecc.mode = NAND_ECC_HW;
Ben Dooksa4f957f2005-06-20 12:48:25 +0100824
Ben Dooks2c06a082006-06-27 14:35:46 +0100825 switch (info->cpu_type) {
826 case TYPE_S3C2410:
827 chip->ecc.hwctl = s3c2410_nand_enable_hwecc;
828 chip->ecc.calculate = s3c2410_nand_calculate_ecc;
829 break;
830
831 case TYPE_S3C2412:
Matthieu CASTET4f659922007-02-13 12:30:38 +0100832 chip->ecc.hwctl = s3c2412_nand_enable_hwecc;
833 chip->ecc.calculate = s3c2412_nand_calculate_ecc;
834 break;
835
Ben Dooks2c06a082006-06-27 14:35:46 +0100836 case TYPE_S3C2440:
837 chip->ecc.hwctl = s3c2440_nand_enable_hwecc;
838 chip->ecc.calculate = s3c2440_nand_calculate_ecc;
839 break;
840
Ben Dooksa4f957f2005-06-20 12:48:25 +0100841 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842 } else {
Thomas Gleixner6dfc6d22006-05-23 12:00:46 +0200843 chip->ecc.mode = NAND_ECC_SOFT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844 }
Ben Dooks1c21ab62008-04-15 11:36:21 +0100845
846 if (set->ecc_layout != NULL)
847 chip->ecc.layout = set->ecc_layout;
Ben Dooks37e5ffa2008-04-15 11:36:22 +0100848
849 if (set->disable_ecc)
850 chip->ecc.mode = NAND_ECC_NONE;
Andy Green8c3e8432009-05-10 15:41:25 -0500851
852 switch (chip->ecc.mode) {
853 case NAND_ECC_NONE:
854 dev_info(info->device, "NAND ECC disabled\n");
855 break;
856 case NAND_ECC_SOFT:
857 dev_info(info->device, "NAND soft ECC\n");
858 break;
859 case NAND_ECC_HW:
860 dev_info(info->device, "NAND hardware ECC\n");
861 break;
862 default:
863 dev_info(info->device, "NAND ECC UNKNOWN\n");
864 break;
865 }
Michel Pollet9db41f92009-05-13 16:54:14 +0100866
867 /* If you use u-boot BBT creation code, specifying this flag will
868 * let the kernel fish out the BBT from the NAND, and also skip the
869 * full NAND scan that can take 1/2s or so. Little things... */
870 if (set->flash_bbt)
871 chip->options |= NAND_USE_FLASH_BBT | NAND_SKIP_BBTSCAN;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872}
873
Ben Dooks3db72152009-05-30 17:18:15 +0100874/**
875 * s3c2410_nand_update_chip - post probe update
876 * @info: The controller instance.
877 * @nmtd: The driver version of the MTD instance.
Ben Dooks71d54f32008-04-15 11:36:19 +0100878 *
Ben Dooks3db72152009-05-30 17:18:15 +0100879 * This routine is called after the chip probe has succesfully completed
880 * and the relevant per-chip information updated. This call ensure that
881 * we update the internal state accordingly.
882 *
883 * The internal state is currently limited to the ECC state information.
884*/
Ben Dooks71d54f32008-04-15 11:36:19 +0100885static void s3c2410_nand_update_chip(struct s3c2410_nand_info *info,
886 struct s3c2410_nand_mtd *nmtd)
887{
888 struct nand_chip *chip = &nmtd->chip;
889
Ben Dooks451d3392008-05-20 17:32:14 +0100890 dev_dbg(info->device, "chip %p => page shift %d\n",
891 chip, chip->page_shift);
Ben Dooks71d54f32008-04-15 11:36:19 +0100892
Andy Green8c3e8432009-05-10 15:41:25 -0500893 if (chip->ecc.mode != NAND_ECC_HW)
894 return;
895
Ben Dooks71d54f32008-04-15 11:36:19 +0100896 /* change the behaviour depending on wether we are using
897 * the large or small page nand device */
898
Andy Green8c3e8432009-05-10 15:41:25 -0500899 if (chip->page_shift > 10) {
900 chip->ecc.size = 256;
901 chip->ecc.bytes = 3;
902 } else {
903 chip->ecc.size = 512;
904 chip->ecc.bytes = 3;
905 chip->ecc.layout = &nand_hw_eccoob;
Ben Dooks71d54f32008-04-15 11:36:19 +0100906 }
907}
908
Ben Dooksec0482e2009-05-30 16:55:29 +0100909/* s3c24xx_nand_probe
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910 *
911 * called by device layer when it finds a device matching
912 * one our driver can handled. This code checks to see if
913 * it can allocate all necessary resources then calls the
914 * nand layer to look for devices
915*/
Ben Dooksec0482e2009-05-30 16:55:29 +0100916static int s3c24xx_nand_probe(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917{
Russell King3ae5eae2005-11-09 22:32:44 +0000918 struct s3c2410_platform_nand *plat = to_nand_plat(pdev);
Ben Dooksec0482e2009-05-30 16:55:29 +0100919 enum s3c_cpu_type cpu_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920 struct s3c2410_nand_info *info;
921 struct s3c2410_nand_mtd *nmtd;
922 struct s3c2410_nand_set *sets;
923 struct resource *res;
924 int err = 0;
925 int size;
926 int nr_sets;
927 int setno;
928
Ben Dooksec0482e2009-05-30 16:55:29 +0100929 cpu_type = platform_get_device_id(pdev)->driver_data;
930
Russell King3ae5eae2005-11-09 22:32:44 +0000931 pr_debug("s3c2410_nand_probe(%p)\n", pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932
933 info = kmalloc(sizeof(*info), GFP_KERNEL);
934 if (info == NULL) {
Russell King3ae5eae2005-11-09 22:32:44 +0000935 dev_err(&pdev->dev, "no memory for flash info\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936 err = -ENOMEM;
937 goto exit_error;
938 }
939
Russell King59f0cb02008-10-27 11:24:09 +0000940 memset(info, 0, sizeof(*info));
Russell King3ae5eae2005-11-09 22:32:44 +0000941 platform_set_drvdata(pdev, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942
943 spin_lock_init(&info->controller.lock);
Ben Dooksa4f957f2005-06-20 12:48:25 +0100944 init_waitqueue_head(&info->controller.wq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945
946 /* get the clock source and enable it */
947
Russell King3ae5eae2005-11-09 22:32:44 +0000948 info->clk = clk_get(&pdev->dev, "nand");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949 if (IS_ERR(info->clk)) {
Joe Perches898eb712007-10-18 03:06:30 -0700950 dev_err(&pdev->dev, "failed to get clock\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951 err = -ENOENT;
952 goto exit_error;
953 }
954
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955 clk_enable(info->clk);
956
957 /* allocate and map the resource */
958
Ben Dooksa4f957f2005-06-20 12:48:25 +0100959 /* currently we assume we have the one resource */
960 res = pdev->resource;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961 size = res->end - res->start + 1;
962
963 info->area = request_mem_region(res->start, size, pdev->name);
964
965 if (info->area == NULL) {
Russell King3ae5eae2005-11-09 22:32:44 +0000966 dev_err(&pdev->dev, "cannot reserve register region\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967 err = -ENOENT;
968 goto exit_error;
969 }
970
Russell King3ae5eae2005-11-09 22:32:44 +0000971 info->device = &pdev->dev;
Ben Dooksa4f957f2005-06-20 12:48:25 +0100972 info->platform = plat;
973 info->regs = ioremap(res->start, size);
Ben Dooks2c06a082006-06-27 14:35:46 +0100974 info->cpu_type = cpu_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975
976 if (info->regs == NULL) {
Russell King3ae5eae2005-11-09 22:32:44 +0000977 dev_err(&pdev->dev, "cannot reserve register region\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978 err = -EIO;
979 goto exit_error;
Thomas Gleixner61b03bd2005-11-07 11:15:49 +0000980 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981
Russell King3ae5eae2005-11-09 22:32:44 +0000982 dev_dbg(&pdev->dev, "mapped registers at %p\n", info->regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983
984 /* initialise the hardware */
985
Ben Dooks30821fe2008-07-15 11:58:31 +0100986 err = s3c2410_nand_inithw(info);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987 if (err != 0)
988 goto exit_error;
989
990 sets = (plat != NULL) ? plat->sets : NULL;
991 nr_sets = (plat != NULL) ? plat->nr_sets : 1;
992
993 info->mtd_count = nr_sets;
994
995 /* allocate our information */
996
997 size = nr_sets * sizeof(*info->mtds);
998 info->mtds = kmalloc(size, GFP_KERNEL);
999 if (info->mtds == NULL) {
Russell King3ae5eae2005-11-09 22:32:44 +00001000 dev_err(&pdev->dev, "failed to allocate mtd storage\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001 err = -ENOMEM;
1002 goto exit_error;
1003 }
1004
Russell King59f0cb02008-10-27 11:24:09 +00001005 memset(info->mtds, 0, size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006
1007 /* initialise all possible chips */
1008
1009 nmtd = info->mtds;
1010
1011 for (setno = 0; setno < nr_sets; setno++, nmtd++) {
David Woodhousee0c7d762006-05-13 18:07:53 +01001012 pr_debug("initialising set %d (%p, info %p)\n", setno, nmtd, info);
Thomas Gleixner61b03bd2005-11-07 11:15:49 +00001013
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014 s3c2410_nand_init_chip(info, nmtd, sets);
1015
Ben Dooks71d54f32008-04-15 11:36:19 +01001016 nmtd->scan_res = nand_scan_ident(&nmtd->mtd,
1017 (sets) ? sets->nr_chips : 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018
1019 if (nmtd->scan_res == 0) {
Ben Dooks71d54f32008-04-15 11:36:19 +01001020 s3c2410_nand_update_chip(info, nmtd);
1021 nand_scan_tail(&nmtd->mtd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022 s3c2410_nand_add_partition(info, nmtd, sets);
1023 }
1024
1025 if (sets != NULL)
1026 sets++;
1027 }
Thomas Gleixner61b03bd2005-11-07 11:15:49 +00001028
Ben Dooks30821fe2008-07-15 11:58:31 +01001029 err = s3c2410_nand_cpufreq_register(info);
1030 if (err < 0) {
1031 dev_err(&pdev->dev, "failed to init cpufreq support\n");
1032 goto exit_error;
1033 }
1034
Ben Dooksd1fef3c2006-06-19 09:29:38 +01001035 if (allow_clk_stop(info)) {
1036 dev_info(&pdev->dev, "clock idle support enabled\n");
1037 clk_disable(info->clk);
1038 }
1039
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040 pr_debug("initialised ok\n");
1041 return 0;
1042
1043 exit_error:
Ben Dooksec0482e2009-05-30 16:55:29 +01001044 s3c24xx_nand_remove(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045
1046 if (err == 0)
1047 err = -EINVAL;
1048 return err;
1049}
1050
Ben Dooksd1fef3c2006-06-19 09:29:38 +01001051/* PM Support */
1052#ifdef CONFIG_PM
1053
1054static int s3c24xx_nand_suspend(struct platform_device *dev, pm_message_t pm)
1055{
1056 struct s3c2410_nand_info *info = platform_get_drvdata(dev);
1057
1058 if (info) {
Ben Dooks09160832008-04-15 11:36:18 +01001059 info->save_sel = readl(info->sel_reg);
Ben Dooks03680b12007-11-19 23:28:07 +00001060
1061 /* For the moment, we must ensure nFCE is high during
1062 * the time we are suspended. This really should be
1063 * handled by suspending the MTDs we are using, but
1064 * that is currently not the case. */
1065
Ben Dooks09160832008-04-15 11:36:18 +01001066 writel(info->save_sel | info->sel_bit, info->sel_reg);
Ben Dooks03680b12007-11-19 23:28:07 +00001067
Ben Dooksd1fef3c2006-06-19 09:29:38 +01001068 if (!allow_clk_stop(info))
1069 clk_disable(info->clk);
1070 }
1071
1072 return 0;
1073}
1074
1075static int s3c24xx_nand_resume(struct platform_device *dev)
1076{
1077 struct s3c2410_nand_info *info = platform_get_drvdata(dev);
Ben Dooks09160832008-04-15 11:36:18 +01001078 unsigned long sel;
Ben Dooksd1fef3c2006-06-19 09:29:38 +01001079
1080 if (info) {
1081 clk_enable(info->clk);
Ben Dooks30821fe2008-07-15 11:58:31 +01001082 s3c2410_nand_inithw(info);
Ben Dooksd1fef3c2006-06-19 09:29:38 +01001083
Ben Dooks03680b12007-11-19 23:28:07 +00001084 /* Restore the state of the nFCE line. */
1085
Ben Dooks09160832008-04-15 11:36:18 +01001086 sel = readl(info->sel_reg);
1087 sel &= ~info->sel_bit;
1088 sel |= info->save_sel & info->sel_bit;
1089 writel(sel, info->sel_reg);
Ben Dooks03680b12007-11-19 23:28:07 +00001090
Ben Dooksd1fef3c2006-06-19 09:29:38 +01001091 if (allow_clk_stop(info))
1092 clk_disable(info->clk);
1093 }
1094
1095 return 0;
1096}
1097
1098#else
1099#define s3c24xx_nand_suspend NULL
1100#define s3c24xx_nand_resume NULL
1101#endif
1102
Ben Dooksa4f957f2005-06-20 12:48:25 +01001103/* driver device registration */
1104
Ben Dooksec0482e2009-05-30 16:55:29 +01001105static struct platform_device_id s3c24xx_driver_ids[] = {
1106 {
1107 .name = "s3c2410-nand",
1108 .driver_data = TYPE_S3C2410,
1109 }, {
1110 .name = "s3c2440-nand",
1111 .driver_data = TYPE_S3C2440,
1112 }, {
1113 .name = "s3c2412-nand",
1114 .driver_data = TYPE_S3C2412,
Russell King3ae5eae2005-11-09 22:32:44 +00001115 },
Ben Dooksec0482e2009-05-30 16:55:29 +01001116 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117};
1118
Ben Dooksec0482e2009-05-30 16:55:29 +01001119MODULE_DEVICE_TABLE(platform, s3c24xx_driver_ids);
Ben Dooksa4f957f2005-06-20 12:48:25 +01001120
Ben Dooksec0482e2009-05-30 16:55:29 +01001121static struct platform_driver s3c24xx_nand_driver = {
1122 .probe = s3c24xx_nand_probe,
1123 .remove = s3c24xx_nand_remove,
Ben Dooks2c06a082006-06-27 14:35:46 +01001124 .suspend = s3c24xx_nand_suspend,
1125 .resume = s3c24xx_nand_resume,
Ben Dooksec0482e2009-05-30 16:55:29 +01001126 .id_table = s3c24xx_driver_ids,
Ben Dooks2c06a082006-06-27 14:35:46 +01001127 .driver = {
Ben Dooksec0482e2009-05-30 16:55:29 +01001128 .name = "s3c24xx-nand",
Ben Dooks2c06a082006-06-27 14:35:46 +01001129 .owner = THIS_MODULE,
1130 },
1131};
1132
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133static int __init s3c2410_nand_init(void)
1134{
Ben Dooksa4f957f2005-06-20 12:48:25 +01001135 printk("S3C24XX NAND Driver, (c) 2004 Simtec Electronics\n");
1136
Ben Dooksec0482e2009-05-30 16:55:29 +01001137 return platform_driver_register(&s3c24xx_nand_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138}
1139
1140static void __exit s3c2410_nand_exit(void)
1141{
Ben Dooksec0482e2009-05-30 16:55:29 +01001142 platform_driver_unregister(&s3c24xx_nand_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143}
1144
1145module_init(s3c2410_nand_init);
1146module_exit(s3c2410_nand_exit);
1147
1148MODULE_LICENSE("GPL");
1149MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>");
Ben Dooksa4f957f2005-06-20 12:48:25 +01001150MODULE_DESCRIPTION("S3C24XX MTD NAND driver");