[PATCH 0/4] Component helper updates

2016-01-04 Thread Russell King - ARM Linux
On Mon, Dec 07, 2015 at 03:01:43PM +, Russell King - ARM Linux wrote: > Given the lack of interest in these patches, I've put these into my > "for-next" branch so that they can get some exposure in linux-next. These have been in for-next, and no one's reported any issues. I've now queued these

[PATCH 0/4] Component helper updates

2015-12-07 Thread Russell King - ARM Linux
Given the lack of interest in these patches, I've put these into my "for-next" branch so that they can get some exposure in linux-next. On Mon, Nov 23, 2015 at 04:02:11PM +, Russell King - ARM Linux wrote: > Greg, > > These four patches update the component helper by: > * Removing the legacy

[PATCH 0/4] Component helper updates

2015-11-24 Thread Andrew Lunn
On Mon, Nov 23, 2015 at 04:02:11PM +, Russell King - ARM Linux wrote: > Greg, > > These four patches update the component helper by: Hi Russell Is there any documentation for the component helper, in particular, when devm_ can be used? It seems like slaves should only do a component_add() i

[PATCH 0/4] Component helper updates

2015-11-23 Thread Russell King - ARM Linux
Greg, These four patches update the component helper by: * Removing the legacy matching code with the .add_components method in the master's operation structure. Nothing in -rc1 appears to be using the legacy functions or method, according to my git greps. * A slight code reorganisation whic