cregit-Linux how code gets into the kernel

Release 4.9 arch/arm/mach-omap1/flash.c

/*
 * Flash support for OMAP1
 *
 * 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/io.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>

#include <mach/tc.h>
#include "flash.h"

#include <mach/hardware.h>


void omap1_set_vpp(struct platform_device *pdev, int enable) { u32 l; l = omap_readl(EMIFS_CONFIG); if (enable) l |= OMAP_EMIFS_CONFIG_WP; else l &= ~OMAP_EMIFS_CONFIG_WP; omap_writel(l, EMIFS_CONFIG); }

Contributors

PersonTokensPropCommitsCommitProp
ladislav michlladislav michl3886.36%133.33%
paul parsonspaul parsons49.09%133.33%
marc zyngiermarc zyngier24.55%133.33%
Total44100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
ladislav michlladislav michl4774.60%112.50%
tony lindgrentony lindgren711.11%337.50%
paul parsonspaul parsons46.35%112.50%
aaro koskinenaaro koskinen23.17%112.50%
marc zyngiermarc zyngier23.17%112.50%
arnd bergmannarnd bergmann11.59%112.50%
Total63100.00%8100.00%