Re: [PATCH 2/2] ubi: open volumes define in device tree
From: Hauke Mehrtens <hidden>
Date: 2016-06-25 20:24:31
On 06/24/2016 08:45 PM, Ezequiel Garcia wrote:
On 18 June 2016 at 16:17, Hauke Mehrtens [off-list ref] wrote:quoted
This makes it possible to define a volume to open in device tree. This is helpful when a root file system is on a ubi layer. Without this patch it is only possible to device with with kernel command line parameters. Signed-off-by: Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org> --- Documentation/devicetree/bindings/mtd/ubi.txt | 22 +++++++++++++++++ drivers/mtd/ubi/build.c | 34 +++++++++++++++++++++++++++ 2 files changed, 56 insertions(+)
....
quoted
diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c index 16baeb5..1c22533 100644 --- a/drivers/mtd/ubi/build.c +++ b/drivers/mtd/ubi/build.c@@ -1,6 +1,7 @@ /* * Copyright (c) International Business Machines Corp., 2006 * Copyright (c) Nokia Corporation, 2007 + * Copyright (c) 2016 Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org> *A tangential comment for this and other patches. There's no need to add your copyright when you are submitting small contributions.
The GPL v2 [0] says in section 1 a):
You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
My assumption is that my changes are copyrightable and then I have to add a notice accordingly to the GPL. I do not really care about this and can remove this. Hauke [0]: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html