Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: fsl-mc: Add SPDX license identifiers

The fsl-mc bus and dpio driver files use a combination of GPL-2.0 and
GPL-2.0+ OR BSD-3-Clause licenses. Add SPDX tags and delete the full
license text, keeping the existing license for each file. Add GPL-2.0
for Kconfig / Makefile, where not present.

Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
Reviewed-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bogdan Purcareata and committed by
Greg Kroah-Hartman
203e2de3 4d7ce7c0

+36 -563
+1
drivers/staging/fsl-mc/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 source "drivers/staging/fsl-mc/bus/Kconfig"
+1
drivers/staging/fsl-mc/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # Freescale Management Complex (MC) bus drivers 2 3 obj-$(CONFIG_FSL_MC_BUS) += bus/
+1 -2
drivers/staging/fsl-mc/bus/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # DPAA2 fsl-mc bus 3 4 # 4 5 # Copyright (C) 2014-2016 Freescale Semiconductor, Inc. 5 - # 6 - # This file is released under the GPLv2 7 6 # 8 7 9 8 config FSL_MC_BUS
+1 -2
drivers/staging/fsl-mc/bus/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Freescale Management Complex (MC) bus drivers 3 4 # 4 5 # Copyright (C) 2014 Freescale Semiconductor, Inc. 5 - # 6 - # This file is released under the GPLv2 7 6 # 8 7 obj-$(CONFIG_FSL_MC_BUS) += mc-bus-driver.o 9 8
+1 -27
drivers/staging/fsl-mc/bus/dpbp-cmd.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * 4 - * Redistribution and use in source and binary forms, with or without 5 - * modification, are permitted provided that the following conditions are met: 6 - * * Redistributions of source code must retain the above copyright 7 - * notice, this list of conditions and the following disclaimer. 8 - * * Redistributions in binary form must reproduce the above copyright 9 - * notice, this list of conditions and the following disclaimer in the 10 - * documentation and/or other materials provided with the distribution. 11 - * * Neither the name of the above-listed copyright holders nor the 12 - * names of any contributors may be used to endorse or promote products 13 - * derived from this software without specific prior written permission. 14 - * 15 - * ALTERNATIVELY, this software may be distributed under the terms of the 16 - * GNU General Public License ("GPL") as published by the Free Software 17 - * Foundation, either version 2 of that License or (at your option) any 18 - * later version. 19 - * 20 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 24 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30 - * POSSIBILITY OF SUCH DAMAGE. 31 5 */ 32 6 #ifndef _FSL_DPBP_CMD_H 33 7 #define _FSL_DPBP_CMD_H
+1 -27
drivers/staging/fsl-mc/bus/dpbp.c
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * 4 - * Redistribution and use in source and binary forms, with or without 5 - * modification, are permitted provided that the following conditions are met: 6 - * * Redistributions of source code must retain the above copyright 7 - * notice, this list of conditions and the following disclaimer. 8 - * * Redistributions in binary form must reproduce the above copyright 9 - * notice, this list of conditions and the following disclaimer in the 10 - * documentation and/or other materials provided with the distribution. 11 - * * Neither the name of the above-listed copyright holders nor the 12 - * names of any contributors may be used to endorse or promote products 13 - * derived from this software without specific prior written permission. 14 - * 15 - * ALTERNATIVELY, this software may be distributed under the terms of the 16 - * GNU General Public License ("GPL") as published by the Free Software 17 - * Foundation, either version 2 of that License or (at your option) any 18 - * later version. 19 - * 20 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 24 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30 - * POSSIBILITY OF SUCH DAMAGE. 31 5 */ 32 6 #include <linux/kernel.h> 33 7 #include "../include/mc.h"
+1 -27
drivers/staging/fsl-mc/bus/dpcon-cmd.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * 4 - * Redistribution and use in source and binary forms, with or without 5 - * modification, are permitted provided that the following conditions are met: 6 - * * Redistributions of source code must retain the above copyright 7 - * notice, this list of conditions and the following disclaimer. 8 - * * Redistributions in binary form must reproduce the above copyright 9 - * notice, this list of conditions and the following disclaimer in the 10 - * documentation and/or other materials provided with the distribution. 11 - * * Neither the name of the above-listed copyright holders nor the 12 - * names of any contributors may be used to endorse or promote products 13 - * derived from this software without specific prior written permission. 14 - * 15 - * ALTERNATIVELY, this software may be distributed under the terms of the 16 - * GNU General Public License ("GPL") as published by the Free Software 17 - * Foundation, either version 2 of that License or (at your option) any 18 - * later version. 19 - * 20 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 24 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30 - * POSSIBILITY OF SUCH DAMAGE. 31 5 */ 32 6 #ifndef _FSL_DPCON_CMD_H 33 7 #define _FSL_DPCON_CMD_H
+3 -29
drivers/staging/fsl-mc/bus/dpcon.c
··· 1 - /* Copyright 2013-2016 Freescale Semiconductor Inc. 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 2 + /* 3 + * Copyright 2013-2016 Freescale Semiconductor Inc. 2 4 * 3 - * Redistribution and use in source and binary forms, with or without 4 - * modification, are permitted provided that the following conditions are met: 5 - * * Redistributions of source code must retain the above copyright 6 - * notice, this list of conditions and the following disclaimer. 7 - * * Redistributions in binary form must reproduce the above copyright 8 - * notice, this list of conditions and the following disclaimer in the 9 - * documentation and/or other materials provided with the distribution. 10 - * * Neither the name of the above-listed copyright holders nor the 11 - * names of any contributors may be used to endorse or promote products 12 - * derived from this software without specific prior written permission. 13 - * 14 - * 15 - * ALTERNATIVELY, this software may be distributed under the terms of the 16 - * GNU General Public License ("GPL") as published by the Free Software 17 - * Foundation, either version 2 of that License or (at your option) any 18 - * later version. 19 - * 20 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 24 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30 - * POSSIBILITY OF SUCH DAMAGE. 31 5 */ 32 6 #include <linux/kernel.h> 33 7 #include "../include/mc.h"
+1
drivers/staging/fsl-mc/bus/dpio/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # QorIQ DPAA2 DPIO driver 3 4 #
+1 -27
drivers/staging/fsl-mc/bus/dpio/dpio-cmd.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * Copyright 2016 NXP 4 5 * 5 - * Redistribution and use in source and binary forms, with or without 6 - * modification, are permitted provided that the following conditions are met: 7 - * * Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions and the following disclaimer. 9 - * * Redistributions in binary form must reproduce the above copyright 10 - * notice, this list of conditions and the following disclaimer in the 11 - * documentation and/or other materials provided with the distribution. 12 - * * Neither the name of the above-listed copyright holders nor the 13 - * names of any contributors may be used to endorse or promote products 14 - * derived from this software without specific prior written permission. 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 22 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 24 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 25 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 26 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 27 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 28 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 29 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 30 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 31 - * POSSIBILITY OF SUCH DAMAGE. 32 6 */ 33 7 #ifndef _FSL_DPIO_CMD_H 34 8 #define _FSL_DPIO_CMD_H
+1 -26
drivers/staging/fsl-mc/bus/dpio/dpio-driver.c
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * Copyright 2014-2016 Freescale Semiconductor Inc. 3 4 * Copyright NXP 2016 4 5 * 5 - * Redistribution and use in source and binary forms, with or without 6 - * modification, are permitted provided that the following conditions are met: 7 - * * Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions and the following disclaimer. 9 - * * Redistributions in binary form must reproduce the above copyright 10 - * notice, this list of conditions and the following disclaimer in the 11 - * documentation and/or other materials provided with the distribution. 12 - * * Neither the name of Freescale Semiconductor nor the 13 - * names of its contributors may be used to endorse or promote products 14 - * derived from this software without specific prior written permission. 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 22 - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23 - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 24 - * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 25 - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 26 - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 27 - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 28 - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29 - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 30 - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 6 */ 32 7 33 8 #include <linux/types.h>
+1 -26
drivers/staging/fsl-mc/bus/dpio/dpio-service.c
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * Copyright 2014-2016 Freescale Semiconductor Inc. 3 4 * Copyright 2016 NXP 4 5 * 5 - * Redistribution and use in source and binary forms, with or without 6 - * modification, are permitted provided that the following conditions are met: 7 - * * Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions and the following disclaimer. 9 - * * Redistributions in binary form must reproduce the above copyright 10 - * notice, this list of conditions and the following disclaimer in the 11 - * documentation and/or other materials provided with the distribution. 12 - * * Neither the name of Freescale Semiconductor nor the 13 - * names of its contributors may be used to endorse or promote products 14 - * derived from this software without specific prior written permission. 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 22 - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23 - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 24 - * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 25 - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 26 - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 27 - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 28 - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29 - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 30 - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 6 */ 32 7 #include <linux/types.h> 33 8 #include "../../include/mc.h"
+1 -27
drivers/staging/fsl-mc/bus/dpio/dpio.c
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * Copyright 2016 NXP 4 5 * 5 - * Redistribution and use in source and binary forms, with or without 6 - * modification, are permitted provided that the following conditions are met: 7 - * * Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions and the following disclaimer. 9 - * * Redistributions in binary form must reproduce the above copyright 10 - * notice, this list of conditions and the following disclaimer in the 11 - * documentation and/or other materials provided with the distribution. 12 - * * Neither the name of the above-listed copyright holders nor the 13 - * names of any contributors may be used to endorse or promote products 14 - * derived from this software without specific prior written permission. 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 22 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 24 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 25 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 26 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 27 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 28 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 29 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 30 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 31 - * POSSIBILITY OF SUCH DAMAGE. 32 6 */ 33 7 #include <linux/kernel.h> 34 8 #include "../../include/mc.h"
+1 -27
drivers/staging/fsl-mc/bus/dpio/dpio.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * Copyright 2016 NXP 4 5 * 5 - * Redistribution and use in source and binary forms, with or without 6 - * modification, are permitted provided that the following conditions are met: 7 - * * Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions and the following disclaimer. 9 - * * Redistributions in binary form must reproduce the above copyright 10 - * notice, this list of conditions and the following disclaimer in the 11 - * documentation and/or other materials provided with the distribution. 12 - * * Neither the name of the above-listed copyright holders nor the 13 - * names of any contributors may be used to endorse or promote products 14 - * derived from this software without specific prior written permission. 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 22 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 24 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 25 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 26 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 27 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 28 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 29 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 30 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 31 - * POSSIBILITY OF SUCH DAMAGE. 32 6 */ 33 7 #ifndef __FSL_DPIO_H 34 8 #define __FSL_DPIO_H
+1 -26
drivers/staging/fsl-mc/bus/dpio/qbman-portal.c
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * Copyright (C) 2014-2016 Freescale Semiconductor, Inc. 3 4 * Copyright 2016 NXP 4 5 * 5 - * Redistribution and use in source and binary forms, with or without 6 - * modification, are permitted provided that the following conditions are met: 7 - * * Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions and the following disclaimer. 9 - * * Redistributions in binary form must reproduce the above copyright 10 - * notice, this list of conditions and the following disclaimer in the 11 - * documentation and/or other materials provided with the distribution. 12 - * * Neither the name of Freescale Semiconductor nor the 13 - * names of its contributors may be used to endorse or promote products 14 - * derived from this software without specific prior written permission. 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 22 - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23 - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 24 - * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 25 - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 26 - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 27 - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 28 - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29 - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 30 - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 6 */ 32 7 33 8 #include <asm/cacheflush.h>
+1 -26
drivers/staging/fsl-mc/bus/dpio/qbman-portal.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 1 2 /* 2 3 * Copyright (C) 2014-2016 Freescale Semiconductor, Inc. 3 4 * Copyright 2016 NXP 4 5 * 5 - * Redistribution and use in source and binary forms, with or without 6 - * modification, are permitted provided that the following conditions are met: 7 - * * Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions and the following disclaimer. 9 - * * Redistributions in binary form must reproduce the above copyright 10 - * notice, this list of conditions and the following disclaimer in the 11 - * documentation and/or other materials provided with the distribution. 12 - * * Neither the name of Freescale Semiconductor nor the 13 - * names of its contributors may be used to endorse or promote products 14 - * derived from this software without specific prior written permission. 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 22 - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23 - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 24 - * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 25 - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 26 - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 27 - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 28 - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29 - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 30 - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 6 */ 32 7 #ifndef __FSL_QBMAN_PORTAL_H 33 8 #define __FSL_QBMAN_PORTAL_H
+1 -27
drivers/staging/fsl-mc/bus/dpmcp.c
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * 4 - * Redistribution and use in source and binary forms, with or without 5 - * modification, are permitted provided that the following conditions are met: 6 - * * Redistributions of source code must retain the above copyright 7 - * notice, this list of conditions and the following disclaimer. 8 - * * Redistributions in binary form must reproduce the above copyright 9 - * notice, this list of conditions and the following disclaimer in the 10 - * documentation and/or other materials provided with the distribution. 11 - * * Neither the name of the above-listed copyright holders nor the 12 - * names of any contributors may be used to endorse or promote products 13 - * derived from this software without specific prior written permission. 14 - * 15 - * ALTERNATIVELY, this software may be distributed under the terms of the 16 - * GNU General Public License ("GPL") as published by the Free Software 17 - * Foundation, either version 2 of that License or (at your option) any 18 - * later version. 19 - * 20 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 24 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30 - * POSSIBILITY OF SUCH DAMAGE. 31 5 */ 32 6 #include <linux/kernel.h> 33 7 #include "../include/mc.h"
+1 -3
drivers/staging/fsl-mc/bus/dprc-driver.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Freescale data path resource container (DPRC) driver 3 4 * 4 5 * Copyright (C) 2014-2016 Freescale Semiconductor, Inc. 5 6 * Author: German Rivera <German.Rivera@freescale.com> 6 7 * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 8 */ 11 9 12 10 #include <linux/module.h>
+1 -27
drivers/staging/fsl-mc/bus/dprc.c
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * 4 - * Redistribution and use in source and binary forms, with or without 5 - * modification, are permitted provided that the following conditions are met: 6 - * * Redistributions of source code must retain the above copyright 7 - * notice, this list of conditions and the following disclaimer. 8 - * * Redistributions in binary form must reproduce the above copyright 9 - * notice, this list of conditions and the following disclaimer in the 10 - * documentation and/or other materials provided with the distribution. 11 - * * Neither the name of the above-listed copyright holders nor the 12 - * names of any contributors may be used to endorse or promote products 13 - * derived from this software without specific prior written permission. 14 - * 15 - * ALTERNATIVELY, this software may be distributed under the terms of the 16 - * GNU General Public License ("GPL") as published by the Free Software 17 - * Foundation, either version 2 of that License or (at your option) any 18 - * later version. 19 - * 20 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 24 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30 - * POSSIBILITY OF SUCH DAMAGE. 31 5 */ 32 6 #include <linux/kernel.h> 33 7 #include "../include/mc.h"
+1 -3
drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * fsl-mc object allocator driver 3 4 * 4 5 * Copyright (C) 2013-2016 Freescale Semiconductor, Inc. 5 6 * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 7 */ 10 8 11 9 #include <linux/module.h>
+1 -3
drivers/staging/fsl-mc/bus/fsl-mc-bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Freescale Management Complex (MC) bus driver 3 4 * 4 5 * Copyright (C) 2014-2016 Freescale Semiconductor, Inc. 5 6 * Author: German Rivera <German.Rivera@freescale.com> 6 7 * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 8 */ 11 9 12 10 #define pr_fmt(fmt) "fsl-mc: " fmt
+1 -3
drivers/staging/fsl-mc/bus/fsl-mc-msi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Freescale Management Complex (MC) bus driver MSI support 3 4 * 4 5 * Copyright (C) 2015-2016 Freescale Semiconductor, Inc. 5 6 * Author: German Rivera <German.Rivera@freescale.com> 6 7 * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 8 */ 11 9 12 10 #include <linux/of_device.h>
+1 -3
drivers/staging/fsl-mc/bus/fsl-mc-private.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Freescale Management Complex (MC) bus private declarations 3 4 * 4 5 * Copyright (C) 2016 Freescale Semiconductor, Inc. 5 6 * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 7 */ 10 8 #ifndef _FSL_MC_PRIVATE_H_ 11 9 #define _FSL_MC_PRIVATE_H_
+1 -3
drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Freescale Management Complex (MC) bus driver MSI support 3 4 * 4 5 * Copyright (C) 2015-2016 Freescale Semiconductor, Inc. 5 6 * Author: German Rivera <German.Rivera@freescale.com> 6 7 * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 8 */ 11 9 12 10 #include <linux/of_device.h>
+1 -27
drivers/staging/fsl-mc/bus/mc-io.c
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * 4 - * Redistribution and use in source and binary forms, with or without 5 - * modification, are permitted provided that the following conditions are met: 6 - * * Redistributions of source code must retain the above copyright 7 - * notice, this list of conditions and the following disclaimer. 8 - * * Redistributions in binary form must reproduce the above copyright 9 - * notice, this list of conditions and the following disclaimer in the 10 - * documentation and/or other materials provided with the distribution. 11 - * * Neither the name of the above-listed copyright holders nor the 12 - * names of any contributors may be used to endorse or promote products 13 - * derived from this software without specific prior written permission. 14 - * 15 - * ALTERNATIVELY, this software may be distributed under the terms of the 16 - * GNU General Public License ("GPL") as published by the Free Software 17 - * Foundation, either version 2 of that License or (at your option) any 18 - * later version. 19 - * 20 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 24 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30 - * POSSIBILITY OF SUCH DAMAGE. 31 5 */ 32 6 33 7 #include <linux/io.h>
+1 -27
drivers/staging/fsl-mc/bus/mc-sys.c
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * 4 5 * I/O services to send MC commands to the MC hardware 5 6 * 6 - * Redistribution and use in source and binary forms, with or without 7 - * modification, are permitted provided that the following conditions are met: 8 - * * Redistributions of source code must retain the above copyright 9 - * notice, this list of conditions and the following disclaimer. 10 - * * Redistributions in binary form must reproduce the above copyright 11 - * notice, this list of conditions and the following disclaimer in the 12 - * documentation and/or other materials provided with the distribution. 13 - * * Neither the name of the above-listed copyright holders nor the 14 - * names of any contributors may be used to endorse or promote products 15 - * derived from this software without specific prior written permission. 16 - * 17 - * ALTERNATIVELY, this software may be distributed under the terms of the 18 - * GNU General Public License ("GPL") as published by the Free Software 19 - * Foundation, either version 2 of that License or (at your option) any 20 - * later version. 21 - * 22 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 23 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 25 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 26 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 27 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 28 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 29 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 30 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 31 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 32 - * POSSIBILITY OF SUCH DAMAGE. 33 7 */ 34 8 35 9 #include <linux/delay.h>
+1 -26
drivers/staging/fsl-mc/include/dpaa2-fd.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 1 2 /* 2 3 * Copyright 2014-2016 Freescale Semiconductor Inc. 3 4 * Copyright 2016 NXP 4 5 * 5 - * Redistribution and use in source and binary forms, with or without 6 - * modification, are permitted provided that the following conditions are met: 7 - * * Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions and the following disclaimer. 9 - * * Redistributions in binary form must reproduce the above copyright 10 - * notice, this list of conditions and the following disclaimer in the 11 - * documentation and/or other materials provided with the distribution. 12 - * * Neither the name of Freescale Semiconductor nor the 13 - * names of its contributors may be used to endorse or promote products 14 - * derived from this software without specific prior written permission. 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 22 - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23 - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 24 - * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 25 - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 26 - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 27 - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 28 - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29 - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 30 - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 6 */ 32 7 #ifndef __FSL_DPAA2_FD_H 33 8 #define __FSL_DPAA2_FD_H
+1 -26
drivers/staging/fsl-mc/include/dpaa2-global.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 1 2 /* 2 3 * Copyright 2014-2016 Freescale Semiconductor Inc. 3 4 * Copyright 2016 NXP 4 5 * 5 - * Redistribution and use in source and binary forms, with or without 6 - * modification, are permitted provided that the following conditions are met: 7 - * * Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions and the following disclaimer. 9 - * * Redistributions in binary form must reproduce the above copyright 10 - * notice, this list of conditions and the following disclaimer in the 11 - * documentation and/or other materials provided with the distribution. 12 - * * Neither the name of Freescale Semiconductor nor the 13 - * names of its contributors may be used to endorse or promote products 14 - * derived from this software without specific prior written permission. 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 22 - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23 - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 24 - * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 25 - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 26 - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 27 - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 28 - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29 - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 30 - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 6 */ 32 7 #ifndef __FSL_DPAA2_GLOBAL_H 33 8 #define __FSL_DPAA2_GLOBAL_H
+1 -26
drivers/staging/fsl-mc/include/dpaa2-io.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 1 2 /* 2 3 * Copyright 2014-2016 Freescale Semiconductor Inc. 3 4 * Copyright NXP 4 5 * 5 - * Redistribution and use in source and binary forms, with or without 6 - * modification, are permitted provided that the following conditions are met: 7 - * * Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions and the following disclaimer. 9 - * * Redistributions in binary form must reproduce the above copyright 10 - * notice, this list of conditions and the following disclaimer in the 11 - * documentation and/or other materials provided with the distribution. 12 - * * Neither the name of Freescale Semiconductor nor the 13 - * names of its contributors may be used to endorse or promote products 14 - * derived from this software without specific prior written permission. 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 22 - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23 - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 24 - * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 25 - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 26 - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 27 - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 28 - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29 - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 30 - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 6 */ 32 7 #ifndef __FSL_DPAA2_IO_H 33 8 #define __FSL_DPAA2_IO_H
+1 -28
drivers/staging/fsl-mc/include/dpbp.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 1 2 /* 2 3 * Copyright 2013-2016 Freescale Semiconductor Inc. 3 4 * 4 - * Redistribution and use in source and binary forms, with or without 5 - * modification, are permitted provided that the following conditions are met: 6 - * * Redistributions of source code must retain the above copyright 7 - * notice, this list of conditions and the following disclaimer. 8 - * * Redistributions in binary form must reproduce the above copyright 9 - * notice, this list of conditions and the following disclaimer in the 10 - * documentation and/or other materials provided with the distribution. 11 - * * Neither the name of the above-listed copyright holders nor the 12 - * names of any contributors may be used to endorse or promote products 13 - * derived from this software without specific prior written permission. 14 - * 15 - * 16 - * ALTERNATIVELY, this software may be distributed under the terms of the 17 - * GNU General Public License ("GPL") as published by the Free Software 18 - * Foundation, either version 2 of that License or (at your option) any 19 - * later version. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 22 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 24 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 25 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 26 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 27 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 28 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 29 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 30 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 31 - * POSSIBILITY OF SUCH DAMAGE. 32 5 */ 33 6 #ifndef __FSL_DPBP_H 34 7 #define __FSL_DPBP_H
+3 -29
drivers/staging/fsl-mc/include/dpcon.h
··· 1 - /* Copyright 2013-2016 Freescale Semiconductor Inc. 1 + /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 2 + /* 3 + * Copyright 2013-2016 Freescale Semiconductor Inc. 2 4 * 3 - * Redistribution and use in source and binary forms, with or without 4 - * modification, are permitted provided that the following conditions are met: 5 - * * Redistributions of source code must retain the above copyright 6 - * notice, this list of conditions and the following disclaimer. 7 - * * Redistributions in binary form must reproduce the above copyright 8 - * notice, this list of conditions and the following disclaimer in the 9 - * documentation and/or other materials provided with the distribution. 10 - * * Neither the name of the above-listed copyright holders nor the 11 - * names of any contributors may be used to endorse or promote products 12 - * derived from this software without specific prior written permission. 13 - * 14 - * 15 - * ALTERNATIVELY, this software may be distributed under the terms of the 16 - * GNU General Public License ("GPL") as published by the Free Software 17 - * Foundation, either version 2 of that License or (at your option) any 18 - * later version. 19 - * 20 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE 24 - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25 - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26 - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27 - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29 - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30 - * POSSIBILITY OF SUCH DAMAGE. 31 5 */ 32 6 #ifndef __FSL_DPCON_H 33 7 #define __FSL_DPCON_H
+1 -3
drivers/staging/fsl-mc/include/mc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Freescale Management Complex (MC) bus public interface 3 4 * 4 5 * Copyright (C) 2014-2016 Freescale Semiconductor, Inc. 5 6 * Author: German Rivera <German.Rivera@freescale.com> 6 7 * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 8 */ 11 9 #ifndef _FSL_MC_H_ 12 10 #define _FSL_MC_H_