summaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct driver_d to driverSascha Hauer2023-01-101-2/+2
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-3/+3
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-2/+1
* drivers: base: Check all compatible strings for modalias matchTrent Piepho2021-06-161-18/+9
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* drivers: bus: Match against id_table firstAndrey Smirnov2015-12-071-3/+2
* drivers/base: Mark (of|platform)_device_id data as constantUwe Kleine-König2015-04-171-2/+2
* i2c/spi: match of_modaliasesSascha Hauer2014-02-071-0/+37
* treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* base: Transform "platform_match" into "device_match" and make this function p...Alexander Shiyan2013-07-151-0/+24
* bus: Make struct device a pointerSascha Hauer2013-03-141-3/+4
* bus: add bus deviceJean-Christophe PLAGNIOL-VILLARD2012-11-191-0/+10
* driver: make get_bus_by_name staticSascha Hauer2012-10-041-1/+1
* driver: search device and driver based on the bus instead of allJean-Christophe PLAGNIOL-VILLARD2012-09-231-0/+3
* driver: register busJean-Christophe PLAGNIOL-VILLARD2012-09-231-0/+34