cregit-Linux how code gets into the kernel

Release 4.16 drivers/base/init.c

Directory: drivers/base
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2002-3 Patrick Mochel
 * Copyright (c) 2002-3 Open Source Development Labs
 */

#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%
Michael Holzheu36.98%112.50%
Kay Sievers36.98%112.50%
Dave Hansen36.98%112.50%
Sudeep Holla36.98%112.50%
Rafael J. Wysocki36.98%112.50%
Dmitry Torokhov12.33%112.50%
Total43100.00%8100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Patrick Mochel3354.10%216.67%
Dave Hansen69.84%18.33%
Sudeep Holla69.84%18.33%
Ben Dooks34.92%18.33%
Kay Sievers34.92%18.33%
Rafael J. Wysocki34.92%18.33%
Greg Kroah-Hartman34.92%325.00%
Michael Holzheu34.92%18.33%
Dmitry Torokhov11.64%18.33%
Total61100.00%12100.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.