summaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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