license: add missing license header [1/1]
authorJiamin Ma <jiamin.ma@amlogic.com>
Mon, 18 Feb 2019 08:44:22 +0000 (16:44 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Wed, 20 Feb 2019 08:11:20 +0000 (00:11 -0800)
PD#SWPL-4728

Problem:
Missing license header

Solution:
Add correct license header

Verify:
Compling passed

Change-Id: I291a41172f9ecf2cde7f7705e99ecb20567c9c8f
Signed-off-by: Jiamin Ma <jiamin.ma@amlogic.com>
32 files changed:
arch/arm/mach-meson/hotplug-asm.S
drivers/amlogic/input/remote/rc_common.h
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_flash.h
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_flash/focaltech_upgrade_common.h
drivers/amlogic/input/touchscreen/goodix_gt9xx/gt9xx_firmware.h
drivers/amlogic/media/enhancement/amvecm/arch/vpp_keystone_regs.h
drivers/amlogic/media/enhancement/amvecm/bitdepth.c
drivers/amlogic/media/enhancement/amvecm/bitdepth.h
drivers/amlogic/media/enhancement/amvecm/cm2_adj.h
drivers/amlogic/media/enhancement/amvecm/dnlp_algorithm/dnlp_alg.h
drivers/amlogic/media/enhancement/amvecm/dnlp_cal.c
drivers/amlogic/media/enhancement/amvecm/dnlp_cal.h
drivers/amlogic/media/enhancement/amvecm/keystone_correction.c
drivers/amlogic/media/enhancement/amvecm/keystone_correction.h
drivers/amlogic/media/enhancement/amvecm/local_contrast.c
drivers/amlogic/media/enhancement/amvecm/set_hdr2_v0.c
drivers/amlogic/media/enhancement/amvecm/set_hdr2_v0.h
drivers/amlogic/secure_monitor/flash_mutex.S
drivers/amlogic/usb/dwc_otg/310/common_port/dwc_mem.c
drivers/amlogic/usb/dwc_otg/310/common_port/dwc_modpow.h
drivers/amlogic/usb/dwc_otg/310/common_port/dwc_notifier.c
drivers/amlogic/usb/dwc_otg/310/common_port/dwc_notifier.h
drivers/amlogic/usb/dwc_otg/310/dwc_otg_os_dep.h
include/dt-bindings/clock/meson8b-clkc.h
include/dt-bindings/iio/adc/amlogic-saradc.h
include/dt-bindings/input/meson_rc.h
include/linux/amlogic/debug_lockup.h
include/linux/amlogic/dhd_buf.h
include/linux/amlogic/media/amdolbyvision/dolby_vision.h
include/linux/meson_ion.h
include/trace/events/meson_atrace.h
sound/soc/amlogic/meson/dmic.h

index 1871afa..cc172d2 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * arch/arm/mach-meson/hotplug-asm.S
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #include <linux/linkage.h>
 
 #include <asm/assembler.h>
index 762a972..3420355 100644 (file)
@@ -1,10 +1,20 @@
 /*
- * include/uapi/linux/rc_common.h from the kernel directory, but it can be used
- * in kernel and user space.
+ * drivers/amlogic/input/remote/rc_common.h
  *
- * Written by Amlogic
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
  *
  */
+
 #ifndef _UAPI_RC_COMMON_H_
 #define _UAPI_RC_COMMON_H_
 
index 53eed3e..95a8a54 100644 (file)
@@ -1,15 +1,20 @@
-/************************************************************************
-* Copyright (C) 2010-2017, Focaltech Systems (R)£¬All Rights Reserved.
-*
-* File Name: focaltech_flash.h
-*
-*    Author: fupeipei
-*
-*   Created: 2016-08-07
-*
-*  Abstract:
-*
-************************************************************************/
+/*
+ * drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_flash.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef __LINUX_FOCALTECH_FLASH_H__
 #define __LINUX_FOCALTECH_FLASH_H__
 
index 8b522b2..a94ef90 100755 (executable)
@@ -1,15 +1,20 @@
-/************************************************************************
-* Copyright (C) 2010-2017, Focaltech Systems (R)£¬All Rights Reserved.
-*
-* File Name: focaltech_upgrade_common.h
-*
-*    Author: fupeipei
-*
-*   Created: 2016-08-16
-*
-*  Abstract:
-*
-************************************************************************/
+/*
+ * focaltech_upgrade_common.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef __LINUX_FOCALTECH_UPGRADE_COMMON_H__
 #define __LINUX_FOCALTECH_UPGRADE_COMMON_H__
 
index e36d0af..f2ce16e 100644 (file)
@@ -1,14 +1,20 @@
-/* Copyright Statement:\r
-*This firmware are protected under relevant copyright laws,this information contained\r
-*herein is confidential and proprietary to Goodix.\r
-*\r
-* Copyright  (C)  2010 - 2016 Goodix. Ltd.\r
-*\r
-*WARNING:The GTP_COMPATIBLE_MODE part of this file was generated by the specialized tools,\r
-*please do not modify it manually!\r
-*\r
-*/\r
-\r
+/*
+ * drivers/amlogic/input/touchscreen/goodix_gt9xx/gt9xx_firmware.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef _GT9XX_FIRMWARE_H_\r
 #define _GT9XX_FIRMWARE_H_\r
 \r
index 0e82be8..fb401c3 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/arch/vpp_keystone_regs.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef VPP_KEYSTONE_REGS_H
 #define VPP_KEYSTONE_REGS_H
 
index 558fffb..ffabe34 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/bitdepth.c
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #include <linux/string.h>
 #include <linux/spinlock.h>
 #include <linux/module.h>
index 3b66377..54cdce3 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/bitdepth.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef BITDEPTH_H_
 #define BITDEPTH_H_
 
index af81640..1745b50 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/cm2_adj.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef __CM2_ADJ__
 #define __CM2_ADJ__
 
index 4b9dd61..ca26aed 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/dnlp_algorithm/dnlp_alg.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
 
 #ifndef __AM_DNLP_AGL_H
 #define __AM_DNLP_AGL_H
index 299e4f4..13510c2 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/dnlp_cal.c
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #include <linux/string.h>
 #include <linux/spinlock.h>
 #include <linux/module.h>
index 6c3a99e..ece185b 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/dnlp_cal.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
 
 #ifndef __AM_DNLP_CAL_H
 #define __AM_DNLP_CAL_H
index 645bcf0..b88d855 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/keystone_correction.c
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #include <linux/string.h>
 #include <linux/spinlock.h>
 #include <linux/module.h>
index 633aff4..62dfc30 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/keystone_correction.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef _KEYSTONE_CORRECTION_H_
 #define _KEYSTONE_CORRECTION_H_
 
index 52672eb..aadeaf0 100644 (file)
@@ -1,5 +1,20 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/local_contrast.c
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
 
-/* #include <mach/am_regs.h> */
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/slab.h>
index 855781c..8297cb3 100644 (file)
@@ -1,7 +1,20 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/set_hdr2_v0.c
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
 
-
-
-/* Standard Linux headers */
 #include <linux/types.h>
 #include <linux/init.h>
 #include <linux/module.h>
index 935d3d3..875a05b 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/media/enhancement/amvecm/set_hdr2_v0.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #include <linux/types.h>
 
 #ifndef MAX
index aa89899..164841a 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/secure_monitor/flash_mutex.S
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 @ This file was created from a .asm file
 @  using the ads2gas.pl script.
        .equ DO1STROUNDING, 0
index cf2c399..5f88223 100644 (file)
@@ -1,4 +1,20 @@
-/* Memory Debugging */
+/*
+ * drivers/amlogic/usb/dwc_otg/310/common_port/dwc_mem.c
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifdef DWC_DEBUG_MEMORY
 
 #include "dwc_os.h"
index 64f00c2..54cbdd2 100644 (file)
@@ -1,7 +1,20 @@
 /*
- * dwc_modpow.h
- * See dwc_modpow.c for license and changes
+ * drivers/amlogic/usb/dwc_otg/310/common_port/dwc_modpow.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
  */
+
 #ifndef _DWC_MODPOW_H
 #define _DWC_MODPOW_H
 
index 8382ef2..3b189ea 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/usb/dwc_otg/310/common_port/dwc_notifier.c
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifdef DWC_NOTIFYLIB
 
 #include "dwc_notifier.h"
index 952f40d..0c182a5 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/usb/dwc_otg/310/common_port/dwc_notifier.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef __DWC_NOTIFIER_H__
 #define __DWC_NOTIFIER_H__
 
index 37f5edf..6518a03 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * drivers/amlogic/usb/dwc_otg/310/dwc_otg_os_dep.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef _DWC_OS_DEP_H_
 #define _DWC_OS_DEP_H_
 
index d507af3..deba850 100644 (file)
@@ -1,5 +1,18 @@
 /*
- * Meson8b clock tree IDs
+ * include/dt-bindings/clock/meson8b-clkc.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
  */
 
 /*
index 7611426..5d3769c 100644 (file)
@@ -1,5 +1,18 @@
 /*
- * This header provides constants for configuring the AMLOGIC SAR ADC
+ * include/dt-bindings/iio/adc/amlogic-saradc.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
  */
 
 #ifndef _DT_BINDINGS_IIO_ADC_AMLOGIC_H
index f01d5b7..9aec87f 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * include/dt-bindings/input/meson_rc.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
 
 #ifndef _DT_BINDINGS_INPUT_MESON_RC_H
 #define _DT_BINDINGS_INPUT_MESON_RC_H
index 353e71c..24c0f55 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * include/linux/amlogic/debug_lockup.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef __debug_lockup_h_
 #define __debug_lockup_h_
 
index 9822f5a..7ba9de6 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * include/linux/amlogic/dhd_buf.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef _BCMDHD_BUF_H
 #define _BCMDHD_BUF_H
 int bcmdhd_init_wlan_mem(void);
index 370c010..f8a2ceb 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * include/linux/amlogic/media/amdolbyvision/dolby_vision.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef _DV_H_
 #define _DV_H_
 
index ce19cb0..7d68d3d 100644 (file)
@@ -1 +1,18 @@
+/*
+ * include/linux/meson_ion.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #include "../../drivers/amlogic/media/common/ion_dev/meson_ion.h"
index 8400969..935ac94 100644 (file)
@@ -1,5 +1,18 @@
 /*
- * meson_atrace.h
+ * include/trace/events/meson_atrace.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
  */
 
 /*
index 69afdf5..15540fd 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * sound/soc/amlogic/meson/dmic.h
+ *
+ * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
+ *
+ * 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.
+ *
+ */
+
 #ifndef __DMIC_H__
 #define __DMIC_H__