treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335

Based on 1 normalized pattern(s):

  this program is free software you can redistribute it and or modify
  it under the terms and conditions of the gnu general public license
  version 2 as published by the free software foundation this program
  is distributed in the hope 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 51 franklin st fifth floor boston ma 02110
  1301 usa

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

has been chosen to replace the boilerplate/reference in 111 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190530000436.567572064@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Thomas Gleixner 2019-05-29 16:57:49 -07:00 коммит произвёл Greg Kroah-Hartman
Родитель 4b3d69535d
Коммит a61127c213
111 изменённых файлов: 111 добавлений и 1482 удалений

Просмотреть файл

@ -1,19 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright © 2006, Intel Corporation. * Copyright © 2006, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#ifndef _ADMA_H #ifndef _ADMA_H
#define _ADMA_H #define _ADMA_H

Просмотреть файл

@ -1,19 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright © 2006, Intel Corporation. * Copyright © 2006, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#ifndef IOP_ADMA_H #ifndef IOP_ADMA_H
#define IOP_ADMA_H #define IOP_ADMA_H

Просмотреть файл

@ -1,19 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright(c) 2006, Intel Corporation. * Copyright(c) 2006, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#ifndef _ADMA_H #ifndef _ADMA_H
#define _ADMA_H #define _ADMA_H

Просмотреть файл

@ -1,20 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* platform device definitions for the iop3xx dma/xor engines * platform device definitions for the iop3xx dma/xor engines
* Copyright © 2006, Intel Corporation. * Copyright © 2006, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <asm/hardware/iop3xx.h> #include <asm/hardware/iop3xx.h>

Просмотреть файл

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Using hardware provided CRC32 instruction to accelerate the CRC32 disposal. * Using hardware provided CRC32 instruction to accelerate the CRC32 disposal.
* CRC32C polynomial:0x1EDC6F41(BE)/0x82F63B78(LE) * CRC32C polynomial:0x1EDC6F41(BE)/0x82F63B78(LE)
@ -9,20 +10,6 @@
* Copyright (C) 2008 Intel Corporation * Copyright (C) 2008 Intel Corporation
* Authors: Austin Zhang <austin_zhang@linux.intel.com> * Authors: Austin Zhang <austin_zhang@linux.intel.com>
* Kent Liu <kent.liu@intel.com> * Kent Liu <kent.liu@intel.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>

Просмотреть файл

@ -1,23 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* This file is part of the Linux kernel. * This file is part of the Linux kernel.
* *
* Copyright (c) 2011-2014, Intel Corporation * Copyright (c) 2011-2014, Intel Corporation
* Authors: Fenghua Yu <fenghua.yu@intel.com>, * Authors: Fenghua Yu <fenghua.yu@intel.com>,
* H. Peter Anvin <hpa@linux.intel.com> * H. Peter Anvin <hpa@linux.intel.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#ifndef ASM_X86_ARCHRANDOM_H #ifndef ASM_X86_ARCHRANDOM_H

Просмотреть файл

@ -1,23 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* This file is part of the Linux kernel. * This file is part of the Linux kernel.
* *
* Copyright (c) 2011, Intel Corporation * Copyright (c) 2011, Intel Corporation
* Authors: Fenghua Yu <fenghua.yu@intel.com>, * Authors: Fenghua Yu <fenghua.yu@intel.com>,
* H. Peter Anvin <hpa@linux.intel.com> * H. Peter Anvin <hpa@linux.intel.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <asm/processor.h> #include <asm/processor.h>

Просмотреть файл

@ -1,22 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* tboot.c: main implementation of helper functions used by kernel for * tboot.c: main implementation of helper functions used by kernel for
* runtime support of Intel(R) Trusted Execution Technology * runtime support of Intel(R) Trusted Execution Technology
* *
* Copyright (c) 2006-2009, Intel Corporation * Copyright (c) 2006-2009, Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/intel-iommu.h> #include <linux/intel-iommu.h>

Просмотреть файл

