cregit-Linux how code gets into the kernel

Release 4.14 drivers/base/init.c

Directory: drivers/base
/*
 * Copyright (c) 2002-3 Patrick Mochel
 * Copyright (c) 2002-3 Open Source Development Labs
 *
 * This file is released under the GPLv2
 */

#include <linux/device.h>
#include <linux/init.h>
#include <linux/memory.h>
#include <linux/of.h>

#include "base.h"

/**
 * driver_init - initialize driver model.
 *
 * Call the driver model init functions to initialize their
 * subsystems. Called early from init/main.c.
 */

void __init driver_init(void) { /* These are the core pieces */ devtmpfs_init(); devices_init(); buses_init(); classes_init(); firmware_init(); hypervisor_init(); /* These are also core pieces, but must come after the * core core pieces. */ platform_bus_init(); cpu_dev_init(); memory_dev_init(); container_dev_init(); of_core_init(); }

Contributors

PersonTokensPropCommitsCommitProp
Patrick Mochel2762.79%225.00%
Dave Hansen36.98%112.50%
Sudeep Holla36.98%112.50%
Rafael J. Wysocki36.98%112.50%
Michael Holzheu36.98%112.50%
Kay Sievers36.98%112.50%
Dmitry Torokhov12.33%112.50%
Total43100.00%8100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Patrick Mochel3355.00%220.00%
Dave Hansen610.00%110.00%
Sudeep Holla610.00%110.00%
Ben Dooks35.00%110.00%
Kay Sievers35.00%110.00%
Michael Holzheu35.00%110.00%
Rafael J. Wysocki35.00%110.00%
Greg Kroah-Hartman23.33%110.00%
Dmitry Torokhov11.67%110.00%
Total60100.00%10100.00%
Directory: drivers/base
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.