From: Linus Torvalds Date: Tue, 12 Jan 2016 20:47:23 +0000 (-0800) Subject: Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-arm X-Git-Tag: v4.5-rc1~141 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=commitdiff_plain;h=c3ce79d6a89e25fe0db1851b1b72e6d0dffc8a66 Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-arm Pull component updates from Russell King: "Updates for the component helper merged last year. This update removes the old add_components method of detecting and looking up the components associated with a master device. Last time I checked during the 4.4-rc cycle, there were no users of the old interfaces, as has been the case for some time now. Breakage due to conflicting development is possible, in which case this pull will have to be reverted - however, these changes have been in linux-next since Dec 7th without any problems reported. Removal of that then allows us to change the way we track components internally, allowing us to release data that has been used for matching at the appropriate time, thereby allowing any resource leaks caused by that missing functionality to be resolved" * 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-arm: component: add support for releasing match data component: track components via array rather than list component: move check for unbound master into try_to_bring_up_masters() component: remove old add_components method --- c3ce79d6a89e25fe0db1851b1b72e6d0dffc8a66