repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
fileton/linux | sound/soc/codecs/wm8804-spi.c | 617 | 1336 | /*
* wm8804-spi.c -- WM8804 S/PDIF transceiver driver - SPI
*
* Copyright 2015 Cirrus Logic Inc
*
* Author: Charles Keepax <ckeepax@opensource.wolfsonmicro.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
* publi... | gpl-2.0 |
Pingmin/linux | arch/arm/mm/cache-uniphier.c | 617 | 14464 | // SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (C) 2015-2016 Socionext Inc.
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
*/
#define pr_fmt(fmt) "uniphier: " fmt
#include <linux/bitops.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/log2.h>
#include <linux/of_address.h>... | gpl-2.0 |
archfan/xu4-linux | drivers/cpufreq/tegra20-cpufreq.c | 617 | 5679 | /*
* Copyright (C) 2010 Google, Inc.
*
* Author:
* Colin Cross <ccross@google.com>
* Based on arch/arm/plat-omap/cpu-omap.c, (C) 2005 Nokia Corporation
*
* 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,... | gpl-2.0 |
xingrz/android_kernel_nubia_msm8996 | drivers/input/keyboard/qt1070.c | 1385 | 6875 | /*
* Atmel AT42QT1070 QTouch Sensor Controller
*
* Copyright (C) 2011 Atmel
*
* Authors: Bo Shen <voice.shen@atmel.com>
*
* Base on AT42QT2160 driver by:
* Raphael Derosso Pereira <raphaelpereira@gmail.com>
* Copyright (C) 2009
*
* This program is free software; you can redistribute it and/or modify
... | gpl-2.0 |
SchulerControl/linux | drivers/media/radio/radio-shark.c | 2153 | 11694 | /*
* Linux V4L2 radio driver for the Griffin radioSHARK USB radio receiver
*
* Note the radioSHARK offers the audio through a regular USB audio device,
* this driver only handles the tuning.
*
* The info necessary to drive the shark was taken from the small userspace
* shark.c program by Michael Rolig, which he ... | gpl-2.0 |
wzhy90/Huawei_Watch_Kernel | fs/reiserfs/journal.c | 2153 | 124107 | /*
** Write ahead logging implementation copyright Chris Mason 2000
**
** The background commits make this code very interrelated, and
** overly complex. I need to rethink things a bit....The major players:
**
** journal_begin -- call with the number of blocks you expect to log.
** If the current tran... | gpl-2.0 |
Desterly/android_kernel_motorola_msm8994 | drivers/media/radio/radio-shark.c | 2153 | 11694 | /*
* Linux V4L2 radio driver for the Griffin radioSHARK USB radio receiver
*
* Note the radioSHARK offers the audio through a regular USB audio device,
* this driver only handles the tuning.
*
* The info necessary to drive the shark was taken from the small userspace
* shark.c program by Michael Rolig, which he ... | gpl-2.0 |
Frontier314/kernel_s702hf | drivers/hid/hid-wacom.c | 2665 | 11785 | /*
* Bluetooth Wacom Tablet support
*
* Copyright (c) 1999 Andreas Gal
* Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz>
* Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc
* Copyright (c) 2006-2007 Jiri Kosina
* Copyright (c) 2007 Paul Walmsley
* Copyright (c) 2008 Jir... | gpl-2.0 |
PhilZ-cwm6/android_kernel_htc_vigor | drivers/atm/zatm.c | 2665 | 44396 | /* drivers/atm/zatm.c - ZeitNet ZN122x device driver */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/pci.h>
#include <linux/errno.h>
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/sonet.h>
#inc... | gpl-2.0 |
ashishkrishnan/android_kernel_samsung_smdk4412 | fs/cachefiles/namei.c | 3177 | 25200 | /* CacheFiles path walking and related routines
*
* Copyright (C) 2007 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 Licence
* as published by the Free Sof... | gpl-2.0 |
blade-vec-4g/android_kernel_zte_msm8226 | net/sctp/associola.c | 3433 | 47211 | /* SCTP kernel implementation
* (C) Copyright IBM Corp. 2001, 2004
* Copyright (c) 1999-2000 Cisco, Inc.
* Copyright (c) 1999-2001 Motorola, Inc.
* Copyright (c) 2001 Intel Corp.
* Copyright (c) 2001 La Monte H.P. Yarroll
*
* This file is part of the SCTP kernel implementation
*
* This module provides the abst... | gpl-2.0 |
sicknemesis/stock_kernel_hammerhead | arch/arm/plat-omap/clock.c | 4713 | 11263 | /*
* 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 |
StanTRC/lge-kernel-e430 | drivers/staging/iio/iio_hwmon.c | 4969 | 5667 | /* Hwmon client for industrial I/O devices
*
* Copyright (c) 2011 Jonathan Cameron
*
* 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 <linu... | gpl-2.0 |
zhaochengw/A810S_CAF_KERNEL_3.4 | drivers/net/wireless/brcm80211/brcmsmac/phy_shim.c | 5225 | 5890 | /*
* 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 |
picmaster/linux-imx6 | fs/jfs/file.c | 5481 | 4460 | /*
* Copyright (C) International Business Machines Corp., 2000-2002
* Portions Copyright (C) Christoph Hellwig, 2001-2002
*
* 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; eithe... | gpl-2.0 |
Albinoman887/android_kernel_samsung_klte | arch/ia64/sn/kernel/setup.c | 6505 | 20665 | /*
* 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) 1999,2001-2006 Silicon Graphics, Inc. All rights reserved.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <... | gpl-2.0 |
Advael/fjord-kernel | arch/score/kernel/setup.c | 8809 | 4135 | /*
* arch/score/kernel/setup.c
*
* Score Processor version.
*
* Copyright (C) 2009 Sunplus Core Technology Co., Ltd.
* Chen Liqin <liqin.chen@sunplusct.com>
* Lennox Wu <lennox.wu@sunplusct.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... | gpl-2.0 |
sandymanu/manufooty_yu | arch/powerpc/boot/treeboot-currituck.c | 8809 | 3066 | /*
* Copyright © 2011 Tony Breeds IBM Corporation
*
* Based on earlier code:
* Copyright (C) Paul Mackerras 1997.
*
* Matt Porter <mporter@kernel.crashing.org>
* Copyright 2002-2005 MontaVista Software Inc.
*
* Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net>
* Copyright (c) 2003,... | gpl-2.0 |
CyanogenMod/android_kernel_sony_msm8660 | net/ceph/buffer.c | 10857 | 1396 |
#include <linux/ceph/ceph_debug.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/ceph/buffer.h>
#include <linux/ceph/decode.h>
struct ceph_buffer *ceph_buffer_new(size_t len, gfp_t gfp)
{
struct ceph_buffer *b;
b = kmalloc(sizeof(*b), gfp);
if (!b)
return NULL;
b->vec.iov_base = kmalloc(... | gpl-2.0 |
EPDCenterSpain/bq-DC-v2 | drivers/video/console/font_10x18.c | 14697 | 143983 | /********************************
* adapted from font_sun12x22.c *
* by Jurriaan Kalkman 06-2005 *
********************************/
#include <linux/font.h>
#define FONTDATAMAX 9216
static const unsigned char fontdata_10x18[FONTDATAMAX] = {
/* 0 0x00 '^@' */
0x00, 0x00, /* 0000000000 */
0x00, 0x00, /* 000000... | gpl-2.0 |
rbauduin/mptcp | drivers/usb/musb/omap2430.c | 106 | 19015 | /*
* Copyright (C) 2005-2007 by Texas Instruments
* Some code has been taken from tusb6010.c
* Copyrights for that are attributable to:
* Copyright (C) 2006 Nokia Corporation
* Tony Lindgren <tony@atomide.com>
*
* This file is part of the Inventra Controller Driver for Linux.
*
* The Inventra Controller Driver... | gpl-2.0 |
koalo/linux | drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 362 | 51640 | /*
* Xilinx Axi Ethernet device driver
*
* Copyright (c) 2008 Nissin Systems Co., Ltd., Yoshio Kashiwagi
* Copyright (c) 2005-2008 DLA Systems, David H. Lynch Jr. <dhlii@dlasys.net>
* Copyright (c) 2008-2009 Secret Lab Technologies Ltd.
* Copyright (c) 2010 - 2011 Michal Simek <monstr@monstr.eu>
* Copyright (c... | gpl-2.0 |
silvesterlee/linux | tools/perf/builtin-list.c | 618 | 2122 | /*
* builtin-list.c
*
* Builtin list command: list all event types
*
* Copyright (C) 2009, Thomas Gleixner <tglx@linutronix.de>
* Copyright (C) 2008-2009, Red Hat Inc, Ingo Molnar <mingo@redhat.com>
* Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
*/
#include "builtin.h"
#include "... | gpl-2.0 |
patjak/drm-gma500 | net/ipv4/tcp_scalable.c | 618 | 1406 | /* Tom Kelly's Scalable TCP
*
* See http://www.deneholme.net/tom/scalable/
*
* John Heffner <jheffner@sc.edu>
*/
#include <linux/module.h>
#include <net/tcp.h>
/* These factors derived from the recommended values in the aer:
* .01 and and 7/8. We use 50 instead of 100 to account for
* delayed ack.
*/
#define ... | gpl-2.0 |
Chad0989/Vigor-Incredikernel | drivers/cpufreq/cpufreq_conservative.c | 874 | 20279 | /*
* drivers/cpufreq/cpufreq_conservative.c
*
* Copyright (C) 2001 Russell King
* (C) 2003 Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>.
* Jun Nakajima <jun.nakajima@intel.com>
* (C) 2009 Alexander Clouter <alex@digriz.org.uk>
*
* This program is free softw... | gpl-2.0 |
gbtian/mptcp | crypto/authencesn.c | 1642 | 23962 | /*
* authencesn.c - AEAD wrapper for IPsec with extended sequence numbers,
* derived from authenc.c
*
* Copyright (C) 2010 secunet Security Networks AG
* Copyright (C) 2010 Steffen Klassert <steffen.klassert@secunet.com>
*
* This program is free software; you can redistribute it and/or modify it
... | gpl-2.0 |
blade-vec-4g/android_kernel_zte_msm8226 | net/ipv6/tcp_ipv6.c | 1642 | 56966 | /*
* TCP over IPv6
* Linux INET6 implementation
*
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
* Based on:
* linux/net/ipv4/tcp.c
* linux/net/ipv4/tcp_input.c
* linux/net/ipv4/tcp_output.c
*
* Fixes:
* Hideaki YOSHIFUJI : sin6_scope_id support
* YOSHIFUJI Hideaki @USAGI and: Support IPV6_V6ONLY socket ... | gpl-2.0 |
Minia89/one_plus_one | drivers/coresight/coresight-funnel.c | 2154 | 6598 | /* Copyright (c) 2011-2013, 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 |
nopy/android_kernel_huawei_u8815 | drivers/staging/spectra/ffsport.c | 2922 | 22025 | /*
* NAND Flash Controller Device Driver
* Copyright (c) 2009, Intel Corporation and its suppliers.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This ... | gpl-2.0 |
MoKee/android_kernel_lge_p880 | sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c | 2922 | 3332 | /* sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c
*
* Copyright 2009 Simtec Electronics
*
* 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 <sound/soc.h>
#include "s3... | gpl-2.0 |
Andiry/prd | arch/parisc/kernel/unaligned.c | 3690 | 17695 | /*
* Unaligned memory access handler
*
* Copyright (C) 2001 Randolph Chung <tausq@debian.org>
* Significantly tweaked by LaMont Jones <lamont@debian.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 |
davidmueller13/ZenKernel_Flounder | lib/mpi/mpi-pow.c | 4202 | 8464 | /* mpi-pow.c - MPI functions
* Copyright (C) 1994, 1996, 1998, 2000 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG 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 vers... | gpl-2.0 |
ruzarowski/boeffla-kernel-cm-s3 | arch/um/sys-x86_64/sysrq.c | 4714 | 1384 | /*
* Copyright 2003 PathScale, Inc.
*
* Licensed under the GPL
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/utsname.h>
#include <asm/current.h>
#include <asm/ptrace.h>
#include "sysrq.h"
void __show_regs(struct pt_regs *regs)
{
printk("\n");
print_modules();
p... | gpl-2.0 |
yank555-lu/Hammerhead-3.4-lollipop | arch/um/kernel/skas/clone.c | 4970 | 1267 | /*
* Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <signal.h>
#include <sched.h>
#include <asm/unistd.h>
#include <sys/time.h>
#include "as-layout.h"
#include "ptrace_user.h"
#include "stub-data.h"
#include "sysdep/stub.h"
/*
* This is in a separate file becau... | gpl-2.0 |
Cpasjuste/android_kernel_lg_p999 | drivers/hwmon/ams/ams-input.c | 4970 | 3542 | /*
* Apple Motion Sensor driver (joystick emulation)
*
* Copyright (C) 2005 Stelian Pop (stelian@popies.net)
* Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch)
*
* 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 |
adrientetar/semc-msm-3.4 | arch/um/os-Linux/sigio.c | 4970 | 11679 | /*
* Copyright (C) 2002 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <poll.h>
#include <pty.h>
#include <sched.h>
#include <signal.h>
#include <string.h>
#include "kern_util.h"
#include "init.h"
#include "os.h"
#inc... | gpl-2.0 |
GeorgeIoak/AM1802-Kernel | fs/nfsd/nfscache.c | 5738 | 7795 | /*
* Request reply cache. This is currently a global cache, but this may
* change in the future and be a per-client cache.
*
* This code is heavily inspired by the 44BSD implementation, although
* it does things a bit differently.
*
* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
*/
#include <linux/s... | gpl-2.0 |
jfdsmabalot/kernel_samsung_msm8974ab | net/mac80211/aes_ccm.c | 8042 | 3522 | /*
* Copyright 2003-2004, Instant802 Networks, Inc.
* Copyright 2005-2006, Devicescape Software, 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.
*/
#include <linux/kerne... | gpl-2.0 |
motley-git/kernel-Nexus4 | drivers/net/wimax/i2400m/usb-notif.c | 9322 | 8147 | /*
* Intel Wireless WiMAX Connection 2400m over USB
* Notification handling
*
*
* Copyright (C) 2007-2008 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redi... | gpl-2.0 |
nvl1109/u-boot-k70 | drivers/net/fsl_mcdmafec.c | 107 | 16651 | /*
* (C) Copyright 2000-2004
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* (C) Copyright 2007 Freescale Semiconductor, Inc.
* TsiChung Liew (Tsi-Chung.Liew@freescale.com)
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistr... | gpl-2.0 |
pacificIT/u-boot | arch/arm/cpu/arm920t/at91rm9200/ks8721.c | 107 | 6405 | /*
* (C) Copyright 2006
* Author : Eric Benard (Eukrea Electromatique)
* based on dm9161.c which is :
* (C) Copyright 2003
* Author : Hamid Ikdoumi (Atmel)
*
* 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 ... | gpl-2.0 |
bradfa/linux | drivers/ata/sata_highbank.c | 363 | 18196 | /*
* Calxeda Highbank AHCI SATA platform driver
* Copyright 2012 Calxeda, Inc.
*
* based on the AHCI SATA platform driver by Jeff Garzik and Anton Vorontsov
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2... | gpl-2.0 |
shane87/linux_wx435kt-froyo | drivers/input/mouse/synaptics.c | 363 | 20683 | /*
* Synaptics TouchPad PS/2 mouse driver
*
* 2003 Dmitry Torokhov <dtor@mail.ru>
* Added support for pass-through port. Special thanks to Peter Berg Larsen
* for explaining various Synaptics quirks.
*
* 2003 Peter Osterlund <petero2@telia.com>
* Ported to 2.5 input device infrastructure.
*
* ... | gpl-2.0 |
meimz/linux | arch/x86/um/sys_call_table_64.c | 619 | 1585 | /*
* System call table for UML/x86-64, copied from arch/x86/kernel/syscall_*.c
* with some changes for UML.
*/
#include <linux/linkage.h>
#include <linux/sys.h>
#include <linux/cache.h>
#include <generated/user_constants.h>
#define __NO_STUBS
/*
* Below you can see, in terms of #define's, the differences between... | gpl-2.0 |
CyanogenMod/htc-kernel-incrediblec | crypto/md5.c | 619 | 7405 | /*
* Cryptographic API.
*
* MD5 Message Digest Algorithm (RFC1321).
*
* Derived from cryptoapi implementation, originally based on the
* public domain implementation written by Colin Plumb in 1993.
*
* Copyright (c) Cryptoapi developers.
* Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
*
* This... | gpl-2.0 |
espenfjo/android_kernel_samsung_n8000 | drivers/media/tdmb/tcc3170/src/tcpal_linux/tcpal_queue.c | 619 | 4917 | /*
*
* File name : tcpal_queue.c
*
* Description : tdmb driver
*
* Copyright (C) (2012, Telechips. )
*
* 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.
*
* This program is distributed "... | gpl-2.0 |
VanirAOSP/kernel_samsung_skomer | arch/x86/xen/setup.c | 875 | 12657 | /*
* Machine specific setup for xen
*
* Jeremy Fitzhardinge <jeremy@xensource.com>, XenSource Inc, 2007
*/
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/pm.h>
#include <linux/memblock.h>
#include <asm/elf.h>
#include <asm/vdso.h>
#include <asm/e820.h>
#include <asm/setup... | gpl-2.0 |
burstlam/zte-turies-35 | fs/bfs/file.c | 1387 | 4856 | /*
* fs/bfs/file.c
* BFS file operations.
* Copyright (C) 1999,2000 Tigran Aivazian <tigran@veritas.com>
*
* Make the file block allocation algorithm understand the size
* of the underlying block device.
* Copyright (C) 2007 Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
*
*/
#include <linux/fs.h>
#include <linu... | gpl-2.0 |
bju2000/android_kernel_lenovo_k30t | drivers/video/console/fbcon.c | 1643 | 90115 | /*
* linux/drivers/video/fbcon.c -- Low level frame buffer based console driver
*
* Copyright (C) 1995 Geert Uytterhoeven
*
*
* This file is based on the original Amiga console driver (amicon.c):
*
* Copyright (C) 1993 Hamish Macdonald
* Greg Harp
* Copyright (C) 1994 David Carter [carter@compsci.brist... | gpl-2.0 |
xapp-le/kernel | drivers/net/wireless/iwlwifi/mvm/scan.c | 1643 | 13797 | /******************************************************************************
*
* This file is provided under a dual BSD/GPLv2 license. When using or
* redistributing this file, you may do so under either license.
*
* GPL LICENSE SUMMARY
*
* Copyright(c) 2012 - 2013 Intel Corporation. All rights reserved.
*
... | gpl-2.0 |
Jetson-TX1-AndroidTV/android_kernel_jetson_tx1_hdmi_primary | sound/soc/samsung/s3c2412-i2s.c | 2155 | 5312 | /* sound/soc/samsung/s3c2412-i2s.c
*
* ALSA Soc Audio Layer - S3C2412 I2S driver
*
* Copyright (c) 2006 Wolfson Microelectronics PLC.
* Graeme Gregory graeme.gregory@wolfsonmicro.com
* linux@wolfsonmicro.com
*
* Copyright (c) 2007, 2004-2005 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@... | gpl-2.0 |
jthatch12/STi | drivers/net/ftmac100.c | 2923 | 31217 | /*
* Faraday FTMAC100 10/100 Ethernet
*
* (C) Copyright 2009-2011 Faraday Technology
* Po-Yu Chuang <ratbert@faraday-tech.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 ve... | gpl-2.0 |
mericon/Xperia-S-msm8660 | drivers/staging/et131x/et1310_eeprom.c | 2923 | 12463 | /*
* Agere Systems Inc.
* 10/100/1000 Base-T Ethernet Driver for the ET1301 and ET131x series MACs
*
* Copyright © 2005 Agere Systems Inc.
* All rights reserved.
* http://www.agere.com
*
*------------------------------------------------------------------------------
*
* et1310_eeprom.c - Code used to access... | gpl-2.0 |
AndyLavr/htc_kernel_oxp | drivers/net/ibm_newemac/mal.c | 2923 | 20267 | /*
* drivers/net/ibm_newemac/mal.c
*
* Memory Access Layer (MAL) support
*
* Copyright 2007 Benjamin Herrenschmidt, IBM Corp.
* <benh@kernel.crashing.org>
*
* Based on the arch/ppc version of the driver:
*
* Copyright (c) 2004, 2005 Zultys Technologies.
* Eugene Surovegin <eugene.surovegin@zul... | gpl-2.0 |
NikitaProAndroid/android_kernel_lge_msm8x26 | net/netfilter/nf_conntrack_proto_sctp.c | 4459 | 24359 | /*
* Connection tracking protocol helper module for SCTP.
*
* SCTP is defined in RFC 2960. References to various sections in this code
* are to this RFC.
*
* 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 th... | gpl-2.0 |
raden/kencana-kernel | drivers/net/irda/nsc-ircc.c | 5227 | 60907 | /*********************************************************************
*
* Filename: nsc-ircc.c
* Version: 1.0
* Description: Driver for the NSC PC'108 and PC'338 IrDA chipsets
* Status: Stable.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Sat Nov 7 21:43:15... | gpl-2.0 |
AscendG630-DEV/android_kernel_huawei_g630 | arch/powerpc/platforms/ps3/spu.c | 7019 | 15518 | /*
* PS3 Platform spu routines.
*
* Copyright (C) 2006 Sony Computer Entertainment Inc.
* Copyright 2006 Sony Corp.
*
* 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 of t... | gpl-2.0 |
drewx2/android_kernel_htc_dlx | net/ipv4/xfrm4_tunnel.c | 7275 | 2765 | /* xfrm4_tunnel.c: Generic IP tunnel transformer.
*
* Copyright (C) 2003 David S. Miller (davem@redhat.com)
*/
#define pr_fmt(fmt) "IPsec: " fmt
#include <linux/skbuff.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <net/xfrm.h>
#include <net/ip.h>
#include <net/protocol.h>
static int ipip_output(s... | gpl-2.0 |
ResurrectionRemix-Devices/android_kernel_samsung_smdk4412 | drivers/media/video/saa7164/saa7164-api.c | 8043 | 44788 | /*
* Driver for the NXP SAA7164 PCIe bridge
*
* Copyright (c) 2010 Steven Toth <stoth@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 published by
* the Free Software Foundation; either version 2 of the Licens... | gpl-2.0 |
delaemon/linux | arch/powerpc/kernel/rtas-rtc.c | 11883 | 2749 | #include <linux/kernel.h>
#include <linux/time.h>
#include <linux/timer.h>
#include <linux/init.h>
#include <linux/rtc.h>
#include <linux/delay.h>
#include <linux/ratelimit.h>
#include <asm/prom.h>
#include <asm/rtas.h>
#include <asm/time.h>
#define MAX_RTC_WAIT 5000 /* 5 sec */
#define RTAS_CLOCK_BUSY (-2)
unsigned ... | gpl-2.0 |
pstovk/android_kernel_acer_a100 | arch/tile/lib/memmove.c | 12395 | 1452 | /*
* Copyright 2010 Tilera Corporation. 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, version 2.
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
yank555-lu/SGS3-Sourcedrops | fs/ntfs/bitmap.c | 14443 | 5603 | /*
* bitmap.c - NTFS kernel bitmap handling. Part of the Linux-NTFS project.
*
* Copyright (c) 2004-2005 Anton Altaparmakov
*
* This program/include file 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 |
astarasikov/iconia-gnu-kernel | fs/squashfs/super.c | 108 | 13132 | /*
* Squashfs - a compressed read only filesystem for Linux
*
* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008
* Phillip Lougher <phillip@lougher.demon.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... | gpl-2.0 |
pombredanne/bcm11351 | drivers/md/persistent-data/dm-btree.c | 1388 | 19533 | /*
* Copyright (C) 2011 Red Hat, Inc.
*
* This file is released under the GPL.
*/
#include "dm-btree-internal.h"
#include "dm-space-map.h"
#include "dm-transaction-manager.h"
#include <linux/export.h>
#include <linux/device-mapper.h>
#define DM_MSG_PREFIX "btree"
/*----------------------------------------------... | gpl-2.0 |
taogb/linux | arch/arm/mach-clps711x/board-p720t.c | 1388 | 11996 | /*
* linux/arch/arm/mach-clps711x/p720t.c
*
* Copyright (C) 2000-2001 Deep Blue Solutions Ltd
*
* 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
* (a... | gpl-2.0 |
schqiushui/kernel_kk444_sense_a51 | net/netfilter/nfnetlink_cthelper.c | 1644 | 16783 | /*
* (C) 2012 Pablo Neira Ayuso <pablo@netfilter.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 (or any later at your option).
*
* This software has been sponsored by Vya... | gpl-2.0 |
kostoulhs/android_kernel_samsung_loganrelte | drivers/media/video/msm/vfe/msm_vfe31.c | 1644 | 113827 | /* Copyright (c) 2010-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... | gpl-2.0 |
fxs007/linux | drivers/hid/hid-tmff.c | 4460 | 7195 | /*
* Force feedback support for various HID compliant devices by ThrustMaster:
* ThrustMaster FireStorm Dual Power 2
* and possibly others whose device ids haven't been added.
*
* Modified to support ThrustMaster devices by Zinx Verituse
* on 2003-01-25 from the Logitech force feedback driver,
* which is b... | gpl-2.0 |
tdm/kernel_huawei_msm8928 | drivers/video/acornfb.c | 5228 | 35846 | /*
* linux/drivers/video/acornfb.c
*
* Copyright (C) 1998-2001 Russell King
*
* 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.
*
* Frame buffer code for Acorn platforms
*
*... | gpl-2.0 |
allwinner-zh/linux-3.4-sunxi | drivers/scsi/scsi_devinfo.c | 7276 | 29725 |
#include <linux/blkdev.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_devinfo.h>
#include "scsi_priv.h"
/*
* scsi_dev_info... | gpl-2.0 |
DC07/spirit_ghost | arch/blackfin/mach-bf537/ints-priority.c | 11116 | 6743 | /*
* Copyright 2005-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*
* Set up the interrupt priorities
*/
#include <linux/module.h>
#include <linux/irq.h>
#include <asm/blackfin.h>
#include <asm/irq_handler.h>
#include <asm/bfin5xx_spi.h>
#include <asm/bfin_sport.h>
#include <asm/bfin_can.h>
#i... | gpl-2.0 |
rachitrawat/Vengeance-Kernel-MSM7x27-Nanhu | arch/blackfin/mach-bf537/ints-priority.c | 11116 | 6743 | /*
* Copyright 2005-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*
* Set up the interrupt priorities
*/
#include <linux/module.h>
#include <linux/irq.h>
#include <asm/blackfin.h>
#include <asm/irq_handler.h>
#include <asm/bfin5xx_spi.h>
#include <asm/bfin_sport.h>
#include <asm/bfin_can.h>
#i... | gpl-2.0 |
HandyMenny/android_kernel_sony_u8500 | drivers/gpio/gpio-mc33880.c | 109 | 4357 | /*
* MC33880 high-side/low-side switch GPIO driver
* Copyright (c) 2009 Intel Corporation
*
* 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 t... | gpl-2.0 |
wooshy1/kernel-olympus-3.1 | drivers/misc/inv_mpu/slaveirq.c | 109 | 6679 | /*
$License:
Copyright (C) 2011 InvenSense Corporation, All Rights Reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later versi... | gpl-2.0 |
JonnyH/pyra-kernel | fs/nilfs2/file.c | 621 | 4403 | /*
* file.c - NILFS regular file handling primitives including fsync().
*
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone 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 Found... | gpl-2.0 |
DavionKnight/OK6410-linux-2.6.36 | drivers/scsi/aacraid/dpcsup.c | 1133 | 10194 | /*
* Adaptec AAC series RAID controller driver
* (c) Copyright 2001 Red Hat Inc.
*
* based on the old aacraid driver that is..
* Adaptec aacraid device driver for Linux.
*
* Copyright (c) 2000-2007 Adaptec, Inc. (aacraid@adaptec.com)
*
* This program is free software; you can redistribute it and/or modify
* i... | gpl-2.0 |
myjang0507/slte | drivers/hwmon/ibmpex.c | 2157 | 15440 | /*
* A hwmon driver for the IBM PowerExecutive temperature/power sensors
* Copyright (C) 2007 IBM
*
* Author: Darrick J. Wong <djwong@us.ibm.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 Fo... | gpl-2.0 |
ElysiumRom/android_kernel_samsung_msm8660-common | arch/arm/mach-bcmring/dma.c | 2413 | 63371 | /*****************************************************************************
* Copyright 2004 - 2008 Broadcom Corporation. All rights reserved.
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms of the... | gpl-2.0 |
MrHyde03/android_kernel_samsung_espressovzw-jb | arch/arm/mach-orion5x/ts78xx-setup.c | 2669 | 15540 | /*
* arch/arm/mach-orion5x/ts78xx-setup.c
*
* Maintainer: Alexander Clouter <alex@digriz.org.uk>
*
* 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/kernel.h... | gpl-2.0 |
aatjitra/PR25 | drivers/scsi/advansys.c | 3181 | 383611 | #define DRV_NAME "advansys"
#define ASC_VERSION "3.4" /* AdvanSys Driver Version */
/*
* advansys.c - Linux Host Driver for AdvanSys SCSI Adapters
*
* Copyright (c) 1995-2000 Advanced System Products, Inc.
* Copyright (c) 2000-2001 ConnectCom Solutions, Inc.
* Copyright (c) 2007 Matthew Wilcox <matthew@wil.cx>
*... | gpl-2.0 |
EPDCenter/android_kernel_rikomagic_mk808 | drivers/scsi/advansys.c | 3181 | 383611 | #define DRV_NAME "advansys"
#define ASC_VERSION "3.4" /* AdvanSys Driver Version */
/*
* advansys.c - Linux Host Driver for AdvanSys SCSI Adapters
*
* Copyright (c) 1995-2000 Advanced System Products, Inc.
* Copyright (c) 2000-2001 ConnectCom Solutions, Inc.
* Copyright (c) 2007 Matthew Wilcox <matthew@wil.cx>
*... | gpl-2.0 |
EPDCenter/android_kernel_rikomagic_mk808 | drivers/crypto/omap-aes.c | 3181 | 22910 | /*
* Cryptographic API.
*
* Support for OMAP AES HW acceleration.
*
* Copyright (c) 2010 Nokia Corporation
* Author: Dmitry Kasatkin <dmitry.kasatkin@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... | gpl-2.0 |
uberlaggydarwin/htc-bfam-caf | drivers/sbus/char/bbc_i2c.c | 4461 | 9713 | /* bbc_i2c.c: I2C low-level driver for BBC device on UltraSPARC-III
* platforms.
*
* Copyright (C) 2001, 2008 David S. Miller (davem@davemloft.net)
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/wait.h>
#in... | gpl-2.0 |
links234/qr-linux-kernel | drivers/mfd/lm3533-ctrlbank.c | 4973 | 3774 | /*
* lm3533-ctrlbank.c -- LM3533 Generic Control Bank interface
*
* Copyright (C) 2011-2012 Texas Instruments
*
* Author: Johan Hovold <jhovold@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... | gpl-2.0 |
kaldaris/WIDzard-A850K | drivers/mfd/t7l66xb.c | 4973 | 11181 | /*
*
* Toshiba T7L66XB core mfd support
*
* Copyright (c) 2005, 2007, 2008 Ian Molton
* 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.
... | gpl-2.0 |
kangsterizer/linux-3.1.y-rsbac | arch/mips/dec/wbflush.c | 4973 | 2109 | /*
* Setup the right wbflush routine for the different DECstations.
*
* Created with information from:
* DECstation 3100 Desktop Workstation Functional Specification
* DECstation 5000/200 KN02 System Module Functional Specification
* mipsel-linux-objdump --disassemble vmunix | grep "wbflush" :-)
*... | gpl-2.0 |
KylinUI/android_kernel_samsung_t1 | arch/mips/dec/wbflush.c | 4973 | 2109 | /*
* Setup the right wbflush routine for the different DECstations.
*
* Created with information from:
* DECstation 3100 Desktop Workstation Functional Specification
* DECstation 5000/200 KN02 System Module Functional Specification
* mipsel-linux-objdump --disassemble vmunix | grep "wbflush" :-)
*... | gpl-2.0 |
Garcia98/kernel-amami | drivers/net/wireless/ath/ath9k/eeprom_4k.c | 4973 | 33600 | /*
* Copyright (c) 2008-2011 Atheros Communications Inc.
*
* 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" A... | gpl-2.0 |
javelinanddart/android_kernel_lge_hamerhead | lib/mpi/mpi-cmp.c | 4973 | 1647 | /* mpi-cmp.c - MPI functions
* Copyright (C) 1998, 1999 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG 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... | gpl-2.0 |
mali1/NST-kernel_115 | arch/arm/nwfpe/extended_cpdo.c | 14957 | 4135 | /*
NetWinder Floating Point Emulator
(c) Rebel.COM, 1998,1999
Direct questions, comments to Scott Bambrough <scottb@netwinder.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 Foundat... | gpl-2.0 |
CyanogenMod/htc-kernel-liberty | arch/arm/nwfpe/extended_cpdo.c | 14957 | 4135 | /*
NetWinder Floating Point Emulator
(c) Rebel.COM, 1998,1999
Direct questions, comments to Scott Bambrough <scottb@netwinder.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 Foundat... | gpl-2.0 |
Lyanzh/linux | drivers/media/usb/em28xx/em28xx-audio.c | 110 | 26987 | /*
* Empiatech em28x1 audio extension
*
* Copyright (C) 2006 Markus Rechberger <mrechberger@gmail.com>
*
* Copyright (C) 2007-2014 Mauro Carvalho Chehab
* - Port to work with the in-kernel driver
* - Cleanups, fixes, alsa-controls, etc.
*
* This driver is based on my previous au600 usb pstn audio driver
*... | gpl-2.0 |
adis1313-test/android_kernel_samsung_wave-1 | drivers/media/video/samsung/tv20/s5pv210/tv_clock_s5pv210.c | 110 | 6579 | /* linux/drivers/media/video/samsung/tv20/s5pv210/tv_clock_s5pc110.c
*
* Copyright (c) 2010 Samsung Electronics
* http://www.samsung.com/
*
* clock raw ftn file for Samsung TVOut driver
*
* 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 |
hyperdriveguy/limbo-android | jni/qemu/roms/openbios/libopenbios/font_8x16.c | 110 | 95894 | /**********************************************/
/* */
/* Font file generated by cpi2fnt */
/* *
* *
* originally from the Linux distribution *
* ... | gpl-2.0 |
xiaowei942/tiny210-uboot | board/sixnet/fpgadata.c | 366 | 73917 | 0xff, 0x87, 0xff, 0x88, 0x7f, 0xff, 0xf9, 0xff,
0xff, 0xf5, 0xff, 0x8f, 0xff, 0xf0, 0x8f, 0xf9,
0xff, 0xef, 0xff, 0xff, 0xff,
0xff, 0xff, 0x8f, 0xff, 0xf0, 0xff, 0xff, 0xf0,
0xff, 0xff, 0xff, 0xff, 0x8f, 0x7f, 0xf1, 0xcf,
0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef,
0x7f, 0x7b, ... | gpl-2.0 |
siskin/bluetooth-next | drivers/input/keyboard/pmic8xxx-keypad.c | 622 | 17481 | /* Copyright (c) 2009-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 |
Michael-Pizzileo/sunxi-2.6.36 | drivers/staging/rt2860/rt_main_dev.c | 878 | 19674 | /*
*************************************************************************
* 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 |
Outernet-Project/outernetrx-linux | drivers/usb/gadget/mv_udc_core.c | 2158 | 58068 | /*
* Copyright (C) 2011 Marvell International Ltd. All rights reserved.
* Author: Chao Xie <chao.xie@marvell.com>
* Neil Zhang <zhangwm@marvell.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 So... | gpl-2.0 |
Cardinal97/android_kernel_msm8939 | drivers/iio/dac/ad5360.c | 2158 | 13761 | /*
* Analog devices AD5360, AD5361, AD5362, AD5363, AD5370, AD5371, AD5373
* multi-channel Digital to Analog Converters driver
*
* Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2.
*/
#include <linux/device.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <li... | gpl-2.0 |
yemingxing/X9180_kernel | drivers/video/msm/vidc/common/vcd/vcd_client_sm.c | 2158 | 43714 | /* Copyright (c) 2010-2013, 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 hop... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.