@ -1,21 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* sfi.c - x86 architecture SFI support. * sfi.c - x86 architecture SFI support.
* *
* Copyright (c) 2009, Intel Corporation. * Copyright (c) 2009, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#define KMSG_COMPONENT "SFI" #define KMSG_COMPONENT "SFI"

Просмотреть файл

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* copy offload engine support * copy offload engine support
* *
@ -8,20 +9,6 @@
* with architecture considerations by: * with architecture considerations by:
* Neil Brown <neilb@suse.de> * Neil Brown <neilb@suse.de>
* Jeff Garzik <jeff@garzik.org> * Jeff Garzik <jeff@garzik.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/highmem.h> #include <linux/highmem.h>

Просмотреть файл

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* core routines for the asynchronous memory transfer/transform api * core routines for the asynchronous memory transfer/transform api
* *
@ -8,20 +9,6 @@
* with architecture considerations by: * with architecture considerations by:
* Neil Brown <neilb@suse.de> * Neil Brown <neilb@suse.de>
* Jeff Garzik <jeff@garzik.org> * Jeff Garzik <jeff@garzik.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/rculist.h> #include <linux/rculist.h>
#include <linux/module.h> #include <linux/module.h>

Просмотреть файл

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* xor offload engine api * xor offload engine api
* *
@ -8,20 +9,6 @@
* with architecture considerations by: * with architecture considerations by:
* Neil Brown <neilb@suse.de> * Neil Brown <neilb@suse.de>
* Jeff Garzik <jeff@garzik.org> * Jeff Garzik <jeff@garzik.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>

Просмотреть файл

@ -1,23 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* asynchronous raid6 recovery self test * asynchronous raid6 recovery self test
* Copyright (c) 2009, Intel Corporation. * Copyright (c) 2009, Intel Corporation.
* *
* based on drivers/md/raid6test/test.c: * based on drivers/md/raid6test/test.c:
* Copyright 2002-2007 H. Peter Anvin * Copyright 2002-2007 H. Peter Anvin
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/async_tx.h> #include <linux/async_tx.h>
#include <linux/gfp.h> #include <linux/gfp.h>

Просмотреть файл

@ -1,21 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Crypto user configuration API. * Crypto user configuration API.
* *
* Copyright (C) 2011 secunet Security Networks AG * Copyright (C) 2011 secunet Security Networks AG
* Copyright (C) 2011 Steffen Klassert <steffen.klassert@secunet.com> * Copyright (C) 2011 Steffen Klassert <steffen.klassert@secunet.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include <linux/module.h> #include <linux/module.h>

Просмотреть файл

@ -1,21 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* pcrypt - Parallel crypto wrapper. * pcrypt - Parallel crypto wrapper.
* *
* Copyright (C) 2009 secunet Security Networks AG * Copyright (C) 2009 secunet Security Networks AG
* Copyright (C) 2009 Steffen Klassert <steffen.klassert@secunet.com> * Copyright (C) 2009 Steffen Klassert <steffen.klassert@secunet.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include <crypto/algapi.h> #include <crypto/algapi.h>

Просмотреть файл

@ -1,20 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2007-2011, Intel Corporation. * Copyright (c) 2007-2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to * Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
* develop this driver. * develop this driver.
* *

Просмотреть файл

@ -1,23 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* GMA500 Backlight Interface * GMA500 Backlight Interface
* *
* Copyright (c) 2009-2011, Intel Corporation. * Copyright (c) 2009-2011, Intel Corporation.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: Eric Knopp * Authors: Eric Knopp
*
*/ */
#include "psb_drv.h" #include "psb_drv.h"

Просмотреть файл

@ -1,20 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2011, Intel Corporation. * Copyright (c) 2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
#include <linux/backlight.h> #include <linux/backlight.h>

Просмотреть файл

