cregit-Linux how code gets into the kernel

Release 4.11 drivers/net/wireless/ath/wil6210/fw.c

/*
 * Copyright (c) 2014-2015,2017 Qualcomm Atheros, 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" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */
#include <linux/firmware.h>
#include <linux/module.h>
#include <linux/crc32.h>
#include "wil6210.h"
#include "fw.h"


MODULE_FIRMWARE(WIL_FW_NAME_DEFAULT);

MODULE_FIRMWARE(WIL_FW_NAME_SPARROW_PLUS);

MODULE_FIRMWARE(WIL_BOARD_FILE_NAME);


static void wil_memset_toio_32(volatile void __iomem *dst, u32 val, size_t count) { volatile u32 __iomem *d = dst; for (count += 4; count > 4; count -= 4) __raw_writel(val, d++); }

Contributors

PersonTokensPropCommitsCommitProp
Vladimir Kondratiev48100.00%1100.00%
Total48100.00%1100.00%

#include "fw_inc.c"

Overall Contributors

PersonTokensPropCommitsCommitProp
Vladimir Kondratiev7490.24%266.67%
Lazar Alexei89.76%133.33%
Total82100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.