cregit-Linux how code gets into the kernel

Release 4.11 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 Michl3886.36%133.33%
Paul Parsons49.09%133.33%
Marc Zyngier24.55%133.33%
Total44100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Ladislav Michl4774.60%112.50%
Tony Lindgren711.11%337.50%
Paul Parsons46.35%112.50%
Marc Zyngier23.17%112.50%
Aaro Koskinen23.17%112.50%
Arnd Bergmann11.59%112.50%
Total63100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.