<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hello Sebastian,<br class="">
<br class="">
<blockquote type="cite" class="">It would be great if you could convert your new driver to use this framework. In case you have no time for this, then we can still add this driver as is.<br class="">
</blockquote>
I don't know how I missed the new framework.<br class="">
Unfortunately I won't have the time to port the driver to the new framework in the near future.<br class="">
<br class="">
<blockquote type="cite" class="">New code should use the BSD-2-Clause license:<br class="">
</blockquote>
I agree to license the code as such. Here's a patch to change that.<br class="">
<br class="">
---<br class="">
bsps/arm/beagle/spi/spi.c | 27 +++++++++++++++++++++++----<br class="">
1 file changed, 23 insertions(+), 4 deletions(-)<br class="">
<br class="">
diff --git a/bsps/arm/beagle/spi/spi.c b/bsps/arm/beagle/spi/spi.c<br class="">
index 38c0a503e0..0ad152a06e 100644<br class="">
--- a/bsps/arm/beagle/spi/spi.c<br class="">
+++ b/bsps/arm/beagle/spi/spi.c<br class="">
@@ -9,11 +9,30 @@<br class="">
 */<br class="">
<br class="">
/*<br class="">
- * Copyright (c) 2018 Pierre-Louis Garnier <<a href="mailto:garnie_a@epita.fr" class="">garnie_a@epita.fr</a>><br class="">
+ * SPDX-License-Identifier: BSD-2-Clause<br class="">
 *<br class="">
- * The license and distribution terms for this file may be<br class="">
- * found in the file LICENSE in this distribution or at<br class="">
- * <a href="http://www.rtems.org/license/LICENSE" class="">http://www.rtems.org/license/LICENSE</a>.<br class="">
+ * Copyright (c) 2018 Pierre-Louis Garnier<br class="">
+ *<br class="">
+ * Redistribution and use in source and binary forms, with or without<br class="">
+ * modification, are permitted provided that the following conditions<br class="">
+ * are met:<br class="">
+ * 1. Redistributions of source code must retain the above copyright<br class="">
+ *    notice, this list of conditions and the following disclaimer.<br class="">
+ * 2. Redistributions in binary form must reproduce the above copyright<br class="">
+ *    notice, this list of conditions and the following disclaimer in the<br class="">
+ *    documentation and/or other materials provided with the distribution.<br class="">
+ *<br class="">
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"<br class="">
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE<br class="">
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE<br class="">
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE<br class="">
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR<br class="">
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF<br class="">
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS<br class="">
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN<br class="">
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)<br class="">
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE<br class="">
+ * POSSIBILITY OF SUCH DAMAGE.<br class="">
 */<br class="">
#include <bsp.h><br class="">
#include <bsp/bbb-gpio.h><br class="">
-- <br class="">
2.20.1
</body>
</html>