repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
alexpotter1/Neutron_msm8974_d802 | arch/sh/kernel/cpu/sh3/setup-sh770x.c | 5062 | 7606 | /*
* SH3 Setup code for SH7706, SH7707, SH7708, SH7709
*
* Copyright (C) 2007 Magnus Damm
* Copyright (C) 2009 Paul Mundt
*
* Based on setup-sh7709.c
*
* Copyright (C) 2006 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in th... | gpl-2.0 |
XtheOne/enrc2b-3.1.10-42105bd | arch/sh/drivers/pci/fixups-landisk.c | 5062 | 1508 | /*
* arch/sh/drivers/pci/fixups-landisk.c
*
* PCI initialization for the I-O DATA Device, Inc. LANDISK board
*
* Copyright (C) 2006 kogiidena
* Copyright (C) 2010 Nobuhiro Iwamatsu
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
*/
#i... | gpl-2.0 |
MR64/android_kernel_htc_flounder | arch/sh/kernel/cpu/sh4/sq.c | 8390 | 9697 | /*
* arch/sh/kernel/cpu/sh4/sq.c
*
* General management API for SH-4 integrated Store Queues
*
* Copyright (C) 2001 - 2006 Paul Mundt
* Copyright (C) 2001, 2002 M. R. Brown
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory ... | gpl-2.0 |
sub77/test_kernel_samsung_matissewifi | arch/arm/mach-gemini/devices.c | 12486 | 2862 | /*
* Common devices definition for Gemini
*
* Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
*
* 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.
*/
#inc... | gpl-2.0 |
Zenfone2-development/android_kernel_asus_moorefield | arch/arm/mach-gemini/devices.c | 12486 | 2862 | /*
* Common devices definition for Gemini
*
* Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
*
* 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.
*/
#inc... | gpl-2.0 |
AOSP-bacon/android_kernel_oneplus_msm8974 | arch/arm/mach-gemini/devices.c | 12486 | 2862 | /*
* Common devices definition for Gemini
*
* Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
*
* 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.
*/
#inc... | gpl-2.0 |
zoggn/kernel_tcl_msm8610 | arch/arm/mach-msm/acpuclock-krait-debug.c | 455 | 9035 | /*
* Copyright (c) 2012, 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 h... | gpl-2.0 |
mayli/wrapfs-latest | lib/swiotlb.c | 711 | 27796 | /*
* 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 |
dangu/linux | arch/xtensa/mm/highmem.c | 1223 | 2345 | /*
* High memory support for Xtensa architecture
*
* 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) 2014 Cadence Design Systems Inc.
*/
#include <linux/export.h>
#include <... | gpl-2.0 |
badscimmia/RK | sound/soc/codecs/wm9713.c | 2247 | 42310 | /*
* wm9713.c -- ALSA Soc WM9713 codec support
*
* Copyright 2006-10 Wolfson Microelectronics PLC.
* Author: Liam Girdwood <lrg@slimlogic.co.uk>
*
* 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 Sof... | gpl-2.0 |
hexianren/linux-3.7-Panda | arch/sparc/kernel/nmi.c | 2503 | 6314 | /* Pseudo NMI support on sparc64 systems.
*
* Copyright (C) 2009 David S. Miller <davem@davemloft.net>
*
* The NMI watchdog support and infrastructure is based almost
* entirely upon the x86 NMI support code.
*/
#include <linux/kernel.h>
#include <linux/param.h>
#include <linux/init.h>
#include <linux/percpu.h>
#... | gpl-2.0 |
tjstyle/android_kernel_samsung_msm | arch/s390/kernel/suspend.c | 4295 | 1950 | /*
* Suspend support specific for s390.
*
* Copyright IBM Corp. 2009
*
* Author(s): Hans-Joachim Picht <hans@linux.vnet.ibm.com>
*/
#include <linux/pfn.h>
#include <asm/system.h>
/*
* References to section boundaries
*/
extern const void __nosave_begin, __nosave_end;
int pfn_is_nosave(unsigned long pfn)
{
u... | gpl-2.0 |
n3ocort3x/android_kernel_htc_m7 | net/lapb/lapb_out.c | 4807 | 5301 | /*
* LAPB release 002
*
* This code REQUIRES 2.1.15 or higher/ NET3.038
*
* This module:
* This module 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 |
Talustus/android_kernel_samsung_galaxys4 | drivers/net/wireless/mwifiex/sta_rx.c | 4807 | 6557 | /*
* Marvell Wireless LAN device driver: station RX data handling
*
* Copyright (C) 2011, Marvell International Ltd.
*
* This software file (the "File") is distributed by Marvell International
* Ltd. under the terms of the GNU General Public License Version 2, June 1991
* (the "License"). You may use, redistrib... | gpl-2.0 |
Blefish/android_kernel_qcom_msm7x30 | drivers/isdn/hisax/avm_a1.c | 4807 | 8281 | /* $Id: avm_a1.c,v 2.15.2.4 2004/01/13 21:46:03 keil Exp $
*
* low level stuff for AVM A1 (Fritz) isdn cards
*
* Author Karsten Keil
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporat... | gpl-2.0 |
CyanogenMod-E1/cafkernel | drivers/spi/spi-orion.c | 4807 | 12841 | /*
* Marvell Orion SPI controller driver
*
* Author: Shadi Ammouri <shadi@marvell.com>
* Copyright (C) 2007-2008 Marvell Ltd.
*
* 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.
... | gpl-2.0 |
spacecaker/android_kernel_acer_swing-CAF | drivers/net/wireless/wl12xx/ps.c | 4807 | 7606 | /*
* This file is part of wl1271
*
* Copyright (C) 2008-2009 Nokia Corporation
*
* Contact: Luciano Coelho <luciano.coelho@nokia.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 Fou... | gpl-2.0 |
JmzTaylor/android_kernel_htc_msm8960-1 | tools/perf/util/ui/browsers/map.c | 4807 | 3697 | #include "../libslang.h"
#include <elf.h>
#include <newt.h>
#include <inttypes.h>
#include <sys/ttydefaults.h>
#include <string.h>
#include <linux/bitops.h>
#include "../../util.h"
#include "../../debug.h"
#include "../../symbol.h"
#include "../browser.h"
#include "../helpline.h"
#include "map.h"
static int ui_entry__... | gpl-2.0 |
sub-b/android_kernel_samsung_matissewifi-old | drivers/i2c/busses/i2c-sh_mobile.c | 5063 | 20493 | /*
* SuperH Mobile I2C Controller
*
* Copyright (C) 2008 Magnus Damm
*
* Portions of the code based on out-of-tree driver i2c-sh7343.c
* Copyright (c) 2006 Carlos Munoz <carlos@kenati.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li... | gpl-2.0 |
yank555-lu/N3-AOSP-KK | drivers/mfd/pcf50633-adc.c | 5063 | 6062 | /* NXP PCF50633 ADC 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, Andy Green and Werner Almesberger
*
* This program is free software; you can redistribute it and/or mod... | gpl-2.0 |
kozmikkick/tripndroid-endeavoru-3.5.7 | arch/arm/mach-omap2/clock_common_data.c | 7879 | 1378 | /*
* linux/arch/arm/mach-omap2/clock_common_data.c
*
* Copyright (C) 2005-2009 Texas Instruments, Inc.
* Copyright (C) 2004-2009 Nokia Corporation
*
* Contacts:
* Richard Woodruff <r-woodruff2@ti.com>
* Paul Walmsley
*
* This program is free software; you can redistribute it and/or modify
* it under th... | gpl-2.0 |
mightysween/vs980-kernel | arch/avr32/boards/atngw100/mrmt.c | 9671 | 10132 | /*
* Board-specific setup code for Remote Media Terminal 1 (RMT1)
* add-on board for the ATNGW100 Network Gateway
*
* Copyright (C) 2008 Mediama Technologies
* Based on ATNGW100 Network Gateway (Copyright (C) Atmel)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of... | gpl-2.0 |
adwaitnd/Kronux | drivers/video/fbdev/nvidia/nv_accel.c | 14535 | 12525 | /***************************************************************************\
|* *|
|* Copyright 1993-2003 NVIDIA, Corporation. All rights reserved. *|
|* *|
|... | gpl-2.0 |
kozmikkick/nvidia3.9 | drivers/hid/hid-picolcd_core.c | 200 | 19318 | /***************************************************************************
* Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> *
* *
* Based on Logitech G13 driver (v0.4) *
* Copyr... | gpl-2.0 |
mingit/mstcp_v0.89.4 | drivers/net/wireless/iwlwifi/dvm/mac80211.c | 200 | 43159 | /******************************************************************************
*
* Copyright(c) 2003 - 2014 Intel Corporation. All rights reserved.
*
* Portions of this file are derived from the ipw3945 project, as well
* as portions of the ieee80211 subsystem header files.
*
* This program is free software; yo... | gpl-2.0 |
skywalker01/Samsung-Galaxy-S-Plus | drivers/scsi/libsas/sas_scsi_host.c | 200 | 29557 | /*
* Serial Attached SCSI (SAS) class SCSI Host glue.
*
* Copyright (C) 2005 Adaptec, Inc. All rights reserved.
* Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
*
* This file is licensed under GPLv2.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of t... | gpl-2.0 |
sencis/kernel_huawei_u8500 | arch/arm/plat-omap/clock.c | 456 | 10731 | /*
* linux/arch/arm/plat-omap/clock.c
*
* Copyright (C) 2004 - 2008 Nokia corporation
* Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>
*
* Modified for omap shared clock framework by Tony Lindgren <tony@atomide.com>
*
* This program is free software; you can redistribute it and/or modify
* it ... | gpl-2.0 |
blade-af3/android_kernel_zte_P731A20 | sound/soc/blackfin/bf5xx-tdm-pcm.c | 2248 | 9178 | /*
* File: sound/soc/blackfin/bf5xx-tdm-pcm.c
* Author: Barry Song <Barry.Song@analog.com>
*
* Created: Tue June 06 2009
* Description: DMA driver for tdm codec
*
* Modified:
* Copyright 2009 Analog Devices Inc.
*
* Bugs: Enter bugs at http://blackfin.uclinux.org/
*
... | gpl-2.0 |
Emotroid-Team/emotion_kernel_tw_edge | drivers/staging/gdm72xx/gdm_wimax.c | 2248 | 22701 | /*
* Copyright (c) 2012 GCT Semiconductor, Inc. All rights reserved.
*
* 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 distributed in the ... | gpl-2.0 |
halaszk/Perseus-halaszk-universal5433 | sound/isa/cs423x/cs4231.c | 2248 | 5932 | /*
* Generic driver for CS4231 chips
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Originally the CS4232/CS4232A driver, modified for use on CS4231 by
* Tugrul Galatali <galatalt@stuy.edu>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen... | gpl-2.0 |
chenxiaolong/Note4Kernel | sound/soc/codecs/wm9712.c | 2248 | 24272 | /*
* wm9712.c -- ALSA Soc WM9712 codec support
*
* Copyright 2006-12 Wolfson Microelectronics PLC.
* Author: Liam Girdwood <lrg@slimlogic.co.uk>
*
* 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 Sof... | gpl-2.0 |
Alberto96/android_kernel_samsung_tassve | arch/mips/alchemy/devboards/db1x00/platform.c | 3784 | 4109 | /*
* DBAu1xxx board platform device registration
*
* Copyright (C) 2009 Manuel Lauss
*
* 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 opti... | gpl-2.0 |
emceethemouth/kernel_msm | arch/mips/bcm63xx/cpu.c | 4552 | 6546 | /*
* 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) 2008 Maxime Bizon <mbizon@freebox.fr>
* Copyright (C) 2009 Florian Fainelli <florian@openwrt.org>
*/
#include <linux/kern... | gpl-2.0 |
major91/Zeta-Chromium-N5 | net/batman-adv/originator.c | 4808 | 16881 | /*
* Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
* 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 Foundation.
*
* This program is distribute... | gpl-2.0 |
silence-star/z5_kernel | drivers/s390/cio/ccwgroup.c | 4808 | 16238 | /*
* bus driver for ccwgroup
*
* Copyright IBM Corp. 2002, 2009
*
* Author(s): Arnd Bergmann (arndb@de.ibm.com)
* Cornelia Huck (cornelia.huck@de.ibm.com)
*/
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/device.h>
#include <linux/init... | gpl-2.0 |
dennes544/aosp_kernel_lge_hammerhead_dennes544 | fs/xfs/xfs_bmap.c | 4808 | 181964 | /*
* Copyright (c) 2000-2006 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 |
haoyangw/android_kernel_xiaomi_dior | drivers/md/dm-thin-metadata.c | 4808 | 32017 | /*
* Copyright (C) 2011 Red Hat, Inc.
*
* This file is released under the GPL.
*/
#include "dm-thin-metadata.h"
#include "persistent-data/dm-btree.h"
#include "persistent-data/dm-space-map.h"
#include "persistent-data/dm-space-map-disk.h"
#include "persistent-data/dm-transaction-manager.h"
#include <linux/list.h>... | gpl-2.0 |
windyyuan/linux | drivers/isdn/hisax/sportster.c | 4808 | 6498 | /* $Id: sportster.c,v 1.16.2.4 2004/01/13 23:48:39 keil Exp $
*
* low level stuff for USR Sportster internal TA
*
* Author Karsten Keil
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorpo... | gpl-2.0 |
Arc-Team/android_kernel_htc_a11 | fs/xfs/xfs_itable.c | 4808 | 20030 | /*
* Copyright (c) 2000-2002,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 woul... | gpl-2.0 |
CyanogenMod/sony-kernel-u8500 | drivers/leds/leds-rb532.c | 4808 | 1761 | /*
* LEDs driver for the "User LED" on Routerboard532
*
* Copyright (C) 2009 Phil Sutter <n0-1@freewrt.org>
*
* Based on leds-cobalt-qube.c by Florian Fainelly and
* rb-diag.c (my own standalone driver for both LED and
* button of Routerboard532).
*/
#include <linux/leds.h>
#include <linux/module.h>
#include <... | gpl-2.0 |
TEAM-Gummy/android_kernel_lg_g2 | drivers/usb/serial/keyspan_pda.c | 4808 | 22262 | /*
* USB Keyspan PDA / Xircom / Entregra Converter driver
*
* Copyright (C) 1999 - 2001 Greg Kroah-Hartman <greg@kroah.com>
* Copyright (C) 1999, 2000 Brian Warner <warner@lothar.com>
* Copyright (C) 2000 Al Borchers <borchers@steinerpoint.com>
*
* This program is free software; you can redistribute it and/or m... | gpl-2.0 |
drewx2/android_kernel_htc_dlx | sound/soc/codecs/ak4104.c | 4808 | 6152 | /*
* AK4104 ALSA SoC (ASoC) driver
*
* Copyright (c) 2009 Daniel Mack <daniel@caiaq.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; either version 2 of the License, or (at y... | gpl-2.0 |
cristianomatos/android_kernel_motorola_msm8226 | drivers/power/max8903_charger.c | 5064 | 9292 | /*
* max8903_charger.c - Maxim 8903 USB/Adapter Charger Driver
*
* Copyright (C) 2011 Samsung Electronics
* MyungJoo Ham <myungjoo.ham@samsung.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 ... | gpl-2.0 |
Eliminater74/D851_20G_Kernel_Stock | drivers/gpio/gpio-xilinx.c | 5064 | 7155 | /*
* Xilinx gpio driver
*
* Copyright 2008 Xilinx, 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 Foundation.
*
* You should have received a copy of the GNU General Public License... | gpl-2.0 |
friedrich420/S6_UniKernel_v2 | fs/ncpfs/getopt.c | 12744 | 1903 | /*
* getopt.c
*/
#include <linux/kernel.h>
#include <linux/string.h>
#include <asm/errno.h>
#include "getopt.h"
/**
* ncp_getopt - option parser
* @caller: name of the caller, for error messages
* @options: the options string
* @opts: an array of &struct option entries controlling parser operations
* @optopt... | gpl-2.0 |
flar2/villec2-bulletproof | net/netfilter/xt_pkttype.c | 13768 | 1686 | /* (C) 1999-2001 Michal Ludvig <michal@logix.cz>
*
* 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/module.h>
#include <linux/skbuff.h>
#include <linux/if_ether... | gpl-2.0 |
BAGAsss/mrmc | tools/depends/target/libcpluff/cpluff/console/cmdinput_readline.c | 201 | 5498 | /*-------------------------------------------------------------------------
* C-Pluff, a plug-in framework for C
* Copyright 2007 Johannes Lehtinen
*
* 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... | gpl-2.0 |
CyanogenMod/android_kernel_motorola_msm8916 | fs/nfs/nfs4state.c | 457 | 59837 | /*
* fs/nfs/nfs4state.c
*
* Client-side XDR for NFSv4.
*
* Copyright (c) 2002 The Regents of the University of Michigan.
* All rights reserved.
*
* Kendrick Smith <kmsmith@umich.edu>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... | gpl-2.0 |
enleightond/linux | drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c | 969 | 11563 | /*******************************************************************************
Intel 10 Gigabit PCI Express Linux driver
Copyright(c) 1999 - 2014 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,
ver... | gpl-2.0 |
vishnuavula/ntb | drivers/hwmon/max6639.c | 1737 | 18372 | /*
* max6639.c - Support for Maxim MAX6639
*
* 2-Channel Temperature Monitor with Dual PWM Fan-Speed Controller
*
* Copyright (C) 2010, 2011 Roland Stigge <stigge@antcom.de>
*
* based on the initial MAX6639 support from semptian.net
* by He Changqing <hechangqing@semptian.com>
*
* This program is free softwar... | gpl-2.0 |
burstlam/kernel-35 | drivers/staging/msm/mdp_dma.c | 3017 | 15006 | /* Copyright (c) 2008-2009, 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 |
TeamHackDroid/android_kernel_samsung_galaxys2plus-common | drivers/watchdog/stmp3xxx_wdt.c | 4041 | 6650 | /*
* Watchdog driver for Freescale STMP37XX/STMP378X
*
* Author: Vitaly Wool <vital@embeddedalley.com>
*
* Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.
* Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/fs.... | gpl-2.0 |
NaughtyMonkey75/kernel_htc_msm8974 | arch/m68k/platform/coldfire/sltimers.c | 4553 | 3935 | /***************************************************************************/
/*
* sltimers.c -- generic ColdFire slice timer support.
*
* Copyright (C) 2009-2010, Philippe De Muyter <phdm@macqel.be>
* based on
* timers.c -- generic ColdFire hardware timer support.
* Copyright (C) 1999-2008, Greg Ungerer <gerg@s... | gpl-2.0 |
MyAOSP/kernel_samsung_manta | arch/x86/kernel/tboot.c | 4553 | 11623 | /*
* tboot.c: main implementation of helper functions used by kernel for
* runtime support of Intel(R) Trusted Execution Technology
*
* 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 Gener... | gpl-2.0 |
FrozenCow/msm | drivers/input/keyboard/spear-keyboard.c | 4809 | 7699 | /*
* SPEAr Keyboard Driver
* Based on omap-keypad driver
*
* Copyright (C) 2010 ST Microelectronics
* Rajeev Kumar<rajeev-dlh.kumar@st.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 kind, whether expre... | gpl-2.0 |
schqiushui/Kernel_MM_GPE_M8 | drivers/infiniband/hw/mlx4/cq.c | 4809 | 20989 | /*
* Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2007, 2008 Mellanox Technologies. 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,... | gpl-2.0 |
ztemt/Z5mini_H112_kernel | drivers/staging/line6/toneport.c | 4809 | 11481 | /*
* Line6 Linux USB driver - 0.9.1beta
*
* Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
* Emil Myhrman (emil.myhrman@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
* publishe... | gpl-2.0 |
Fechinator/FechdaKernelReloaded6.0 | net/batman-adv/vis.c | 4809 | 25452 | /*
* Copyright (C) 2008-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich
*
* 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 Foundation.
*
* This program is distributed in the hope t... | gpl-2.0 |
ElectryDev/android_kernel_kingdom_row | drivers/rtc/rtc-lpc32xx.c | 4809 | 10192 | /*
* Copyright (C) 2010 NXP Semiconductors
*
* 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.
*
* You should hav... | gpl-2.0 |
Jackeagle/CAF-Kernel | net/batman-adv/vis.c | 4809 | 25452 | /*
* Copyright (C) 2008-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich
*
* 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 Foundation.
*
* This program is distributed in the hope t... | gpl-2.0 |
StelixROM/android_kernel_google_msm | drivers/rtc/rtc-m41t93.c | 4809 | 5700 | /*
*
* Driver for ST M41T93 SPI RTC
*
* (c) 2010 Nikolaus Voss, Weinmann Medical GmbH
*
* 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/bcd.h>
#include <li... | gpl-2.0 |
Dm47021/LGE_Kernel_F6mt | drivers/staging/tidspbridge/core/io_sm.c | 4809 | 62256 | /*
* io_sm.c
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* IO dispatcher for a shared memory channel driver.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
* This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li... | gpl-2.0 |
davidmueller13/android_kernel_samsung_lt03lte | drivers/media/radio/radio-rtrack2.c | 4809 | 3371 | /*
* RadioTrack II driver
* Copyright 1998 Ben Pfaff
*
* Based on RadioTrack I/RadioReveal (C) 1997 M. Kirkwood
* Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
*
* Converted to the radio-isa framework by Hans Verkuil <hans.... | gpl-2.0 |
xXminiWHOOPERxX/MSM8974-Mini-Reloaded-Sense-Kernel | arch/hexagon/mm/ioremap.c | 6089 | 1677 | /*
* I/O remap functions for Hexagon
*
* Copyright (c) 2010-2011, 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.... | gpl-2.0 |
helicopter88/android_kernel_lge_hammerhead | drivers/staging/vt6655/wcmd.c | 7881 | 41408 | /*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your opt... | gpl-2.0 |
aatjitra/7105u1 | drivers/parisc/led.c | 8393 | 20416 | /*
* Chassis LCD/LED driver for HP-PARISC workstations
*
* (c) Copyright 2000 Red Hat Software
* (c) Copyright 2000 Helge Deller <hdeller@redhat.com>
* (c) Copyright 2001-2009 Helge Deller <deller@gmx.de>
* (c) Copyright 2001 Randolph Chung <tausq@debian.org>
*
* This program is free... | gpl-2.0 |
Fevax/exynos8890_stock | security/keys/key.c | 202 | 30054 | /* Basic authentication token and access key management
*
* Copyright (C) 2004-2008 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@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... | gpl-2.0 |
The-Sickness/DOL1-S6 | drivers/net/ethernet/marvell/mvneta.c | 202 | 77541 | /*
* Driver for Marvell NETA network card for Armada XP and Armada 370 SoCs.
*
* Copyright (C) 2012 Marvell
*
* Rami Rosen <rosenr@marvell.com>
* Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licen... | gpl-2.0 |
JoeGlancy/linux | drivers/irqchip/irq-gic-v3-its-platform-msi.c | 458 | 2821 | /*
* Copyright (C) 2013-2015 ARM Limited, All Rights Reserved.
* Author: Marc Zyngier <marc.zyngier@arm.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 ... | gpl-2.0 |
hexianren/linux-3.7-Panda | security/selinux/ss/policydb.c | 714 | 70335 | /*
* Implementation of the policy database.
*
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
*/
/*
* Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
*
* Support for enhanced MLS infrastructure.
*
* Updated: Frank Mayer <mayerf@tresys.com> and Karl MacMillan <kmacmillan@tresys.com>
*
* A... | gpl-2.0 |
mrg666/nook_kernel | drivers/bluetooth/bcm203x.c | 714 | 7066 | /*
*
* Broadcom Blutonium firmware driver
*
* Copyright (C) 2003 Maxim Krasnyansky <maxk@qualcomm.com>
* Copyright (C) 2003 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 as published... | gpl-2.0 |
hopkinskong/linux_on_wince_htc | net/bridge/br_ioctl.c | 714 | 9353 | /*
* Ioctl handler
* Linux ethernet bridge
*
* Authors:
* Lennert Buytenhek <buytenh@gnu.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 Free Software Foundation; either version
* 2 of the License, or (... | gpl-2.0 |
aapav01/android_kernel_samsung_j7elte | arch/s390/kvm/sigp.c | 1994 | 10074 | /*
* handling interprocessor communication
*
* Copyright IBM Corp. 2008, 2009
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2 only)
* as published by the Free Software Foundation.
*
* Author(s): Carsten Otte <cotte@de... | gpl-2.0 |
libing64/manifold_linux | arch/mips/cavium-octeon/octeon-platform.c | 1994 | 17910 | /*
* 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-2011 Cavium Networks
* Copyright (C) 2008 Wind River Systems
*/
#include <linux/init.h>
#include <linux/irq.h>
#incl... | gpl-2.0 |
googyanas/GoogyMax-N5 | drivers/regulator/max8997.c | 2250 | 33336 | /*
* max8997.c - Regulator driver for the Maxim 8997/8966
*
* Copyright (C) 2011 Samsung Electronics
* MyungJoo Ham <myungjoo.ham@smasung.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 Found... | gpl-2.0 |
EPDCenterSpain/kernel_Archos_97_Titan | drivers/uio/uio.c | 2762 | 19937 | /*
* drivers/uio/uio.c
*
* Copyright(C) 2005, Benedikt Spranger <b.spranger@linutronix.de>
* Copyright(C) 2005, Thomas Gleixner <tglx@linutronix.de>
* Copyright(C) 2006, Hans J. Koch <hjk@hansjkoch.de>
* Copyright(C) 2006, Greg Kroah-Hartman <greg@kroah.com>
*
* Userspace IO
*
* Base Functions
*
* Licensed ... | gpl-2.0 |
kmihelich/linux | drivers/net/tulip/dmfe.c | 2762 | 60377 | /*
A Davicom DM9102/DM9102A/DM9102A+DM9801/DM9102A+DM9802 NIC fast
ethernet driver for Linux.
Copyright (C) 1997 Sten Wang
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; eit... | gpl-2.0 |
carlocaione/geniatech-kernel | drivers/net/wireless/iwlegacy/iwl-sta.c | 3018 | 23310 | /******************************************************************************
*
* Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved.
*
* Portions of this file are derived from the ipw3945 project, as well
* as portions of the ieee80211 subsystem header files.
*
* This program is free software; yo... | gpl-2.0 |
fishbowlFX/CM11-LGD325ds_kernel | net/tipc/core.c | 4810 | 5119 | /*
* net/tipc/core.c: TIPC module code
*
* Copyright (c) 2003-2006, Ericsson AB
* Copyright (c) 2005-2006, 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 |
AndroidDeveloperAlliance/ZenKernel_Grouper | sound/isa/adlib.c | 4810 | 3006 | /*
* AdLib FM card driver.
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/isa.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/opl3.h>
#define CRD_NAME "AdLib FM"
#define DEV_NAME "adlib"
MODULE_DESCRIPTION(CRD_NAME);
MODULE_AUTHOR("Rene Herman");
MODULE_LICENSE("GPL");... | gpl-2.0 |
XPerience-AOSP-Lollipop/android_kernel_xiaomi_cancro | sound/pci/hda/hda_jack.c | 4810 | 10079 | /*
* Jack-detection handling for HD-audio
*
* Copyright (c) 2011 Takashi Iwai <tiwai@suse.de>
*
* This driver 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 y... | gpl-2.0 |
boa19861105/Killx-Kernel | drivers/net/ethernet/mellanox/mlx4/fw.c | 4810 | 44637 | /*
* Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
* Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved.
* Copyright (c) 2005, 2006, 2007 Cisco Systems, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. ... | gpl-2.0 |
travarilo/redkancut_cancro | drivers/net/ethernet/myricom/myri10ge/myri10ge.c | 4810 | 118612 | /*************************************************************************
* myri10ge.c: Myricom Myri-10G Ethernet driver.
*
* Copyright (C) 2005 - 2011 Myricom, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | gpl-2.0 |
xwliu/Cubietruck_Plus-kernel-source | sound/pci/hda/hda_jack.c | 4810 | 10079 | /*
* Jack-detection handling for HD-audio
*
* Copyright (c) 2011 Takashi Iwai <tiwai@suse.de>
*
* This driver 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 y... | gpl-2.0 |
akw28888/n909 | drivers/scsi/bnx2i/bnx2i_init.c | 4810 | 15776 | /* bnx2i.c: Broadcom NetXtreme II iSCSI driver.
*
* Copyright (c) 2006 - 2011 Broadcom Corporation
* Copyright (c) 2007, 2008 Red Hat, Inc. All rights reserved.
* Copyright (c) 2007, 2008 Mike Christie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener... | gpl-2.0 |
TaichiN/android_kernel_lge_hammerhead | drivers/input/misc/ad714x.c | 5066 | 36413 | /*
* AD714X CapTouch Programmable Controller driver supporting AD7142/3/7/8/7A
*
* Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/device.h>
#include <linux/init.h>
#include <linux/input.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/inpu... | gpl-2.0 |
thehelios/pm-linux-3.8.y | drivers/isdn/hardware/eicon/divasproc.c | 5066 | 10556 | /* $Id: divasproc.c,v 1.19.4.3 2005/01/31 12:22:20 armin Exp $
*
* Low level driver for Eicon DIVA Server ISDN cards.
* /proc functions
*
* Copyright 2000-2003 by Armin Schindler (mac@melware.de)
* Copyright 2000-2003 Cytronics & Melware (info@melware.de)
*
* This software may be used and distributed according ... | gpl-2.0 |
arokux/linux | drivers/media/pci/zoran/zr36050.c | 13002 | 27029 | /*
* Zoran ZR36050 basic configuration functions
*
* Copyright (C) 2001 Wolfgang Scherr <scherr@net4you.at>
*
* $Id: zr36050.c,v 1.1.2.11 2003/08/03 14:54:53 rbultje Exp $
*
* ------------------------------------------------------------------------
*
* This program is free software; you can redistribute it and... | gpl-2.0 |
lyapota/n7_port2edge | drivers/md/persistent-data/dm-btree-spine.c | 1227 | 5258 | /*
* Copyright (C) 2011 Red Hat, Inc.
*
* This file is released under the GPL.
*/
#include "dm-btree-internal.h"
#include "dm-transaction-manager.h"
#include <linux/device-mapper.h>
#define DM_MSG_PREFIX "btree spine"
/*----------------------------------------------------------------*/
#define BTREE_CSUM_XOR 1... | gpl-2.0 |
CMNookTablet/acclaim_kernel | block/deadline-iosched.c | 1483 | 11700 | /*
* Deadline i/o scheduler.
*
* Copyright (C) 2002 Jens Axboe <axboe@kernel.dk>
*/
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/blkdev.h>
#include <linux/elevator.h>
#include <linux/bio.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/compiler.h>
#in... | gpl-2.0 |
dmore70/nexus7-kernel | sound/soc/codecs/wm8991.c | 2763 | 44258 | /*
* wm8991.c -- WM8991 ALSA Soc Audio driver
*
* Copyright 2007-2010 Wolfson Microelectronics PLC.
* Author: Graeme Gregory
* linux@wolfsonmicro.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 th... | gpl-2.0 |
TEAM-Gummy/android_kernel_samsung_d2 | arch/arm/mach-ux500/id.c | 4811 | 2324 | /*
* 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
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
#include <asm/cputype.h>
#include <asm/tlbflush.h>
#include <asm/c... | gpl-2.0 |
xXminiWHOOPERxX/dlxpul-kernel-final | drivers/staging/media/as102/as102_usb_drv.c | 4811 | 12223 | /*
* Abilis Systems Single DVB-T Receiver
* Copyright (C) 2008 Pierrick Hascoet <pierrick.hascoet@abilis.com>
* Copyright (C) 2010 Devin Heitmueller <dheitmueller@kernellabs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ... | gpl-2.0 |
Nothing-Dev/MaxiKernel_condor | sound/soc/codecs/wm8988.c | 4811 | 27756 | /*
* wm8988.c -- WM8988 ALSA SoC audio driver
*
* Copyright 2009 Wolfson Microelectronics plc
* Copyright 2005 Openedhand Ltd.
*
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lic... | gpl-2.0 |
supersonicninja/CAF-Kernel | drivers/misc/bmp085.c | 4811 | 13099 | /* Copyright (c) 2010 Christoph Mair <christoph.mair@gmail.com>
This driver supports the bmp085 digital barometric pressure
and temperature sensor from Bosch Sensortec. The datasheet
is available from their website:
http://www.bosch-sensortec.com/content/language1/downloads/BST-BMP085-DS000-05.pdf
... | gpl-2.0 |
aosp-lb-nozomi/android_kernel_sony_msm8660 | net/batman-adv/icmp_socket.c | 4811 | 8669 | /*
* Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
* 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 Foundation.
*
* This program is distributed in the hope that... | gpl-2.0 |
tweez/kernel-msm | drivers/net/ethernet/mellanox/mlx4/mr.c | 4811 | 21895 | /*
* Copyright (c) 2004 Topspin Communications. All rights reserved.
* Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved.
* Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choo... | gpl-2.0 |
ElectryDev/android_kernel_kingdom_row | net/batman-adv/gateway_client.c | 4811 | 17411 | /*
* Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
* 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 Foundation.
*
* This program is distributed in the hope that... | gpl-2.0 |
ujwalp15/android_kernel_motorola_msm8226 | drivers/staging/rtl8712/rtl8712_cmd.c | 5067 | 14019 | /******************************************************************************
* rtl8712_cmd.c
*
* Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
* Linux device driver for RTL8192SU
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of ... | gpl-2.0 |
ffosilva/android_kernel_sony_msm8974 | net/netfilter/ipvs/ip_vs_wrr.c | 5067 | 5594 | /*
* IPVS: Weighted Round-Robin Scheduling module
*
* Authors: 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
* as published by the Fre... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.