cregit-Linux how code gets into the kernel

Release 4.11 arch/arm/mach-bcm/board_bcm2835.c

/*
 * Copyright (C) 2010 Broadcom
 *
 * 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.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#include <linux/init.h>
#include <linux/irqchip.h>
#include <linux/of_address.h>
#include <linux/clk/bcm2835.h>

#include <asm/mach/arch.h>
#include <asm/mach/map.h>


static void __init bcm2835_init(void) { bcm2835_init_clocks(); }

Contributors

PersonTokensPropCommitsCommitProp
Simon Arlott1191.67%266.67%
Domenico Andreoli18.33%133.33%
Total12100.00%3100.00%

static const char * const bcm2835_compat[] = { #ifdef CONFIG_ARCH_MULTI_V6 "brcm,bcm2835", #endif #ifdef CONFIG_ARCH_MULTI_V7 "brcm,bcm2836", #endif NULL }; DT_MACHINE_START(BCM2835, "BCM2835") .init_machine = bcm2835_init, .dt_compat = bcm2835_compat MACHINE_END

Overall Contributors

PersonTokensPropCommitsCommitProp
Simon Arlott5575.34%337.50%
Eric Anholt1216.44%112.50%
Stephen Warren45.48%225.00%
Domenico Andreoli11.37%112.50%
Axel Lin11.37%112.50%
Total73100.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.