summaryrefslogtreecommitdiffstats
path: root/drivers/base/component.c
AgeCommit message (Expand)AuthorLines
2021-10-21component: do not leave master devres group open after bindKai Vehmanen-2/+3
2021-10-05drivers/base/component.c: remove superfluous header files from component.cMianhan Liu-1/+0
2021-05-27component: Rename 'dev' to 'parent'Stephen Boyd-47/+42
2021-05-27component: Drop 'dev' argument to component_match_realloc()Stephen Boyd-4/+3
2021-03-23driver core: component: remove dentry pointer in "struct master"Greg Kroah-Hartman-6/+3
2020-04-28component: Silence bind error on -EPROBE_DEFERJames Hilliard-3/+5
2020-03-18component: allow missing unbind callbackMarco Felsch-1/+2
2020-01-14component: do not dereference opaque pointer in debugfsLubomir Rintel-4/+4
2020-01-14drivers/component: remove modular codeMasahiro Yamada-3/+0
2019-02-19drivers/component: kerneldoc polishDaniel Vetter-7/+7
2019-02-08components: multiple components for a deviceDaniel Vetter-37/+121
2019-02-08component: Add documentationDaniel Vetter-3/+103
2018-12-20component: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-11/+1
2018-09-16component: fix loop condition to call unbind() if bind() failsBanajit Goswami-3/+3
2017-12-18component: add debugfs supportMaciej Purski-0/+78
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman-4/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman-0/+1
2016-02-14Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman-21/+28
2016-02-11component: remove device from master match list on failed addDaniel Stone-0/+2
2016-02-09component: remove impossible conditionSudip Mukherjee-1/+1
2016-01-27component: Detach components when deleting master structJon Medhurst (Tixy)-19/+22
2016-01-26component: fix crash on x86_64 with hda audio driversRussell King-2/+4
2015-12-07component: add support for releasing match dataRussell King-35/+66
2015-12-07component: track components via array rather than listRussell King-74/+80
2015-12-07component: move check for unbound master into try_to_bring_up_masters()Russell King-10/+5
2015-12-07component: remove old add_components methodRussell King-26/+5
2014-07-04component: fix bug with legacy APIRussell King-4/+6
2014-07-03component: add support for component match arrayRussell King-3/+117
2014-07-03component: ignore multiple additions of the same componentRussell King-2/+8
2014-07-03component: fix missed cleanup in case of devres failureRussell King-31/+31
2014-02-07drivers/base: fix devres handling for master deviceRussell King-0/+8
2014-01-10drivers/base: provide an infrastructure for componentised subsystemsRussell King-0/+382