repo_name
string
path
string
copies
string
size
string
content
string
license
string
moonlightly/android_kernel_zte_msm8960
net/tipc/socket.c
1784
47051
/* * net/tipc/socket.c: TIPC socket API * * Copyright (c) 2001-2007, Ericsson AB * Copyright (c) 2004-2008, 2010-2011, Wind River Systems * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: *...
gpl-2.0
froggatt/mptcp_3.12.x
drivers/virtio/virtio_mmio.c
2296
17321
/* * Virtio memory mapped device driver * * Copyright 2011, ARM Ltd. * * This module allows virtio devices to be used over a virtual, memory mapped * platform device. * * The guest device(s) may be instantiated in one of three equivalent ways: * * 1. Static platform device in board's code, eg.: * * static s...
gpl-2.0
ausdim/TW-jb-Edition-I9505-jfltexx
arch/arm/mach-ux500/board-mop500-uib.c
5368
2590
/* * Copyright (C) ST-Ericsson SA 2010 * * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson * License terms: GNU General Public License (GPL), version 2 */ #define pr_fmt(fmt) "mop500-uib: " fmt #include <linux/kernel.h> #include <linux/init.h> #include <linux/i2c.h> #include <mach/hardware....
gpl-2.0
hagar006/android_kernel_sony_apq8064
drivers/input/gameport/gameport.c
7160
19539
/* * Generic gameport layer * * Copyright (c) 1999-2002 Vojtech Pavlik * Copyright (c) 2005 Dmitry Torokhov */ /* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */ #define ...
gpl-2.0
nycbjr/kernel_sony_sgp3xx
arch/powerpc/mm/highmem.c
11256
2219
/* * highmem.c: virtual kernel memory mappings for high memory * * PowerPC version, stolen from the i386 version. * * Used in CONFIG_HIGHMEM systems for memory pages which * are not addressable by direct kernel virtual addresses. * * Copyright (C) 1999 Gerhard Wichert, Siemens AG * Gerhard.Wichert@pdb.s...
gpl-2.0
Team-Hydra/android_kernel_htc_msm8660-caf
arch/sh/oprofile/backtrace.c
11768
2116
/* * SH specific backtracing code for oprofile * * Copyright 2007 STMicroelectronics Ltd. * * Author: Dave Peverley <dpeverley@mpc-data.co.uk> * * Based on ARM oprofile backtrace code by Richard Purdie and in turn, i386 * oprofile backtrace code by John Levon, David Smith * * This program is free software; yo...
gpl-2.0
ztemt/Z5_H112_kernel
drivers/misc/sgi-xp/xpc_partition.c
13304
14014
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (c) 2004-2008 Silicon Graphics, Inc. All Rights Reserved. */ /* * Cross Partition Communication (XPC) partition support. * ...
gpl-2.0
lchao-bit/linaro-kernel
arch/powerpc/kernel/pci_of_scan.c
249
10678
/* * Helper routines to scan the device tree for PCI devices and busses * * Migrated out of PowerPC architecture pci_64.c file by Grant Likely * <grant.likely@secretlab.ca> so that these routines are available for * 32 bit also. * * Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM * Rework, based on...
gpl-2.0
NXT-F1V3/kernel_dev
drivers/clk/x86/clk-lpt.c
505
1231
/* * Intel Low Power Subsystem clocks. * * Copyright (C) 2013, Intel Corporation * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> * Heikki Krogerus <heikki.krogerus@linux.intel.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P...
gpl-2.0
TomGiordano/kernel_huawei
drivers/staging/comedi/drivers/dt2814.c
761
8749
/* comedi/drivers/dt2814.c Hardware driver for Data Translation DT2814 COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1998 David A. Schleef <ds@schleef.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public ...
gpl-2.0
steppnasty/htc-kernel-msm7x30
fs/xfs/quota/xfs_trans_dquot.c
761
22905
/* * Copyright (c) 2000-2002 Silicon Graphics, Inc. * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be ...
gpl-2.0
HONO/lge-kernel-p930-Gingerbread-mod
drivers/firewire/core-transaction.c
761
29811
/* * Core IEEE1394 transaction logic * * Copyright (C) 2004-2006 Kristian Hoegsberg <krh@bitplanet.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, ...
gpl-2.0
Renesas-EMEV2/Kernel
drivers/spi/spi_lm70llp.c
761
9444
/* * spi_lm70llp.c - driver for LM70EVAL-LLP board for the LM70 sensor * * Copyright (C) 2006 Kaiwan N Billimoria <kaiwan@designergraphix.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Founda...
gpl-2.0
lmajewski/linux-samsung-thermal
net/netfilter/ipset/ip_set_hash_ipportip.c
761
11462
/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ /* Kernel module implementing an IP set type: the hash...
gpl-2.0
CML/GP0-2.6.35-Kernel
drivers/staging/wlan-ng/prism2fw.c
761
34316
/* from src/prism2/download/prism2dl.c * * utility for downloading prism2 images moved into kernelspace * * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * * linux-wlan * * The contents of this file are subject to the Mozill...
gpl-2.0
tenorntex/lhbalanced
drivers/staging/comedi/drivers/8255.c
761
11045
/* comedi/drivers/8255.c Driver for 8255 COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1998 David A. Schleef <ds@schleef.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by th...
gpl-2.0
hanny562/I9100G
drivers/watchdog/riowd.c
761
6045
/* riowd.c - driver for hw watchdog inside Super I/O of RIO * * Copyright (C) 2001, 2008 David S. Miller (davem@davemloft.net) */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/types.h> #include <linux/fs.h> #include <linux/errno.h> #include <linux/init.h> #include <linux/miscdevice.h> #include...
gpl-2.0
Bdaman80/BDA-Iconia
drivers/net/can/sja1000/sja1000.c
1017
16734
/* * sja1000.c - Philips SJA1000 network device driver * * Copyright (c) 2003 Matthias Brukner, Trajet Gmbh, Rebenring 33, * 38106 Braunschweig, GERMANY * * Copyright (c) 2002-2007 Volkswagen Group Electronic Research * All rights reserved. * * Redistribution and use in source and binary forms, with or withou...
gpl-2.0
m4mbr3/RTOS_kernel
arch/cris/arch-v32/kernel/kgdb.c
1529
50482
/* * arch/cris/arch-v32/kernel/kgdb.c * * CRIS v32 version by Orjan Friberg, Axis Communications AB. * * S390 version * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com), * * Originally written by Glenn Enge...
gpl-2.0
Skin1980/sturgeon
sound/soc/fsl/imx-sgtl5000.c
2041
5937
/* * Copyright 2012 Freescale Semiconductor, Inc. * Copyright 2012 Linaro Ltd. * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-lic...
gpl-2.0
DESHONOR/android_kernel_huawei_msm8916_Blefish
arch/arm/mach-shmobile/clock-r8a7778.c
2041
3414
/* * r8a7778 clock framework support * * Copyright (C) 2013 Renesas Solutions Corp. * Copyright (C) 2013 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> * * based on r8a7779 * * Copyright (C) 2011 Renesas Solutions Corp. * Copyright (C) 2011 Magnus Damm * * This program is free software; you can red...
gpl-2.0
Xanwar/android_kernel_asus_a500cg
sound/soc/atmel/atmel-pcm.c
2297
3484
/* * atmel-pcm.c -- ALSA PCM interface for the Atmel atmel SoC. * * Copyright (C) 2005 SAN People * Copyright (C) 2008 Atmel * * Authors: Sedji Gaouaou <sedji.gaouaou@atmel.com> * * Based on at91-pcm. by: * Frank Mandarino <fmandarino@endrelia.com> * Copyright 2006 Endrelia Technologies Inc. * * Based o...
gpl-2.0
ius/alcatel_cocktail_kernel
arch/powerpc/kvm/emulate.c
2809
13164
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warr...
gpl-2.0
greg-pe/platform_kernel_tuna
drivers/media/video/stk-webcam.c
3065
33706
/* * stk-webcam.c : Driver for Syntek 1125 USB webcam controller * * Copyright (C) 2006 Nicolas VIVIEN * Copyright 2007-2008 Jaime Velasco Juan <jsagarribay@gmail.com> * * Some parts are inspired from cafe_ccic.c * Copyright 2006-2007 Jonathan Corbet * * This program is free software; you can redistribute it a...
gpl-2.0
sarath280/htc-buzz-kernel
fs/jffs2/nodemgmt.c
3321
28390
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #include <linux/kernel.h> #include <linux/mtd/mtd.h> #include <linux/compiler.h> #i...
gpl-2.0
uliamo/android_kernel_zte_quantum
drivers/hwmon/max6642.c
4857
9835
/* * Driver for +/-1 degree C, SMBus-Compatible Remote/Local Temperature Sensor * with Overtemperature Alarm * * Copyright (C) 2011 AppearTV AS * * Derived from: * * Based on the max1619 driver. * Copyright (C) 2003-2004 Alexey Fisher <fishor@mail.ru> * Jean Delvare <khali@linux-fr....
gpl-2.0
mer-hybris/android_kernel_lge_hammerhead
drivers/video/mx3fb.c
4857
41290
/* * Copyright (C) 2008 * Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.de> * * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publi...
gpl-2.0
christianjann/L4T_PREEMPT_RT
drivers/staging/rtl8192e/rtl8192e/rtl_pm.c
8441
3870
/****************************************************************************** * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR ...
gpl-2.0
Etreumsecure/android_kernel_cyanogen_msm8974_Ham_acuicultor
fs/udf/misc.c
8697
7963
/* * misc.c * * PURPOSE * Miscellaneous routines for the OSTA-UDF(tm) filesystem. * * COPYRIGHT * This file is distributed under the terms of the GNU General Public * License (GPL). Copies of the GPL can be obtained from: * ftp://prep.ai.mit.edu/pub/gnu/GPL * Each contributing author retains all rights to th...
gpl-2.0
SOKP/kernel_motorola_msm8226
drivers/ide/pdc202xx_new.c
9209
14896
/* * Promise TX2/TX4/TX2000/133 IDE driver * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * * Split fro...
gpl-2.0
CyanogenMod/android_kernel_huawei_msm8226
drivers/infiniband/hw/ipath/ipath_ud.c
12281
16496
/* * Copyright (c) 2006, 2007, 2008 QLogic Corporation. All rights reserved. * Copyright (c) 2005, 2006 PathScale, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Versi...
gpl-2.0
MattCrystal/yolo-computing-machine
arch/x86/kernel/crash_dump_64.c
12537
1327
/* * Memory preserving reboot related code. * * Created by: Hariprasad Nellitheertha (hari@in.ibm.com) * Copyright (C) IBM Corporation, 2004. All rights reserved */ #include <linux/errno.h> #include <linux/crash_dump.h> #include <linux/uaccess.h> #include <linux/io.h> /** * copy_oldmem_page - copy one page from...
gpl-2.0
faux123/BBB_kernel
drivers/staging/iio/resolver/ad2s1200.c
250
3917
/* * ad2s1200.c simple support for the ADI Resolver to Digital Converters: * AD2S1200/1205 * * Copyright (c) 2010-2010 Analog Devices Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software...
gpl-2.0
rperier/linux-rockchip
drivers/clk/clk-fractional-divider.c
250
5166
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2014 Intel Corporation * * Adjustable fractional divider clock implementation. * Output rate = (m / n) * parent_rate. * Uses rational best approximation algorithm. */ #include <linux/clk-provider.h> #include <linux/io.h> #include <linux/module.h> #include <l...
gpl-2.0
XXLRay/linux-2.6.32-rhel6.x86_64
drivers/video/pxafb.c
506
61270
/* * linux/drivers/video/pxafb.c * * Copyright (C) 1999 Eric A. Thomas. * Copyright (C) 2004 Jean-Frederic Clere. * Copyright (C) 2004 Ian Campbell. * Copyright (C) 2004 Jeff Lackey. * Based on sa1100fb.c Copyright (C) 1999 Eric A. Thomas * which in turn is * Based on acornfb.c Copyright (C) Russell ...
gpl-2.0
bachtk/linux
drivers/gpu/drm/drm_lock.c
762
10643
/** * \file drm_lock.c * IOCTLs for locking * * \author Rickard E. (Rik) Faith <faith@valinux.com> * \author Gareth Hughes <gareth@valinux.com> */ /* * Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Systems, Inc....
gpl-2.0
bbelos/YP-G1_GB_Kernel
net/core/drop_monitor.c
762
8986
/* * Monitoring code for network dropped packet alerts * * Copyright (C) 2009 Neil Horman <nhorman@tuxdriver.com> */ #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/string.h> #include <linux/if_arp.h> #include <linux/inetdevice.h> #include <linux/inet.h> #include <linux/interrupt.h> #in...
gpl-2.0
macressler/parallella-linux
drivers/regulator/pcf50633-regulator.c
2042
3972
/* NXP PCF50633 PMIC Driver * * (C) 2006-2008 by Openmoko, Inc. * Author: Balaji Rao <balajirrao@openmoko.org> * All rights reserved. * * Broken down from monstrous PCF50633 driver mainly by * Harald Welte and Andy Green and Werner Almesberger * * This program is free software; you can redistribute it and/or...
gpl-2.0
stas2z/linux-3.10-witi
sound/soc/pxa/palm27x.c
2298
4781
/* * linux/sound/soc/pxa/palm27x.c * * SoC Audio driver for Palm T|X, T5 and LifeDrive * * based on tosa.c * * Copyright (C) 2008 Marek Vasut <marek.vasut@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * ...
gpl-2.0
theophile/amazon_fire_kffowi_bonus_modules
mm/mmu_context.c
2554
1235
/* Copyright (C) 2009 Red Hat, Inc. * * See ../COPYING for licensing terms. */ #include <linux/mm.h> #include <linux/mmu_context.h> #include <linux/export.h> #include <linux/sched.h> #include <asm/mmu_context.h> /* * use_mm * Makes the calling kernel thread take on the specified * mm context. * (Note: this ro...
gpl-2.0
TrustZoneGenericDriver/linux-xlnx
drivers/net/wireless/brcm80211/brcmsmac/phy/phytbl_lcn.c
2554
43852
/* * Copyright (c) 2010 Broadcom Corporation * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO...
gpl-2.0
davidepianca98/android_kernel_oneplus_msm8974-kexec
drivers/net/ethernet/sfc/rx.c
3322
22479
/**************************************************************************** * Driver for Solarflare Solarstorm network controllers and boards * Copyright 2005-2006 Fen Systems Ltd. * Copyright 2005-2011 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * ...
gpl-2.0
bryce09/Nexus9
arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c
4090
3201
/* * arch/arm/mach-orion5x/rd88f6183-ap-ge-setup.c * * Marvell Orion-1-90 AP GE Reference Design Setup * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <linux/gpi...
gpl-2.0
gompa/linux
arch/microblaze/kernel/cpu/pvr.c
4602
1911
/* * Support for MicroBlaze PVR (processor version register) * * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2007-2009 PetaLogix * Copyright (C) 2007 John Williams <john.williams@petalogix.com> * * This file is subject to the terms and conditions of the GNU General Public * License. ...
gpl-2.0
nycbjr/android_kernel_asus_tf700_3_1
arch/arm/mach-omap1/leds-osk.c
4602
2044
/* * linux/arch/arm/mach-omap1/leds-osk.c * * LED driver for OSK with optional Mistral QVGA board */ #include <linux/init.h> #include <mach/hardware.h> #include <asm/leds.h> #include <asm/system.h> #include <mach/gpio.h> #include "leds.h" #define LED_STATE_ENABLED (1 << 0) #define LED_STATE_CLAIMED (1 << 1) st...
gpl-2.0
thesawolf/android_kernel_rockchip_rk3188
drivers/pci/hotplug/shpchp_ctrl.c
6650
18838
/* * Standard Hot Plug Controller Driver * * Copyright (C) 1995,2001 Compaq Computer Corporation * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com) * Copyright (C) 2001 IBM Corp. * Copyright (C) 2003-2004 Intel Corporation * * All rights reserved. * * This program is free software; you can redistribute ...
gpl-2.0
zlatinski/p-android-omap-3.4-android-jb-new-ion
arch/h8300/kernel/time.c
7418
1515
/* * linux/arch/h8300/kernel/time.c * * Yoshinori Sato <ysato@users.sourceforge.jp> * * Copied/hacked from: * * linux/arch/m68k/kernel/time.c * * Copyright (C) 1991, 1992, 1995 Linus Torvalds * * This file contains the m68k-specific time handling details. * Most of the stuff is located in the machine ...
gpl-2.0
novic/AniDroid-Kernel-N7000
arch/um/drivers/harddog_kern.c
12282
4499
/* UML hardware watchdog, shamelessly stolen from: * * SoftDog 0.05: A Software Watchdog Device * * (c) Copyright 1996 Alan Cox <alan@redhat.com>, All Rights Reserved. * http://www.redhat.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publ...
gpl-2.0
jrior001/android_kernel_asus_Z00D
sound/pci/emu10k1/irq.c
12794
6691
/* * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Creative Labs, Inc. * Routines for IRQ control of EMU10K1 chips * * BUGS: * -- * * TODO: * -- * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen...
gpl-2.0
suncycheng/linux
drivers/staging/speakup/speakup_dtlk.c
251
11400
/* * originally written by: Kirk Reiser <kirk@braille.uwo.ca> * this version considerably modified by David Borowski, david575@rogers.com * * Copyright (C) 1998-99 Kirk Reiser. * Copyright (C) 2003 David Borowski. * * This program is free software; you can redistribute it and/or modify * it under the terms of t...
gpl-2.0
Stefan-Schmidt/linux-wpan-next
arch/powerpc/platforms/44x/sam440ep.c
251
1939
/* * Sam440ep board specific routines based off bamboo.c code * original copyrights below * * Wade Farnsworth <wfarnsworth@mvista.com> * Copyright 2004 MontaVista Software Inc. * * Rewritten and ported to the merged powerpc tree: * Josh Boyer <jwboyer@linux.vnet.ibm.com> * Copyright 2007 IBM Corporation * * ...
gpl-2.0
alyubomirov/Amlogic_s905-kernel
arch/x86/crypto/cast5_avx_glue.c
251
12645
/* * Glue Code for the AVX assembler implemention of the Cast5 Cipher * * Copyright (C) 2012 Johannes Goetzfried * <Johannes.Goetzfried@informatik.stud.uni-erlangen.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published...
gpl-2.0
Corsol/server
dep/StormLib/src/libtommath/bn_fast_mp_montgomery_reduce.c
251
4660
#include "tommath.h" #ifdef BN_FAST_MP_MONTGOMERY_REDUCE_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * * The library was designed directly after the MPI library by *...
gpl-2.0
major91/Zeta_Chromium-L
drivers/net/ppp/ppp_generic.c
251
71135
/* * Generic PPP layer for Linux. * * Copyright 1999-2002 Paul Mackerras. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any...
gpl-2.0
go2ev-devteam/Gplus_2159_0801
openplatform/sdk/os/kernel-2.6.32/drivers/net/sb1000.c
507
32257
/* sb1000.c: A General Instruments SB1000 driver for linux. */ /* Written 1998 by Franco Venturi. Copyright 1998 by Franco Venturi. Copyright 1994,1995 by Donald Becker. Copyright 1993 United States Government as represented by the Director, National Security Agency. This driver is for the General Instruments S...
gpl-2.0
photon-dev-team/ics_atrix
drivers/staging/rtl8192e/r8192E_core.c
507
195685
/****************************************************************************** * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Linux device driver for RTL8190P / RTL8192E * * Based on the r8180 driver, which is: * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * This pro...
gpl-2.0
quanguoheme/mini244_had_clear
drivers/staging/rt2860/common/cmm_info.c
507
88014
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2007, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
gpl-2.0
ExPeacer/CAF_android-msm-2.6.32
arch/mips/loongson/common/machtype.c
507
1422
/* * Copyright (C) 2009 Lemote Inc. & Insititute of Computing Technology * Author: Wu Zhangjin, wuzj@lemote.com * * Copyright (c) 2009 Zhang Le <r0bertz@gentoo.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by ...
gpl-2.0
jaapp/android_kernel_samsung_trltexx
kernel/rtmutex.c
763
26964
/* * RT-Mutexes: simple blocking mutual exclusion locks with PI support * * started by Ingo Molnar and Thomas Gleixner. * * Copyright (C) 2004-2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com> * Copyright (C) 2005-2006 Timesys Corp., Thomas Gleixner <tglx@timesys.com> * Copyright (C) 2005 Kihon Technologies ...
gpl-2.0
Altaf-Mahdi/android_kernel_oneplus_msm8996
arch/arm/mach-omap2/board-omap3beagle.c
763
15500
/* * linux/arch/arm/mach-omap2/board-omap3beagle.c * * Copyright (C) 2008 Texas Instruments * * Modified from mach-omap2/board-3430sdp.c * * Initial code: Syed Mohammed Khasim * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License versio...
gpl-2.0
morely/linux-xlnx
arch/mips/dec/ecc-berr.c
2043
7710
/* * Bus error event handling code for systems equipped with ECC * handling logic, i.e. DECstation/DECsystem 5000/200 (KN02), * 5000/240 (KN03), 5000/260 (KN05) and DECsystem 5900 (KN03), * 5900/260 (KN05) systems. * * Copyright (c) 2003, 2005 Maciej W. Rozycki * * This program is free software; you can redist...
gpl-2.0
walter79/android_kernel_htcleo-3.0
drivers/staging/ath6kl/bmi/src/bmi.c
2811
32630
//------------------------------------------------------------------------------ // <copyright file="bmi.c" company="Atheros"> // Copyright (c) 2004-2010 Atheros Corporation. All rights reserved. // // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is her...
gpl-2.0
TimsTechDev/android_kernel_samsung_kanas3gnfcxx
drivers/pcmcia/rsrc_nonstatic.c
3579
30398
/* * rsrc_nonstatic.c -- Resource management routines for !SS_CAP_STATIC_MAP sockets * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * The initial developer of the original ...
gpl-2.0
muddy1/herckernels
drivers/i2c/busses/i2c-highlander.c
3579
11411
/* * Renesas Solutions Highlander FPGA I2C/SMBus support. * * Supported devices: R0P7780LC0011RL, R0P7785LC0011RL * * Copyright (C) 2008 Paul Mundt * Copyright (C) 2008 Renesas Solutions Corp. * Copyright (C) 2008 Atom Create Engineering Co., Ltd. * * This file is subject to the terms and conditions of the ...
gpl-2.0
shinobisoft/android_kernel_lge_msm8226
arch/arm/mach-shark/leds.c
4859
3432
/* * arch/arm/mach-shark/leds.c * by Alexander Schulz * * derived from: * arch/arm/kernel/leds-footbridge.c * Copyright (C) 1998-1999 Russell King * * DIGITAL Shark LED control routines. * * The leds use is as follows: * - Green front - toggles state every 50 timer interrupts * - Amber front - Unused, thi...
gpl-2.0
kibuuka/da80caf34
drivers/infiniband/hw/qib/qib_pcie.c
4859
20989
/* * Copyright (c) 2008, 2009 QLogic Corporation. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this ...
gpl-2.0
DooMLoRD/android_kernel_sony_msm8960
arch/mips/bcm47xx/wgt634u.c
4859
4212
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2007 Aurelien Jarno <aurelien@aurel32.net> */ #include <linux/platform_device.h> #include <linux/module.h> #include <linux...
gpl-2.0
MyAOSP/kernel_samsung_manta
drivers/ata/pata_sis.c
5115
24272
/* * pata_sis.c - SiS ATA driver * * (C) 2005 Red Hat * (C) 2007,2009 Bartlomiej Zolnierkiewicz * * Based upon linux/drivers/ide/pci/sis5513.c * Copyright (C) 1999-2000 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2002 Lionel Bouton <Lionel.Bouton@inet6.fr>, Maintainer * Copyright (C) 2003 Vojte...
gpl-2.0
MingoAllenII/draconis_msm8226
arch/arm/plat-mxc/irq-common.c
5371
1539
/* * Copyright (C) BitBox Ltd 2010 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This program is distribute...
gpl-2.0
SOKP/kernel_samsung_hlte
arch/powerpc/boot/cuboot-hotfoot.c
13819
4113
/* * Old U-boot compatibility for Esteem 195E Hotfoot CPU Board * * Author: Solomon Peachy <solomon@linux-wlan.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. */ #inclu...
gpl-2.0
rkollataj/linux-can-next
tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c
252
3513
/* * Userspace test harness for load_unaligned_zeropad. Creates two * pages and uses mprotect to prevent access to the second page and * a SEGV handler that walks the exception tables and runs the fixup * routine. * * The results are compared against a normal load that is that is * performed while access to the ...
gpl-2.0
ch33kybutt/CCCP_kernel
drivers/input/serio/i8042.c
252
34653
/* * i8042 keyboard and mouse controller driver for Linux * * Copyright (c) 1999-2004 Vojtech Pavlik */ /* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */ #include <linu...
gpl-2.0
JohnAdcock/bgt3620
drivers/clk/ti/divider.c
252
14097
/* * TI Divider Clock * * Copyright (C) 2013 Texas Instruments, Inc. * * Tero Kristo <t-kristo@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is ...
gpl-2.0
pacerom/kernel_lge_gproj
drivers/input/touchscreen/cyttsp-i2c-qc.c
508
83245
/* Source for: * Cypress TrueTouch(TM) Standard Product I2C touchscreen driver. * drivers/input/touchscreen/cyttsp-i2c.c * * Copyright (C) 2009, 2010 Cypress Semiconductor, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * vers...
gpl-2.0
TEAM-RAZOR-DEVICES/kernel_asus_Z00A
fs/ext3/super.c
508
85453
/* * linux/fs/ext3/super.c * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * * from * * linux/fs/minix/inode.c * * Copyright (C) 1991, 1992 Linus Torvalds * * Big-endian to little-endian...
gpl-2.0
mayli/unionfs-2.6.32.y
drivers/net/tokenring/olympic.c
508
63083
/* * olympic.c (c) 1999 Peter De Schrijver All Rights Reserved * 1999/2000 Mike Phillips (mikep@linuxtr.net) * * Linux driver for IBM PCI tokenring cards based on the Pit/Pit-Phy/Olympic * chipset. * * Base Driver Skeleton: * Written 1993-94 by Donald Becker. * * Copyright 1993 United Stat...
gpl-2.0
ravikwow/jordan-kernel
drivers/staging/rt3090/sta_ioctl.c
508
261374
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2007, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
gpl-2.0
benpye/buzz-kernel-2.6.35
arch/cris/arch-v10/drivers/sync_serial.c
764
43849
/* * Simple synchronous serial port driver for ETRAX 100LX. * * Synchronous serial ports are used for continuous streamed data like audio. * The default setting for this driver is compatible with the STA 013 MP3 * decoder. The driver can easily be tuned to fit other audio encoder/decoders * and SPI * * Copyrigh...
gpl-2.0
StanTRC/lge-kernel-e430
sound/soc/msm/msm8x60.c
764
33418
/* Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the ho...
gpl-2.0
Gulyuk/alcatel_move_kernel
security/tomoyo/path_group.c
764
4752
/* * security/tomoyo/path_group.c * * Copyright (C) 2005-2009 NTT DATA CORPORATION */ #include <linux/slab.h> #include "common.h" /* The list for "struct ccs_path_group". */ LIST_HEAD(tomoyo_path_group_list); /** * tomoyo_get_path_group - Allocate memory for "struct tomoyo_path_group". * * @group_name: The na...
gpl-2.0
HeydayGuan/android-kernel-3.0
drivers/mfd/ab3550-core.c
1020
30929
/* * Copyright (C) 2007-2010 ST-Ericsson * License terms: GNU General Public License (GPL) version 2 * Low-level core for exclusive access to the AB3550 IC on the I2C bus * and some basic chip-configuration. * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> * Author: Mattias Nilsson <mattias.i.nilsson@ster...
gpl-2.0
estiko/android_lenovo_a706_kinglplite
drivers/video/msm/vidc/1080p/ddl/vidc_pix_cache.c
1276
9213
/* Copyright (c) 2010, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope th...
gpl-2.0
modulexcite/linux
drivers/gpu/drm/msm/msm_rd.c
1532
8194
/* * Copyright (C) 2013 Red Hat * Author: Rob Clark <robdclark@gmail.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * * This program is distributed in the hope that it ...
gpl-2.0
EmcraftSystems/linux-emcraft
arch/arm/nwfpe/softfloat.c
1788
118936
/* =============================================================================== This C source file is part of the SoftFloat IEC/IEEE Floating-point Arithmetic Package, Release 2. Written by John R. Hauser. This work was made possible in part by the International Computer Science Institute, located at Suite 600, 1...
gpl-2.0
garwedgess/android_kernel_lge_g4
drivers/tty/serial/xilinx_uartps.c
2044
31404
/* * Xilinx PS UART driver * * 2011 (c) Xilinx Inc. * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation; * either version 2 of the License, or (at your option) any * later version. * */ ...
gpl-2.0
keecker/kernel_msm-3.10
arch/arm/mach-spear/spear1310.c
2044
1739
/* * arch/arm/mach-spear13xx/spear1310.c * * SPEAr1310 machine source file * * Copyright (C) 2012 ST Microelectronics * Viresh Kumar <viresh.linux@gmail.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any ...
gpl-2.0
zarboz/s2w-VilleZ
arch/arm/mach-pxa/pcm990-baseboard.c
2812
13622
/* * arch/arm/mach-pxa/pcm990-baseboard.c * Support for the Phytec phyCORE-PXA270 Development Platform (PCM-990). * * Refer * http://www.phytec.com/products/rdk/ARM-XScale/phyCORE-XScale-PXA270.html * for additional hardware info * * Author: Juergen Kilb * Created: April 05, 2005 * Copyright: Phytec ...
gpl-2.0
faux123/pantech_vega_racer_2_kernel
arch/arm/mach-pxa/pcm990-baseboard.c
2812
13622
/* * arch/arm/mach-pxa/pcm990-baseboard.c * Support for the Phytec phyCORE-PXA270 Development Platform (PCM-990). * * Refer * http://www.phytec.com/products/rdk/ARM-XScale/phyCORE-XScale-PXA270.html * for additional hardware info * * Author: Juergen Kilb * Created: April 05, 2005 * Copyright: Phytec ...
gpl-2.0
thornbirdblue/MI3_kernel_code
drivers/video/sh_mobile_meram.c
4860
19936
/* * SuperH Mobile MERAM Driver for SuperH Mobile LCDC Driver * * Copyright (c) 2011 Damian Hobson-Garcia <dhobsong@igel.co.jp> * Takanari Hayama <taki@igel.co.jp> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main di...
gpl-2.0
Motorhead1991/rugby_kernel_3.4.24
drivers/regulator/gpio-regulator.c
4860
9064
/* * gpio-regulator.c * * Copyright 2011 Heiko Stuebner <heiko@sntech.de> * * based on fixed.c * * Copyright 2008 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * Copyright (c) 2009 Nokia Corporation * Roger Quadros <ext-roger.quadros@nokia.com> * * This progr...
gpl-2.0
jmztaylor/android_kernel_htc_k2
drivers/usb/atm/ueagle-atm.c
4860
68475
/*- * Copyright (c) 2003, 2004 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. * * Copyright (c) 2005-2007 Matthieu Castet <castet.matthieu@free.fr> * Copyright (c) 2005-2007 Stanislaw Gruszka <stf_xl@wp.pl> * * This software is available to you under a choice of one of two * licenses. You m...
gpl-2.0
AdityaSureka/android_kernel_lge_msm8974-1
drivers/media/video/hdpvr/hdpvr-video.c
4860
31004
/* * Hauppauge HD PVR USB driver - video 4 linux 2 interface * * Copyright (C) 2008 Janne Grunau (j@jannau.net) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, version 2. * */ #...
gpl-2.0
TeamExodus/kernel_asus_fugu
arch/cris/arch-v32/kernel/debugport.c
7676
3912
/* * Copyright (C) 2003, Axis Communications AB. */ #include <linux/console.h> #include <linux/init.h> #include <hwregs/reg_rdwr.h> #include <hwregs/reg_map.h> #include <hwregs/ser_defs.h> #include <hwregs/dma_defs.h> #include <mach/pinmux.h> struct dbg_port { unsigned char nbr; unsigned long instance; unsigned ...
gpl-2.0
sub77/matissewifi
net/netfilter/ipvs/ip_vs_proto_ah_esp.c
8188
4054
/* * ip_vs_proto_ah_esp.c: AH/ESP IPSec load balancing support for IPVS * * Authors: Julian Anastasov <ja@ssi.bg>, February 2002 * Wensong Zhang <wensong@linuxvirtualserver.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * ...
gpl-2.0
tjarnold/android_kernel_jewel_3.4.49
drivers/mtd/maps/dilnetpc.c
8188
13605
/* dilnetpc.c -- MTD map driver for SSV DIL/Net PC Boards "DNP" and "ADNP" * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later...
gpl-2.0
TeamCarbonXtremeARMv7/android_kernel_samsung_golden
fs/xfs/linux-2.6/xfs_sysctl.c
8188
6276
/* * Copyright (c) 2001-2005 Silicon Graphics, Inc. * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be ...
gpl-2.0
palica/efikamx-smartbook
drivers/s390/char/con3270.c
9212
15918
/* * IBM/3270 Driver - console view. * * Author(s): * Original 3270 Code for 2.4 written by Richard Hitt (UTS Global) * Rewritten for 2.5 by Martin Schwidefsky <schwidefsky@de.ibm.com> * Copyright IBM Corp. 2003, 2009 */ #include <linux/console.h> #include <linux/init.h> #include <linux/interrupt.h> #in...
gpl-2.0
pavel-odintsov/openvz_rhel6_kernel_mirror
drivers/staging/rt3090/rt_pci_rbus.c
509
26355
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2007, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
gpl-2.0
beebingoo/linux-2.6.32.2
sound/soc/s3c24xx/s3c24xx-i2s.c
509
13063
/* * s3c24xx-i2s.c -- ALSA Soc Audio Layer * * (c) 2006 Wolfson Microelectronics PLC. * Graeme Gregory graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com * * Copyright 2004-2005 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * This program is free software; you c...
gpl-2.0
gukai/kernel
drivers/staging/rt2860/sta/sync.c
509
68025
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2007, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
gpl-2.0