@ -1,18 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright © 2011 Intel Corporation * Copyright © 2011 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
extern const struct drm_crtc_helper_funcs cdv_intel_helper_funcs; extern const struct drm_crtc_helper_funcs cdv_intel_helper_funcs;

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright © 2006-2011 Intel Corporation * Copyright © 2006-2011 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright © 2006-2011 Intel Corporation * Copyright © 2006-2011 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
* Dave Airlie <airlied@linux.ie> * Dave Airlie <airlied@linux.ie>

Просмотреть файл

@ -1,20 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2007-2011, Intel Corporation. * Copyright (c) 2007-2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
#include <linux/module.h> #include <linux/module.h>

Просмотреть файл

@ -1,22 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright (c) 2008-2011, Intel Corporation * Copyright (c) 2008-2011, Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
*
*/ */
#ifndef _FRAMEBUFFER_H_ #ifndef _FRAMEBUFFER_H_

Просмотреть файл

@ -1,21 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* psb GEM interface * psb GEM interface
* *
* Copyright (c) 2011, Intel Corporation. * Copyright (c) 2011, Intel Corporation.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: Alan Cox * Authors: Alan Cox
* *
* TODO: * TODO:

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright © 2006-2011 Intel Corporation * Copyright © 2006-2011 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
* Patrik Jakobsson <patrik.r.jakobsson@gmail.com> * Patrik Jakobsson <patrik.r.jakobsson@gmail.com>

Просмотреть файл

@ -1,19 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright © 2006-2011 Intel Corporation * Copyright © 2006-2011 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
* Patrik Jakobsson <patrik.r.jakobsson@gmail.com> * Patrik Jakobsson <patrik.r.jakobsson@gmail.com>

Просмотреть файл

@ -1,20 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2007, Intel Corporation. * Copyright (c) 2007, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: Thomas Hellstrom <thomas-at-tungstengraphics.com> * Authors: Thomas Hellstrom <thomas-at-tungstengraphics.com>
* Alan Cox <alan@linux.intel.com> * Alan Cox <alan@linux.intel.com>
*/ */

Просмотреть файл

@ -1,20 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/************************************************************************** /**************************************************************************
* Copyright (c) 2007-2008, Intel Corporation. * Copyright (c) 2007-2008, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
#ifndef _PSB_GTT_H_ #ifndef _PSB_GTT_H_

Просмотреть файл

@ -1,22 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2006 Intel Corporation * Copyright (c) 2006 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
*
*/ */
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm.h> #include <drm/drm.h>

Просмотреть файл

@ -1,22 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright (c) 2006 Intel Corporation * Copyright (c) 2006 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
*
*/ */
#ifndef _INTEL_BIOS_H_ #ifndef _INTEL_BIOS_H_

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright © 2006-2007 Intel Corporation * Copyright © 2006-2007 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
*/ */

Просмотреть файл

@ -1,20 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2011, Intel Corporation. * Copyright (c) 2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
#include "psb_drv.h" #include "psb_drv.h"

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright © 2006-2007 Intel Corporation * Copyright © 2006-2007 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
*/ */

Просмотреть файл

@ -1,20 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2011, Intel Corporation. * Copyright (c) 2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
/* TODO /* TODO

Просмотреть файл

@ -1,20 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/************************************************************************** /**************************************************************************
* Copyright (c) 2011, Intel Corporation. * Copyright (c) 2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
extern int mid_chip_setup(struct drm_device *dev); extern int mid_chip_setup(struct drm_device *dev);

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2007, Intel Corporation. * Copyright (c) 2007, Intel Corporation.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
#include <drm/drmP.h> #include <drm/drmP.h>
#include "psb_drv.h" #include "psb_drv.h"

Просмотреть файл

@ -1,20 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/************************************************************************** /**************************************************************************
* Copyright (c) 2007-2011, Intel Corporation. * Copyright (c) 2007-2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
/* MID device specific descriptors */ /* MID device specific descriptors */

Просмотреть файл

@ -1,18 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright © 2009 Intel Corporation * Copyright © 2009 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include <linux/i2c.h> #include <linux/i2c.h>

Просмотреть файл

