summaryrefslogtreecommitdiffstats
path: root/drivers/mcb/mcb-core.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* drivers: mcb: fix resource leak in mcb_probe()Zhengchao Shao2022-12-021-1/+3
* drivers: mcb: directly use ida_alloc()/free()keliu2022-07-121-2/+2
* mcb: fix error handling in mcb_alloc_bus()Dan Carpenter2021-09-141-6/+6
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* drivers: mcb: use symbol namespacesJohannes Thumshirn2019-11-031-14/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
* mcb: introduce mcb_get_resource()Johannes Thumshirn2017-08-281-1/+19
* mcb: Add a dma_device to mcb_deviceMichael Moese2016-09-271-0/+1
* mcb: remove sub-device handling codeJohannes Thumshirn2016-08-311-17/+0
* mcb: Acquire reference to carrier module in coreJohannes Thumshirn2016-06-131-1/+15
* mcb: Acquire reference to device in probeJohannes Thumshirn2016-06-131-0/+1
* mcb: Implement bus->dev.release callbackJohannes Thumshirn2016-05-031-6/+14
* mcb: export bus information via sysfsJohannes Thumshirn2016-05-031-0/+60
* mcb: Correctly initialize the bus's deviceJohannes Thumshirn2016-05-031-3/+16
* mcb: Destroy IDA on module unloadJohannes Thumshirn2015-10-291-0/+1
* mcb: Add support for shared PCI IRQsJohannes Thumshirn2014-05-271-5/+15
* drivers: Introduce MEN Chameleon BusJohannes Thumshirn2014-02-281-0/+414