aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/component.c
AgeCommit message (Expand)Author
2020-05-27component: Silence bind error on -EPROBE_DEFERJames Hilliard
2020-02-01component: do not dereference opaque pointer in debugfsLubomir Rintel
2019-11-20component: fix loop condition to call unbind() if bind() failsBanajit Goswami
2017-12-18component: add debugfs supportMaciej Purski
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman
2016-02-14Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman
2016-02-11component: remove device from master match list on failed addDaniel Stone
2016-02-09component: remove impossible conditionSudip Mukherjee
2016-01-27component: Detach components when deleting master structJon Medhurst (Tixy)
2016-01-26component: fix crash on x86_64 with hda audio driversRussell King
2015-12-07component: add support for releasing match dataRussell King
2015-12-07component: track components via array rather than listRussell King
2015-12-07component: move check for unbound master into try_to_bring_up_masters()Russell King
2015-12-07component: remove old add_components methodRussell King
2014-07-04component: fix bug with legacy APIRussell King
2014-07-03component: add support for component match arrayRussell King
2014-07-03component: ignore multiple additions of the same componentRussell King
2014-07-03component: fix missed cleanup in case of devres failureRussell King
2014-02-07drivers/base: fix devres handling for master deviceRussell King
2014-01-10drivers/base: provide an infrastructure for componentised subsystemsRussell King