@ -1,20 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2011, Intel Corporation. * Copyright (c) 2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
#include <linux/backlight.h> #include <linux/backlight.h>

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright © 2006-2009 Intel Corporation * Copyright © 2006-2009 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
* Dave Airlie <airlied@linux.ie> * Dave Airlie <airlied@linux.ie>

Просмотреть файл

@ -1,20 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2011, Intel Corporation. * Copyright (c) 2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
#include <linux/backlight.h> #include <linux/backlight.h>

Просмотреть файл

@ -1,19 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright © 2013 Patrik Jakobsson * Copyright © 2013 Patrik Jakobsson
* Copyright © 2011 Intel Corporation * Copyright © 2011 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef _PSB_DEVICE_H_ #ifndef _PSB_DEVICE_H_

Просмотреть файл

@ -1,22 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2007-2011, Intel Corporation. * Copyright (c) 2007-2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* Copyright (c) 2008, Tungsten Graphics, Inc. Cedar Park, TX., USA. * Copyright (c) 2008, Tungsten Graphics, Inc. Cedar Park, TX., USA.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
#include <drm/drmP.h> #include <drm/drmP.h>

Просмотреть файл

@ -1,20 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/************************************************************************** /**************************************************************************
* Copyright (c) 2007-2011, Intel Corporation. * Copyright (c) 2007-2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
#ifndef _PSB_DRV_H_ #ifndef _PSB_DRV_H_

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright © 2006-2011 Intel Corporation * Copyright © 2006-2011 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
*/ */

Просмотреть файл

@ -1,19 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright (c) 2009-2011, Intel Corporation. * Copyright (c) 2009-2011, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#ifndef __INTEL_DRV_H__ #ifndef __INTEL_DRV_H__

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright © 2006-2007 Intel Corporation * Copyright © 2006-2007 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
* Dave Airlie <airlied@linux.ie> * Dave Airlie <airlied@linux.ie>

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2007 Intel Corporation * Copyright (c) 2007 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authers: Jesse Barnes <jesse.barnes@intel.com> * Authers: Jesse Barnes <jesse.barnes@intel.com>
*/ */

Просмотреть файл

@ -1,18 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright (c) 2009, Intel Corporation. * Copyright (c) 2009, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef __PSB_INTEL_REG_H__ #ifndef __PSB_INTEL_REG_H__
#define __PSB_INTEL_REG_H__ #define __PSB_INTEL_REG_H__

Просмотреть файл

@ -1,26 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2007, Intel Corporation. * Copyright (c) 2007, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to * Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
* develop this driver. * develop this driver.
* *
**************************************************************************/ **************************************************************************/
/*
*/
#include <drm/drmP.h> #include <drm/drmP.h>
#include "psb_drv.h" #include "psb_drv.h"

Просмотреть файл

@ -1,20 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/************************************************************************** /**************************************************************************
* Copyright (c) 2009-2011, Intel Corporation. * Copyright (c) 2009-2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: * Authors:
* Benjamin Defnet <benjamin.r.defnet@intel.com> * Benjamin Defnet <benjamin.r.defnet@intel.com>
* Rajesh Poornachandran <rajesh.poornachandran@intel.com> * Rajesh Poornachandran <rajesh.poornachandran@intel.com>

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/************************************************************************** /**************************************************************************
* Copyright (c) 2007, Intel Corporation. * Copyright (c) 2007, Intel Corporation.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> * Authors: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
**************************************************************************/ **************************************************************************/

Просмотреть файл

@ -1,22 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/************************************************************************** /**************************************************************************
* *
* Copyright (c) (2005-2007) Imagination Technologies Limited. * Copyright (c) (2005-2007) Imagination Technologies Limited.
* Copyright (c) 2007, Intel Corporation. * Copyright (c) 2007, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA..
*
**************************************************************************/ **************************************************************************/
#ifndef _PSB_REG_H_ #ifndef _PSB_REG_H_

Просмотреть файл

