diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-05-29 10:16:09 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-07-06 15:06:18 +0100 |
commit | 096bcc231fd263bc8df215f0d616b08e3696c6db (patch) | |
tree | 0d0db53f3249205213c54dc3b85bed65bbd1e408 /mm | |
parent | 48f8b641297df49021093763a3271119a84990a2 (diff) | |
download | linux-stable-096bcc231fd263bc8df215f0d616b08e3696c6db.tar.gz linux-stable-096bcc231fd263bc8df215f0d616b08e3696c6db.tar.bz2 linux-stable-096bcc231fd263bc8df215f0d616b08e3696c6db.zip |
mtd: mxc_nand: use 32bit copy functions
The following commit changes the function used to copy from/to
the hardware buffer to memcpy_[from|to]io. This does not work
since the hardware cannot handle the byte accesses used by these
functions. Instead of reverting this patch introduce 32bit
correspondents of these functions.
| commit 5775ba36ea9c760c2d7e697dac04f2f7fc95aa62
| Author: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
| Date: Tue Apr 24 10:05:22 2012 +0200
|
| mtd: mxc_nand: fix several sparse warnings about incorrect address space
|
| Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
| Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions