aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/component.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-14Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman1-21/+28
2016-02-11component: remove device from master match list on failed addDaniel Stone1-0/+2
2016-02-09component: remove impossible conditionSudip Mukherjee1-1/+1
2016-01-27component: Detach components when deleting master structJon Medhurst (Tixy)1-19/+22
2016-01-26component: fix crash on x86_64 with hda audio driversRussell King1-2/+4
2015-12-07component: add support for releasing match dataRussell King1-35/+66
2015-12-07component: track components via array rather than listRussell King1-74/+80
2015-12-07component: move check for unbound master into try_to_bring_up_masters()Russell King1-10/+5
2015-12-07component: remove old add_components methodRussell King1-26/+5
2014-07-04component: fix bug with legacy APIRussell King1-4/+6
2014-07-03component: add support for component match arrayRussell King1-3/+117
2014-07-03component: ignore multiple additions of the same componentRussell King1-2/+8
2014-07-03component: fix missed cleanup in case of devres failureRussell King1-31/+31
2014-02-07drivers/base: fix devres handling for master deviceRussell King1-0/+8
2014-01-10drivers/base: provide an infrastructure for componentised subsystemsRussell King1-0/+382