@ -1,20 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* HID Sensors Driver * HID Sensors Driver
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/device.h> #include <linux/device.h>

Просмотреть файл

@ -1,21 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* intel_idle.c - native hardware idle loop for modern Intel processors * intel_idle.c - native hardware idle loop for modern Intel processors
* *
* Copyright (c) 2013, Intel Corporation. * Copyright (c) 2013, Intel Corporation.
* Len Brown <len.brown@intel.com> * Len Brown <len.brown@intel.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* /*

Просмотреть файл

@ -1,20 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* HID Sensors Driver * HID Sensors Driver
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/device.h> #include <linux/device.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>

Просмотреть файл

@ -1,20 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* HID Sensors Driver * HID Sensors Driver
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/device.h> #include <linux/device.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>

Просмотреть файл

@ -1,20 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* HID Sensors Driver * HID Sensors Driver
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/device.h> #include <linux/device.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>

Просмотреть файл

@ -1,20 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* HID Sensors Driver * HID Sensors Driver
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#ifndef _HID_SENSOR_TRIGGER_H #ifndef _HID_SENSOR_TRIGGER_H
#define _HID_SENSOR_TRIGGER_H #define _HID_SENSOR_TRIGGER_H

Просмотреть файл

@ -1,20 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* HID Sensors Driver * HID Sensors Driver
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/device.h> #include <linux/device.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>

Просмотреть файл

@ -1,20 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* HID Sensors Driver * HID Sensors Driver
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/device.h> #include <linux/device.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>

Просмотреть файл

@ -1,20 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* HID Sensors Driver * HID Sensors Driver
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/device.h> #include <linux/device.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>

Просмотреть файл

@ -1,20 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* OF helpers for IOMMU * OF helpers for IOMMU
* *
* Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include <linux/export.h> #include <linux/export.h>

Просмотреть файл

@ -1,22 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* IOMMU API for Graphics Address Relocation Table on Tegra20 * IOMMU API for Graphics Address Relocation Table on Tegra20
* *
* Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
* *
* Author: Hiroshi DOYU <hdoyu@nvidia.com> * Author: Hiroshi DOYU <hdoyu@nvidia.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#define dev_fmt(fmt) "gart: " fmt #define dev_fmt(fmt) "gart: " fmt

Просмотреть файл

@ -1,21 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* SS4200-E Hardware API * SS4200-E Hardware API
* Copyright (c) 2009, Intel Corporation. * Copyright (c) 2009, Intel Corporation.
* Copyright IBM Corporation, 2009 * Copyright IBM Corporation, 2009
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Author: Dave Hansen <dave@sr71.net> * Author: Dave Hansen <dave@sr71.net>
*/ */

Просмотреть файл

@ -1,21 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Secure Digital Host Controller Interface ACPI driver. * Secure Digital Host Controller Interface ACPI driver.
* *
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/init.h> #include <linux/init.h>

Просмотреть файл

