onenand.c (8fea51a4acb0c7da6fb375c9a708c50c0a1b66ad) | onenand.c (7b15e2bb9b1026925f0f98243cd6cf80bd3fb47d) |
---|---|
1/* 2 * Copyright (C) 2008-2009 Samsung Electronics 3 * Kyungmin Park <kyungmin.park@samsung.com> 4 * 5 * See file CREDITS for list of people who contributed to this 6 * project. 7 * 8 * This program is free software; you can redistribute it and/or --- 8 unchanged lines hidden (view full) --- 17 * 18 * You should have received a copy of the GNU General Public License 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 21 * MA 02111-1307 USA 22 */ 23 24#include <common.h> | 1/* 2 * Copyright (C) 2008-2009 Samsung Electronics 3 * Kyungmin Park <kyungmin.park@samsung.com> 4 * 5 * See file CREDITS for list of people who contributed to this 6 * project. 7 * 8 * This program is free software; you can redistribute it and/or --- 8 unchanged lines hidden (view full) --- 17 * 18 * You should have received a copy of the GNU General Public License 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 21 * MA 02111-1307 USA 22 */ 23 24#include <common.h> |
25#include <linux/mtd/compat.h> | 25#include <linux/compat.h> |
26#include <linux/mtd/mtd.h> 27#include <linux/mtd/onenand.h> 28#include <linux/mtd/samsung_onenand.h> 29 30#include <onenand_uboot.h> 31 32#include <asm/io.h> 33#include <asm/arch/clock.h> --- 51 unchanged lines hidden --- | 26#include <linux/mtd/mtd.h> 27#include <linux/mtd/onenand.h> 28#include <linux/mtd/samsung_onenand.h> 29 30#include <onenand_uboot.h> 31 32#include <asm/io.h> 33#include <asm/arch/clock.h> --- 51 unchanged lines hidden --- |