[PATCH 11/20 take 4] UBI: kernel API functions

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Artem Bityutskiy
Date: Friday, March 23, 2007 - 9:43 am

diff -auNrp tmp-from/drivers/mtd/ubi/kapi.c tmp-to/drivers/mtd/ubi/kapi.c
--- tmp-from/drivers/mtd/ubi/kapi.c	1970-01-01 02:00:00.000000000 +0200
+++ tmp-to/drivers/mtd/ubi/kapi.c	2007-03-23 18:20:02.000000000 +0200
@@ -0,0 +1,545 @@
+/*
+ * Copyright (c) International Business Machines Corp., 2006
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
+ * the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ * Author: Artem Bityutskiy (
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/20 take 4] UBI: Unsorted Block Images, Artem Bityutskiy, (Fri Mar 23, 9:42 am)
[PATCH 01/20 take 4] UBI: on-flash data structures header, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 02/20 take 4] UBI: user-space API header, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 03/20 take 4] UBI: kernel-space API header, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 04/20 take 4] UBI: internal header, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 05/20 take 4] UBI: startup code, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 06/20 take 4] UBI: scanning unit, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 07/20 take 4] UBI: I/O unit, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 08/20 take 4] UBI: volume table unit, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 09/20 take 4] UBI: wear-leveling unit, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 10/20 take 4] UBI: EBA unit, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 11/20 take 4] UBI: kernel API functions, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 12/20 take 4] UBI: update functionality, Artem Bityutskiy, (Fri Mar 23, 9:43 am)
[PATCH 13/20 take 4] UBI: volume management functionality, Artem Bityutskiy, (Fri Mar 23, 9:44 am)
[PATCH 14/20 take 4] UBI: character devices functionality, Artem Bityutskiy, (Fri Mar 23, 9:44 am)
[PATCH 15/20 take 4] UBI: gluebi functionality, Artem Bityutskiy, (Fri Mar 23, 9:44 am)
[PATCH 16/20 take 4] UBI: misc stuff, Artem Bityutskiy, (Fri Mar 23, 9:44 am)
[PATCH 17/20 take 4] UBI: debugging stuff, Artem Bityutskiy, (Fri Mar 23, 9:44 am)
[PATCH 18/20 take 4] UBI: JFFS2 UBI support, Artem Bityutskiy, (Fri Mar 23, 9:44 am)
[PATCH 19/20 take 4] UBI: update MAINTAINERS, Artem Bityutskiy, (Fri Mar 23, 9:44 am)
[PATCH 20/20 take 4] UBI: linux build integration, Artem Bityutskiy, (Fri Mar 23, 9:44 am)
Re: [PATCH 09/20 take 4] UBI: wear-leveling unit, Frank Haverkamp, (Mon Mar 26, 5:34 am)