9
0
Fork 0
barebox/drivers
Sascha Hauer d03831887e imx_nand: use memcpy for copying from/to buffer
We do not need to use memcpy32 in read_buf/write_buf because
in these functions we only access SDRAM and not the internal SRAM
buffer.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-03-30 14:14:58 +02:00
..
ata Add a low level disk drive access driver 2010-01-14 10:06:16 +01:00
i2c Merge branch 'for-sha-mx35-3-stack-updates' of ssh://git.pengutronix.de/git/mkl/barebox into next 2010-01-19 09:25:26 +01:00
nand imx_nand: use memcpy for copying from/to buffer 2010-03-30 14:14:58 +02:00
net ep93xx eth driver: dump_xxx() cleanup 2010-02-03 12:12:25 +01:00
nor cfi_flash: move include/cfi_flash.c next to driver 2010-02-08 14:37:50 +01:00
serial Add PrimeCell PL010 serial driver 2010-01-14 10:04:13 +01:00
spi spi: dev->id is an int, not a string, fix debug output 2009-11-24 10:01:07 +01:00
usb remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
video drivers/video/Makefile: cleanup proper indention 2010-02-16 21:49:25 +01:00
Kconfig Start to add ATA support to barebox 2010-01-14 10:06:16 +01:00
Makefile Start to add ATA support to barebox 2010-01-14 10:06:16 +01:00