@ -1,20 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* HID Sensor Time Driver * HID Sensor Time Driver
* Copyright (c) 2012, Alexander Holler. * Copyright (c) 2012, Alexander Holler.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <linux/device.h> #include <linux/device.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2007 - 2009 Intel Corporation. All rights reserved. * Copyright(c) 2007 - 2009 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright(c) 2009 Intel Corporation. All rights reserved. * Copyright(c) 2009 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,20 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2009 Intel Corporation. All rights reserved. * Copyright (c) 2009 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2011 - 2012 Intel Corporation. All rights reserved. * Copyright(c) 2011 - 2012 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2007 - 2008 Intel Corporation. All rights reserved. * Copyright(c) 2007 - 2008 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2008 Intel Corporation. All rights reserved. * Copyright(c) 2008 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,21 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2007 Intel Corporation. All rights reserved. * Copyright(c) 2007 Intel Corporation. All rights reserved.
* Copyright(c) 2008 Red Hat, Inc. All rights reserved. * Copyright(c) 2008 Red Hat, Inc. All rights reserved.
* Copyright(c) 2008 Mike Christie * Copyright(c) 2008 Mike Christie
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,21 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2007 Intel Corporation. All rights reserved. * Copyright(c) 2007 Intel Corporation. All rights reserved.
* Copyright(c) 2008 Red Hat, Inc. All rights reserved. * Copyright(c) 2008 Red Hat, Inc. All rights reserved.
* Copyright(c) 2008 Mike Christie * Copyright(c) 2008 Mike Christie
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2007 Intel Corporation. All rights reserved. * Copyright(c) 2007 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2009 Intel Corporation. All rights reserved. * Copyright(c) 2009 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright(c) 2009 Intel Corporation. All rights reserved. * Copyright(c) 2009 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2007 Intel Corporation. All rights reserved. * Copyright(c) 2007 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2009 Intel Corporation. All rights reserved. * Copyright(c) 2009 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright(c) 2007 - 2008 Intel Corporation. All rights reserved. * Copyright(c) 2007 - 2008 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,21 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2013 Shaohua Li <shli@kernel.org> * Copyright (C) 2013 Shaohua Li <shli@kernel.org>
* Copyright (C) 2014 Red Hat, Inc. * Copyright (C) 2014 Red Hat, Inc.
* Copyright (C) 2015 Arrikto, Inc. * Copyright (C) 2015 Arrikto, Inc.
* Copyright (C) 2017 Chinamobile, Inc. * Copyright (C) 2017 Chinamobile, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include <linux/spinlock.h> #include <linux/spinlock.h>

Просмотреть файл

@ -1,18 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright (c) 2010 Cisco Systems, Inc. * Copyright (c) 2010 Cisco Systems, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef __TCM_FC_H__ #ifndef __TCM_FC_H__
#define __TCM_FC_H__ #define __TCM_FC_H__

Просмотреть файл

@ -1,18 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2010 Cisco Systems, Inc. * Copyright (c) 2010 Cisco Systems, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* XXX TBD some includes may be extraneous */ /* XXX TBD some includes may be extraneous */

Просмотреть файл

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2010 Cisco Systems, Inc. * Copyright (c) 2010 Cisco Systems, Inc.
* *
@ -9,19 +10,6 @@
* Copyright (c) 2009 Rising Tide, Inc. * Copyright (c) 2009 Rising Tide, Inc.
* Copyright (c) 2009 Linux-iSCSI.org * Copyright (c) 2009 Linux-iSCSI.org
* Copyright (c) 2009 Nicholas A. Bellinger <nab@linux-iscsi.org> * Copyright (c) 2009 Nicholas A. Bellinger <nab@linux-iscsi.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* XXX TBD some includes may be extraneous */ /* XXX TBD some includes may be extraneous */

Просмотреть файл

@ -1,18 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2010 Cisco Systems, Inc. * Copyright (c) 2010 Cisco Systems, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* XXX TBD some includes may be extraneous */ /* XXX TBD some includes may be extraneous */

Просмотреть файл

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* intel_powerclamp.c - package c-state idle injection * intel_powerclamp.c - package c-state idle injection
* *
@ -7,20 +8,6 @@
* Arjan van de Ven <arjan@linux.intel.com> * Arjan van de Ven <arjan@linux.intel.com>
* Jacob Pan <jacob.jun.pan@linux.intel.com> * Jacob Pan <jacob.jun.pan@linux.intel.com>
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*
* TODO: * TODO:
* 1. better handle wakeup from external interrupts, currently a fixed * 1. better handle wakeup from external interrupts, currently a fixed
* compensation is added to clamping duration when excessive amount * compensation is added to clamping duration when excessive amount
@ -33,8 +20,6 @@
* get_cpu_iowait_time_us() * get_cpu_iowait_time_us()
* *
* 2. synchronization with other hw blocks * 2. synchronization with other hw blocks
*
*
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

Просмотреть файл

