repo_name
string
path
string
copies
string
size
string
content
string
license
string
Blechd0se/kernel-moto-g
arch/powerpc/platforms/cell/beat_htab.c
4544
12025
/* * "Cell Reference Set" HTAB support. * * (C) Copyright 2006-2007 TOSHIBA CORPORATION * * This code is based on arch/powerpc/platforms/pseries/lpar.c: * Copyright (C) 2001 Todd Inglett, IBM Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G...
gpl-2.0
Dr-Shadow/android_kernel_acer_c10
arch/powerpc/platforms/85xx/mpc85xx_ads.c
4544
5458
/* * MPC85xx setup and early boot code plus other random bits. * * Maintained by Kumar Gala (see MAINTAINERS for contact information) * * Copyright 2005 Freescale Semiconductor Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public Licens...
gpl-2.0
Ronfante/android_kernel_xiaomi_cancro
net/tipc/name_table.c
4800
25592
/* * net/tipc/name_table.c: TIPC name table code * * Copyright (c) 2000-2006, 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 ar...
gpl-2.0
whdghks913/android_kernel_pantech_ef47s
arch/x86/xen/grant-table.c
7360
4010
/****************************************************************************** * grant_table.c * x86 specific part * * Granting foreign access to our memory reservation. * * Copyright (c) 2005-2006, Christopher Clark * Copyright (c) 2004-2005, K A Fraser * Copyright (c) 2008 Isaku Yamahata <yamahata at valinux...
gpl-2.0
Sparhawk76/android_kernel_samsung_afyonltev1
arch/powerpc/sysdev/ipic.c
7616
20343
/* * arch/powerpc/sysdev/ipic.c * * IPIC routines implementations. * * Copyright 2005 Freescale Semiconductor, 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...
gpl-2.0
chaoskagami/android_kernel_nvidia_roth
drivers/video/backlight/kb3886_bl.c
8128
4950
/* * Backlight Driver for the KB3886 Backlight * * Copyright (c) 2007-2008 Claudio Nieder * * Based on corgi_bl.c by Richard Purdie and kb3886 driver by Robert Woerle * * 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
lookfiresu123/my_linux-3.13.0
fs/hpfs/name.c
10944
3234
/* * linux/fs/hpfs/name.c * * Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999 * * operations with filenames */ #include "hpfs_fn.h" static inline int not_allowed_char(unsigned char c) { return c<' ' || c=='"' || c=='*' || c=='/' || c==':' || c=='<' || c=='>' || c=='?' || c=='\\' || c=='...
gpl-2.0
sakuramilk/linux-3.4.y
arch/blackfin/mach-bf561/dma.c
12224
3134
/* * the simple DMA Implementation for Blackfin * * Copyright 2007-2008 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/module.h> #include <asm/blackfin.h> #include <asm/dma.h> struct dma_register * const dma_io_base_addr[MAX_DMA_CHANNELS] = { (struct dma_register *) DMA1_0_NEXT_...
gpl-2.0
felipesanches/linux-sunxi
mm/kmemcheck.c
12736
2910
#include <linux/gfp.h> #include <linux/mm_types.h> #include <linux/mm.h> #include <linux/slab.h> #include <linux/kmemcheck.h> void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node) { struct page *shadow; int pages; int i; pages = 1 << order; /* * With kmemcheck enabled, we need to al...
gpl-2.0
telf/TDR_patch_series_1
drivers/net/dsa/bcm_sf2.c
193
28736
/* * Broadcom Starfighter 2 DSA switch driver * * Copyright (C) 2014, Broadcom Corporation * * 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 you...
gpl-2.0
optimsoc/gzll-gcc
gcc/testsuite/gcc.target/i386/avx-set-v8si-5.c
193
1071
/* { dg-do run } */ /* { dg-require-effective-target avx } */ /* { dg-options "-O2 -mavx" } */ #include "avx-check.h" static __m256i __attribute__((noinline)) foo (int x, int i) { switch (i) { case 7: return _mm256_set_epi32 (x, 1, 1, 1, 1, 1, 1, 1); case 6: return _mm256_set_epi32 (1, x, 1,...
gpl-2.0
minipli/linux-grsec
drivers/hid/uhid.c
193
17996
/* * User-space I/O driver support for HID subsystem * Copyright (c) 2012 David Herrmann */ /* * 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...
gpl-2.0
bossino/tq210-kernel
arch/powerpc/kernel/btext.c
961
38468
/* * Procedures for drawing on the screen early on in the boot process. * * Benjamin Herrenschmidt <benh@kernel.crashing.org> */ #include <linux/kernel.h> #include <linux/string.h> #include <linux/init.h> #include <linux/module.h> #include <linux/memblock.h> #include <asm/sections.h> #include <asm/prom.h> #include...
gpl-2.0
RolanDroid/lge_MonsterKernel-lproj
drivers/leds/leds-ot200.c
1217
3113
/* * Bachmann ot200 leds driver. * * Author: Sebastian Andrzej Siewior <bigeasy@linutronix.de> * Christian Gmeiner <christian.gmeiner@gmail.com> * * License: GPL as published by the FSF. */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/slab.h> #incl...
gpl-2.0
chrisc93/bullhead
drivers/staging/media/solo6x10/solo6x10-disp.c
2241
9889
/* * Copyright (C) 2010-2013 Bluecherry, LLC <http://www.bluecherrydvr.com> * * Original author: * Ben Collins <bcollins@ubuntu.com> * * Additional work by: * John Brooks <john.brooks@bluecherry.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener...
gpl-2.0
derekcentrico/m6.kernel.3.x
lib/find_last_bit.c
3009
1139
/* find_last_bit.c: fallback find next bit implementation * * Copyright (C) 2008 IBM Corporation * Written by Rusty Russell <rusty@rustcorp.com.au> * (Inspired by David Howell's find_next_bit implementation) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU ...
gpl-2.0
BobZmotion/android_kernel_sony_msm8974
drivers/block/rbd.c
3265
59885
/* rbd.c -- Export ceph rados objects as a Linux block device based on drivers/block/osdblk.c: Copyright 2009 Red Hat, 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. Th...
gpl-2.0
777jon/g3_kernel
tools/perf/util/gtk/browser.c
4801
4204
#include "../evlist.h" #include "../cache.h" #include "../evsel.h" #include "../sort.h" #include "../hist.h" #include "gtk.h" #include <signal.h> #define MAX_COLUMNS 32 void perf_gtk_setup_browser(int argc, const char *argv[], bool fallback_to_pager __used) { gtk_init(&argc, (char ***)&argv); } void perf_...
gpl-2.0
mereck/os-fork
net/802/hippi.c
4801
6052
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * HIPPI-type device handling. * * Version: @(#)hippi.c 1.0.0 05/29/97 * * Authors: Ross Biro * Fred N. van...
gpl-2.0
maqiangddb/Android_kernel
drivers/media/dvb/mantis/mantis_dma.c
5057
6480
/* Mantis PCI bridge driver Copyright (C) Manu Abraham (abraham.manu@gmail.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 Foundation; either version 2 of the License, or (at your option) any later v...
gpl-2.0
leftrepo/Owl-Kernel-for-Xperia-Sola
arch/powerpc/platforms/cell/celleb_setup.c
7617
6020
/* * Celleb setup code * * (C) Copyright 2006-2007 TOSHIBA CORPORATION * * This code is based on arch/powerpc/platforms/cell/setup.c: * Copyright (C) 1995 Linus Torvalds * Adapted from 'alpha' version by Gary Thomas * Modified by Cort Dougan (cort@cs.nmt.edu) * Modified by PPC64 Team, IBM Corp * Modifie...
gpl-2.0
ptmr3/S4_jflte-xx-_Kernel2
drivers/w1/masters/ds2482.c
8385
13395
/** * ds2482.c - provides i2c to w1-master bridge(s) * Copyright (C) 2005 Ben Gardner <bgardner@wabtec.com> * * The DS2482 is a sensor chip made by Dallas Semiconductor (Maxim). * It is a I2C to 1-wire bridge. * There are two variations: -100 and -800, which have 1 or 8 1-wire ports. * The complete datasheet ca...
gpl-2.0
maqiangddb/Android_kernel
drivers/block/paride/dstr.c
15553
5143
/* dstr.c (c) 1997-8 Grant R. Guenther <grant@torque.net> Under the terms of the GNU General Public License. dstr.c is a low-level protocol driver for the DataStor EP2000 parallel to IDE adapter chip. */ /* Changes: 1.01 GRG 1998.05.06 init_prot...
gpl-2.0
TeamFahQ/kernel_linux-4.2.6-lz
drivers/gpu/drm/i915/intel_fbdev.c
194
24170
/* * Copyright © 2007 David Airlie * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish,...
gpl-2.0
moko365/sensorbox-devkit8000-kernel
drivers/w1/slaves/w1_ds2760.c
194
4394
/* * 1-Wire implementation for the ds2760 chip * * Copyright © 2004-2005, Szabolcs Gyurko <szabolcs.gyurko@tlt.hu> * * Use consistent with the GNU GPL is permitted, * provided that this copyright notice is * preserved in its entirety in all copies and derived works. * */ #include <linux/kernel.h> #include <li...
gpl-2.0
beyondhenry/uboot20120401
board/freescale/mpc8315erdb/mpc8315erdb.c
194
6178
/* * Copyright (C) 2007 Freescale Semiconductor, Inc. * * Author: Scott Wood <scottwood@freescale.com> * Dave Liu <daveliu@freescale.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the t...
gpl-2.0
MassStash/htc_pme_kernel_sense_6.0
drivers/net/appletalk/cops.c
1986
29348
/* cops.c: LocalTalk driver for Linux. * * Authors: * - Jay Schulist <jschlst@samba.org> * * With more than a little help from; * - Alan Cox <alan@lxorguk.ukuu.org.uk> * * Derived from: * - skeleton.c: A network driver outline for linux. * Written 1993-94 by Donald Becker. * - ltpc...
gpl-2.0
Borkata/adam-nv-3.1
arch/mips/netlogic/xlr/xlr_console.c
2754
1910
/* * Copyright 2003-2011 NetLogic Microsystems, Inc. (NetLogic). 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 ...
gpl-2.0
aapav01/android_kernel_samsung_ms013g-2
drivers/gpu/drm/radeon/radeon_combios.c
3266
102307
/* * Copyright 2004 ATI Technologies Inc., Markham, Ontario * Copyright 2007-8 Advanced Micro Devices, Inc. * Copyright 2008 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Softw...
gpl-2.0
cristianomatos/kernel-stock-mako
arch/arm/mach-tegra/hotplug.c
4546
2562
/* * linux/arch/arm/mach-realview/hotplug.c * * Copyright (C) 2002 ARM Ltd. * 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 * published by the Free Software Foundation. */ #include <linux/kerne...
gpl-2.0
chevanlol360/android_kernel_lge_vu2u
drivers/net/wireless/rtlwifi/rtl8192se/sw.c
4802
14646
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
gpl-2.0
wzhy90/sony_msm8x60
drivers/gpu/drm/exynos/exynos_drm_crtc.c
4802
11865
/* exynos_drm_crtc.c * * Copyright (c) 2011 Samsung Electronics Co., Ltd. * Authors: * Inki Dae <inki.dae@samsung.com> * Joonyoung Shim <jy0922.shim@samsung.com> * Seung-Woo Kim <sw0312.kim@samsung.com> * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and asso...
gpl-2.0
AOKP/kernel_sony_msm8974ab
drivers/mfd/stmpe-i2c.c
5058
2647
/* * ST Microelectronics MFD: stmpe's i2c client specific driver * * Copyright (C) ST-Ericsson SA 2010 * Copyright (C) ST Microelectronics SA 2011 * * License Terms: GNU General Public License, version 2 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson * Author: Viresh Kumar <viresh.kumar@...
gpl-2.0
olexiyt/telechips-linux
kernel/cpu_pm.c
5058
6635
/* * Copyright (C) 2011 Google, Inc. * * Author: * Colin Cross <ccross@android.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is d...
gpl-2.0
MoKee/android_kernel_oppo_find7a
arch/sparc/mm/srmmu.c
7106
70399
/* * srmmu.c: SRMMU specific routines for memory management. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1995,2002 Pete Zaitcev (zaitcev@yahoo.com) * Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be) * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Copyri...
gpl-2.0
loongson-community/linux_loongson
sound/drivers/portman2x4.c
195
25841
/* * Driver for Midiman Portman2x4 parallel port midi interface * * Copyright (c) by Levent Guendogdu <levon@feature-it.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 Foundation; ei...
gpl-2.0
dwengen/linux
drivers/iio/adc/viperboard_adc.c
195
3816
/* * Nano River Technologies viperboard IIO ADC driver * * (C) 2012 by Lemonage GmbH * Author: Lars Poeschel <poeschel@lemonage.de> * 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...
gpl-2.0
shubhangi-shrivastava/drm-intel-nightly
sound/core/seq/oss/seq_oss_writeq.c
451
4151
/* * OSS compatible sequencer driver * * seq_oss_writeq.c - write queue and sync * * Copyright (C) 1998,99 Takashi Iwai <tiwai@suse.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 by * the Free Software Foundation;...
gpl-2.0
fengguoqing/linux3.10-mini2440
drivers/video/backlight/omap1_bl.c
2243
4819
/* * Backlight driver for OMAP based boards. * * Copyright (c) 2006 Andrzej Zaborowski <balrog@zabor.org> * * This package 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 Licens...
gpl-2.0
CyanogenMod/android_kernel_hardkernel_odroidc1
drivers/bluetooth/dtl1_cs.c
2243
13044
/* * * A driver for Nokia Connectivity Card DTL-1 devices * * Copyright (C) 2001-2002 Marcel Holtmann <marcel@holtmann.org> * * * 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 Found...
gpl-2.0
mcrosson/samsung_kernel_comanche
drivers/staging/westbridge/astoria/gadget/cyasgadget.c
2499
55199
/* cyangadget.c - Linux USB Gadget driver file for the Cypress West Bridge ## =========================== ## Copyright (C) 2010 Cypress Semiconductor ## ## 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 F...
gpl-2.0
linux-wpan/linux-wpan
drivers/leds/trigger/ledtrig-camera.c
4547
1375
/* * Camera Flash and Torch On/Off Trigger * * based on ledtrig-ide-disk.c * * Copyright 2013 Texas Instruments * * Author: Milo(Woogyom) Kim <milo.kim@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 * publis...
gpl-2.0
tdro/android_kernel_kobo_macallan
drivers/staging/asus_oled/asus_oled.c
4803
19511
/* * Asus OLED USB driver * * Copyright (C) 2007,2008 Jakub Schmidtke (sjakub@gmail.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 Foundation; either version 2 of the License, or * (at...
gpl-2.0
maxfu/android_kernel_armada_pxa1088
drivers/scsi/qla4xxx/ql4_os.c
4803
169182
/* * QLogic iSCSI HBA Driver * Copyright (c) 2003-2010 QLogic Corporation * * See LICENSE.qla4xxx for copyright and licensing details. */ #include <linux/moduleparam.h> #include <linux/slab.h> #include <linux/blkdev.h> #include <linux/iscsi_boot_sysfs.h> #include <linux/inet.h> #include <scsi/scsi_tcq.h> #includ...
gpl-2.0
mifl/android_kernel_pantech_ef50l
drivers/scsi/pm8001/pm8001_init.c
4803
26040
/* * PMC-Sierra SPC 8001 SAS/SATA based host adapters driver * * Copyright (c) 2008-2009 USI Co., Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source cod...
gpl-2.0
yank555-lu/Hammerhead-3.4-kitkat-mr2
fs/btrfs/ordered-data.c
4803
26643
/* * Copyright (C) 2007 Oracle. 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 v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
gpl-2.0
xdajog/kernel_fx3q_aosp
drivers/gpio/gpio-mxc.c
5059
12598
/* * MXC GPIO support. (c) 2008 Daniel Mack <daniel@caiaq.de> * Copyright 2008 Juergen Beisert, kernel@pengutronix.de * * Based on code from Freescale, * Copyright (C) 2004-2010 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under...
gpl-2.0
CandyDevices/kernel_htc_msm8974
drivers/video/omap2/omapfb/omapfb-sysfs.c
5059
12152
/* * linux/drivers/video/omap2/omapfb-sysfs.c * * Copyright (C) 2008 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * * Some code and ideas taken from drivers/video/omap/ driver * by Imre Deak. * * This program is free software; you can redistribute it and/or modify it * under the terms...
gpl-2.0
synel/synergy2416-linux-kernel
arch/arm/mach-pxa/tosa-bt.c
8131
2935
/* * Bluetooth built-in chip control * * Copyright (c) 2008 Dmitry Baryshkov * * 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 <linux/kernel.h> #include <linux/...
gpl-2.0
SamueleCiprietti/nova_kernel
drivers/spi/omap_spi_100k.c
8387
15967
/* * OMAP7xx SPI 100k controller driver * Author: Fabrice Crohas <fcrohas@gmail.com> * from original omap1_mcspi driver * * Copyright (C) 2005, 2006 Nokia Corporation * Author: Samuel Ortiz <samuel.ortiz@nokia.com> and * Juha Yrj�l� <juha.yrjola@nokia.com> * * This program is free software; y...
gpl-2.0
Silentlys/android_kernel_lenovo_msm8916
Documentation/ptp/testptp.c
10435
8946
/* * PTP 1588 clock support - User space test program * * Copyright (C) 2010 OMICRON electronics GmbH * * 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
Team-SennyC2/android_kernel_htc_villec2
drivers/block/paride/fit3.c
15555
4484
/* fit3.c (c) 1998 Grant R. Guenther <grant@torque.net> Under the terms of the GNU General Public License. fit3.c is a low-level protocol driver for newer models of the Fidelity International Technology parallel port adapter. This adapter is used in their TransDi...
gpl-2.0
pierrewillenbrock/dolphin
Externals/liblzma/check/check.c
196
2910
/////////////////////////////////////////////////////////////////////////////// // /// \file check.c /// \brief Single API to access different integrity checks // // Author: Lasse Collin // // This file has been put into the public domain. // You can do whatever you want with this file. // ///////////...
gpl-2.0
tomasbw/linux-yocto-4.4
drivers/infiniband/hw/nes/nes_nic.c
196
63295
/* * Copyright (c) 2006 - 2011 Intel 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
nikhil18/lightning-kernel-bacon
arch/arm/mach-msm/ocmem.c
196
21692
/* Copyright (c) 2012-2014, The Linux Foundation. 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...
gpl-2.0
chasmodo/android_kernel_oneplus_msm8974
drivers/gpu/drm/radeon/radeon_ttm.c
708
25041
/* * Copyright 2009 Jerome Glisse. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy,...
gpl-2.0
maz-1/firefly-rk3288-kernel
arch/mips/jz4740/board-qi_lb60.c
1988
12347
/* * linux/arch/mips/jz4740/board-qi_lb60.c * * QI_LB60 board support * * Copyright (c) 2009 Qi Hardware inc., * Author: Xiangfu Liu <xiangfu@qi-hardware.com> * Copyright 2010, Lars-Peter Clausen <lars@metafoo.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of...
gpl-2.0
mikalv/android_kernel_samsung_degas3g
drivers/usb/gadget/fsl_qe_udc.c
1988
64171
/* * driver/usb/gadget/fsl_qe_udc.c * * Copyright (c) 2006-2008 Freescale Semiconductor, Inc. All rights reserved. * * Xie Xiaobo <X.Xie@freescale.com> * Li Yang <leoli@freescale.com> * Based on bareboard code from Shlomi Gridish. * * Description: * Freescle QE/CPM USB Pheripheral Controller Driver * The ...
gpl-2.0
idryomov/btrfs-unstable
arch/mips/fw/sni/sniprom.c
2500
3845
/* * Big Endian PROM code for SNI RM machines * * 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) 2005-2006 Florian Lohoff (flo@rfc822.org) * Copyright (C) 2005-2006 Thomas B...
gpl-2.0
sebirdman/m7_kernel
drivers/char/xilinx_hwicap/xilinx_hwicap.c
4804
22186
/***************************************************************************** * * Author: 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 o...
gpl-2.0
asce1062/android_kernel_lge_msm7x27a-common
drivers/watchdog/shwdt.c
4804
12135
/* * drivers/watchdog/shwdt.c * * Watchdog driver for integrated watchdog in the SuperH processors. * * Copyright (C) 2001 - 2010 Paul Mundt <lethal@linux-sh.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 the ...
gpl-2.0
suky/android_kernel_pantech_ef65l
tools/perf/util/scripting-engines/trace-event-python.c
4804
15059
/* * trace-event-python. Feed trace events to an embedded Python interpreter. * * Copyright (C) 2010 Tom Zanussi <tzanussi@gmail.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 Foundation;...
gpl-2.0
Hybrid-Rom/kernel_lge_ls970
drivers/watchdog/pnx4008_wdt.c
4804
6060
/* * drivers/char/watchdog/pnx4008_wdt.c * * Watchdog driver for PNX4008 board * * Authors: Dmitry Chigirev <source@mvista.com>, * Vitaly Wool <vitalywool@gmail.com> * Based on sa1100 driver, * Copyright (C) 2000 Oleg Drokin <green@crimea.edu> * * 2005-2006 (c) MontaVista Software, Inc. * * (C) 2012 Wol...
gpl-2.0
klabit87/kltevzw_pb1
drivers/gpu/drm/drm_ioctl.c
4804
8833
/** * \file drm_ioctl.c * IOCTL processing for DRM * * \author Rickard E. (Rik) Faith <faith@valinux.com> * \author Gareth Hughes <gareth@valinux.com> */ /* * Created: Fri Jan 8 09:01:26 1999 by faith@valinux.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux System...
gpl-2.0
falaze/nexus5n
arch/arm/mach-s3c24xx/dma-s3c2410.c
5060
4590
/* linux/arch/arm/mach-s3c2410/dma.c * * Copyright (c) 2006 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C2410 DMA selection * * http://armlinux.simtec.co.uk/ * * 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
kernel-hut/android_kernel_xiaomi_dior
arch/powerpc/platforms/wsp/opb_pic.c
6852
7330
/* * IBM Onboard Peripheral Bus Interrupt Controller * * Copyright 2010 Jack Miller, IBM Corporation. * * 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 Licen...
gpl-2.0
StarkDroid/android_kernel_motorola_msm8610
drivers/tty/serial/netx-serial.c
8132
17115
/* * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix * * 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
msva/android_kernel_asus_A80
fs/ntfs/compress.c
10948
29762
/** * compress.c - NTFS kernel compressed attributes handling. * Part of the Linux-NTFS project. * * Copyright (c) 2001-2004 Anton Altaparmakov * Copyright (c) 2002 Richard Russon * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publi...
gpl-2.0
russelldias98/linux_kernel_3.0.68
drivers/media/video/cx25840/cx25840-audio.c
12484
14919
/* cx25840 audio functions * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in t...
gpl-2.0
revjunkie/kernel-copyleft
net/bridge/netfilter/ebt_mark_m.c
14020
2361
/* * ebt_mark_m * * Authors: * Bart De Schuymer <bdschuym@pandora.be> * * July, 2002 * */ #include <linux/module.h> #include <linux/netfilter/x_tables.h> #include <linux/netfilter_bridge/ebtables.h> #include <linux/netfilter_bridge/ebt_mark_m.h> static bool ebt_mark_mt(const struct sk_buff *skb, struct xt_ac...
gpl-2.0
Talustus/dreamkernel-gti9100
arch/arm/plat-s5p/dev-fimd-s5p.c
453
2371
/* linux/arch/arm/plat-s5p/dev-fimd-s5p.c * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * Base S5P platform device definitions * * 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
smaccm/odroid-3.14.y-linaro
arch/um/drivers/ubd_kern.c
453
35354
/* * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ /* 2001-09-28...2002-04-17 * Partition stuff by James_McMechan@hotmail.com * old style ubd by setting UBD_SHIFT to 0 * 2002-09-27...2002-10-18 massive tinkering for 2.5 * partitions have changed in 2.5 * 2003-01-29 more tinkering ...
gpl-2.0
rmcc/gp_one_kernel
arch/s390/mm/pgtable.c
453
8572
/* * Copyright IBM Corp. 2007,2009 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> */ #include <linux/sched.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/mm.h> #include <linux/swap.h> #include <linux/smp.h> #include <linux/highmem.h> #include <linux/slab.h> #include <linux/pag...
gpl-2.0
lategoodbye/linux-lcd6610
drivers/clk/clk-twl6040.c
453
2996
/* * TWL6040 clock module driver for OMAP4 McPDM functional clock * * Copyright (C) 2012 Texas Instruments Inc. * Peter Ujfalusi <peter.ujfalusi@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 So...
gpl-2.0
ravendra275/sony_kernel_msm8960t
drivers/video/msm/vidc/common/vcd/vcd_power_sm.c
453
9324
/* Copyright (c) 2010-2012, 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
Bdaman80/BDA-ACTV
drivers/gpu/drm/drm_context.c
1477
11821
/** * \file drm_context.c * IOCTLs for generic contexts * * \author Rickard E. (Rik) Faith <faith@valinux.com> * \author Gareth Hughes <gareth@valinux.com> */ /* * Created: Fri Nov 24 18:31:37 2000 by gareth@valinux.com * * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA ...
gpl-2.0
Mazout360/hammerhead-3.10
drivers/input/keyboard/lpc32xx-keys.c
2245
10524
/* * NXP LPC32xx SoC Key Scan Interface * * Authors: * Kevin Wells <kevin.wells@nxp.com> * Roland Stigge <stigge@antcom.de> * * Copyright (C) 2010 NXP Semiconductors * Copyright (C) 2012 Roland Stigge * * This program is free software; you can redistribute it and/or modify * it under the terms of the G...
gpl-2.0
revjunkie/nexus5-lprev-final
arch/openrisc/mm/fault.c
4549
8559
/* * OpenRISC fault.c * * Linux architectural port borrowing liberally from similar works of * others. All original copyrights apply as per the original source * declaration. * * Modifications for the OpenRISC architecture: * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> * Copyright (C) 2010-2011 Jon...
gpl-2.0
zakee94/stellar_msm8226
drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c
4805
47476
/* * QLogic qlcnic NIC Driver * Copyright (c) 2009-2010 QLogic Corporation * * See LICENSE.qlcnic for copyright and licensing details. */ #include <linux/netdevice.h> #include <linux/delay.h> #include <linux/slab.h> #include <linux/if_vlan.h> #include "qlcnic.h" struct crb_addr_pair { u32 addr; u32 data; }; ...
gpl-2.0
mr-tweaker/sabermod_kernel_cancro
lib/swiotlb.c
4805
26277
/* * Dynamic DMA mapping support. * * This implementation is a fallback for platforms that do not support * I/O TLBs (aka DMA address translation hardware). * Copyright (C) 2000 Asit Mallick <Asit.K.Mallick@intel.com> * Copyright (C) 2000 Goutham Rao <goutham.rao@intel.com> * Copyright (C) 2000, 2003 Hewlett-Pac...
gpl-2.0
wpandroidios/android_kernel_htc_b2wlj_LP50_Sense7
tools/perf/util/trace-event-read.c
4805
9873
/* * Copyright (C) 2009, Steven Rostedt <srostedt@redhat.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 Foundati...
gpl-2.0
mseskir/android_kernel_vestel_55g
net/mac80211/rc80211_minstrel_debugfs.c
5573
4795
/* * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org> * * 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. * * Based on minstrel.c: * Copyright (C) 2005-2007 Derek Smithies <d...
gpl-2.0
Sudokamikaze/XKernel-taoshan
sound/drivers/opl3/opl3_seq.c
8389
7636
/* * Copyright (c) by Uros Bizjak <uros@kss-loka.si> * * Midi Sequencer interface routines for OPL2/OPL3/OPL4 FM * * OPL2/3 FM instrument loader: * alsa-tools/seq/sbiload/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as...
gpl-2.0
OneEducation/kernel-rk310-lollipop-cx929
sound/drivers/opl3/opl3_seq.c
8389
7636
/* * Copyright (c) by Uros Bizjak <uros@kss-loka.si> * * Midi Sequencer interface routines for OPL2/OPL3/OPL4 FM * * OPL2/3 FM instrument loader: * alsa-tools/seq/sbiload/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as...
gpl-2.0
robcore/machinex
arch/x86/kernel/cpu/mtrr/centaur.c
13253
3027
#include <linux/init.h> #include <linux/mm.h> #include <asm/mtrr.h> #include <asm/msr.h> #include "mtrr.h" static struct { unsigned long high; unsigned long low; } centaur_mcr[8]; static u8 centaur_mcr_reserved; static u8 centaur_mcr_type; /* 0 for winchip, 1 for winchip2 */ /** * centaur_get_free_region - Get ...
gpl-2.0
klquicksall/Ace-GB-DHD
net/ipv4/xfrm4_mode_transport.c
14277
2135
/* * xfrm4_mode_transport.c - Transport mode encapsulation for IPv4. * * Copyright (c) 2004-2006 Herbert Xu <herbert@gondor.apana.org.au> */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/skbuff.h> #include <linux/stringify.h> #include <net/dst.h> #include <net/ip.h> #i...
gpl-2.0
Pafcholini/Nadia-kernel-KK-N910F-EUR-KK-OpenSource
drivers/char/mwave/smapi.c
14533
19459
/* * * smapi.c -- SMAPI interface routines * * * Written By: Mike Sullivan IBM Corporation * * Copyright (C) 1999 IBM Corporation * * 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...
gpl-2.0
stefanbucur/linux-s2e
drivers/char/mwave/smapi.c
14533
19459
/* * * smapi.c -- SMAPI interface routines * * * Written By: Mike Sullivan IBM Corporation * * Copyright (C) 1999 IBM Corporation * * 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...
gpl-2.0
amalappunni/msm8916_jalebi
drivers/input/misc/stk3x1x.c
198
72413
/* * stk3x1x.c - Linux kernel modules for sensortek stk301x, stk321x and stk331x * proximity/ambient light sensor * * Copyright (c) 2013, The Linux Foundation. All Rights Reserved. * Copyright (C) 2012 Lex Hsieh / sensortek <lex_hsieh@sitronix.com.tw> or * <lex_hsieh@sensortek.com.tw> * * This program is...
gpl-2.0
xobs/u-boot-novena-spl
fs/yaffs2/yaffs_mtdif2.c
198
5636
/* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * * Copyright (C) 2002-2007 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning <charles@aleph1.co.uk> * * This program is free software; you can redistribute it and/or modify * it unde...
gpl-2.0
jomeister15/ICS-SGH-I727-kernel
arch/arm/mm/vcm.c
454
33427
/* 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
XCage15/linux-2
arch/arm/mach-s3c24xx/common.c
1478
17109
/* linux/arch/arm/plat-s3c24xx/cpu.c * * Copyright (c) 2004-2005 Simtec Electronics * http://www.simtec.co.uk/products/SWLINUX/ * Ben Dooks <ben@simtec.co.uk> * * Common code for S3C24XX machines * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
gpl-2.0
OneEducation/kernel-rk310-lollipop-firefly
drivers/s390/net/qeth_core_main.c
1734
160513
/* * Copyright IBM Corp. 2007, 2009 * Author(s): Utz Bacher <utz.bacher@de.ibm.com>, * Frank Pavlic <fpavlic@de.ibm.com>, * Thomas Spatzier <tspat@de.ibm.com>, * Frank Blaschka <frank.blaschka@de.ibm.com> */ #define KMSG_COMPONENT "qeth" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/mo...
gpl-2.0
pgielda/linux-renesas
drivers/input/keyboard/opencores-kbd.c
2246
4205
/* * OpenCores Keyboard Controller Driver * http://www.opencores.org/project,keyboardcontroller * * Copyright 2007-2009 HV Sistemas S.L. * * Licensed under the GPL-2 or later. */ #include <linux/input.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/ioport.h> #include <linux/kernel.h> #incl...
gpl-2.0
rassillon/android_kernel_samsung_grandneove3g
arch/x86/mm/memtest.c
2246
3060
#include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #include <linux/types.h> #include <linux/mm.h> #include <linux/smp.h> #include <linux/init.h> #include <linux/pfn.h> #include <linux/memblock.h> static u64 patterns[] __initdata = { /* The first entry has to be 0 to leave memtest with zeroed...
gpl-2.0
mitwo-dev/android_kernel_xiaomi_msm8960
scripts/dtc/dtc.c
2502
6942
/* * (C) Copyright David Gibson <dwg@au1.ibm.com>, IBM Corporation. 2005. * * * 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 l...
gpl-2.0
pst1337/cm11_mkc_boeffla
mm/mremap.c
2758
13496
/* * mm/mremap.c * * (C) Copyright 1996 Linus Torvalds * * Address space accounting code <alan@lxorguk.ukuu.org.uk> * (C) Copyright 2002 Red Hat Inc, All Rights Reserved */ #include <linux/mm.h> #include <linux/hugetlb.h> #include <linux/shm.h> #include <linux/ksm.h> #include <linux/mman.h> #include <linux/swap...
gpl-2.0
moonlightly/android_kernel_zte_msm8960
drivers/tty/serial/max3107-aava.c
2758
9277
/* * max3107.c - spi uart protocol driver for Maxim 3107 * Based on max3100.c * by Christian Pellegrin <chripell@evolware.org> * and max3110.c * by Feng Tang <feng.tang@intel.com> * * Copyright (C) Aavamobile 2009 * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This pr...
gpl-2.0
Arc-Team/android_kernel_htc_pyramid
mm/mremap.c
2758
13496
/* * mm/mremap.c * * (C) Copyright 1996 Linus Torvalds * * Address space accounting code <alan@lxorguk.ukuu.org.uk> * (C) Copyright 2002 Red Hat Inc, All Rights Reserved */ #include <linux/mm.h> #include <linux/hugetlb.h> #include <linux/shm.h> #include <linux/ksm.h> #include <linux/mman.h> #include <linux/swap...
gpl-2.0
ashwinr64/android_kernel_motorola_msm8610
drivers/staging/rts5139/rts51x_transport.c
4806
27545
/* Driver for Realtek RTS51xx USB card reader * * Copyright(c) 2009 Realtek Semiconductor Corp. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2, or ...
gpl-2.0