@ -1,21 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* pcrypt - Parallel crypto engine. * pcrypt - Parallel crypto engine.
* *
* Copyright (C) 2009 secunet Security Networks AG * Copyright (C) 2009 secunet Security Networks AG
* Copyright (C) 2009 Steffen Klassert <steffen.klassert@secunet.com> * Copyright (C) 2009 Steffen Klassert <steffen.klassert@secunet.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef _CRYPTO_PCRYPT_H #ifndef _CRYPTO_PCRYPT_H

Просмотреть файл

@ -1,22 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/************************************************************************** /**************************************************************************
* Copyright (c) 2007-2011, Intel Corporation. * Copyright (c) 2007-2011, Intel Corporation.
* All Rights Reserved. * All Rights Reserved.
* Copyright (c) 2008, Tungsten Graphics Inc. Cedar Park, TX., USA. * Copyright (c) 2008, Tungsten Graphics Inc. Cedar Park, TX., USA.
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/ **************************************************************************/
#ifndef _GMA_DRM_H_ #ifndef _GMA_DRM_H_

Просмотреть файл

@ -1,19 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright © 2006, Intel Corporation. * Copyright © 2006, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#ifndef _ASYNC_TX_H_ #ifndef _ASYNC_TX_H_
#define _ASYNC_TX_H_ #define _ASYNC_TX_H_

Просмотреть файл

@ -1,20 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* HID Sensors Driver * HID Sensors Driver
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#ifndef _HID_SENSORS_HUB_H #ifndef _HID_SENSORS_HUB_H
#define _HID_SENSORS_HUB_H #define _HID_SENSORS_HUB_H

Просмотреть файл

@ -1,20 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* HID Sensors Driver * HID Sensors Driver
* Copyright (c) 2012, Intel Corporation. * Copyright (c) 2012, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#ifndef _HID_SENSORS_IDS_H #ifndef _HID_SENSORS_IDS_H
#define _HID_SENSORS_IDS_H #define _HID_SENSORS_IDS_H

Просмотреть файл

@ -1,21 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* padata.h - header for the padata parallelization interface * padata.h - header for the padata parallelization interface
* *
* Copyright (C) 2008, 2009 secunet Security Networks AG * Copyright (C) 2008, 2009 secunet Security Networks AG
* Copyright (C) 2008, 2009 Steffen Klassert <steffen.klassert@secunet.com> * Copyright (C) 2008, 2009 Steffen Klassert <steffen.klassert@secunet.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef PADATA_H #ifndef PADATA_H

Просмотреть файл

@ -1,23 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* tboot.h: shared data structure with tboot and kernel and functions * tboot.h: shared data structure with tboot and kernel and functions
* used by kernel for runtime support of Intel(R) Trusted * used by kernel for runtime support of Intel(R) Trusted
* Execution Technology * Execution Technology
* *
* Copyright (c) 2006-2009, Intel Corporation * Copyright (c) 2006-2009, Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#ifndef _LINUX_TBOOT_H #ifndef _LINUX_TBOOT_H

Просмотреть файл

@ -1,20 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* net busy poll support * net busy poll support
* Copyright(c) 2013 Intel Corporation. * Copyright(c) 2013 Intel Corporation.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Author: Eliezer Tamir * Author: Eliezer Tamir
* *
* Contact Information: * Contact Information:

Просмотреть файл

@ -1,19 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright(c) 2007 Intel Corporation. All rights reserved. * Copyright(c) 2007 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */
#ifndef _FC_ENCAPS_H_ #ifndef _FC_ENCAPS_H_

Просмотреть файл

@ -1,19 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright(c) 2007 Intel Corporation. All rights reserved. * Copyright(c) 2007 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright(c) 2007 Intel Corporation. All rights reserved. * Copyright(c) 2007 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Просмотреть файл

@ -1,19 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright(c) 2007 Intel Corporation. All rights reserved. * Copyright(c) 2007 Intel Corporation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
* Maintained at www.Open-FCoE.org * Maintained at www.Open-FCoE.org
*/ */

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше