Re: [PATCH V2 2/6] of/slimbus: OF helper for SLIMbus

2015-06-17 Thread Sagar Dharia
On 6/17/2015 7:09 AM, Mark Brown wrote: On Tue, Jun 16, 2015 at 07:46:00PM -0600, Sagar Dharia wrote: OF helper routine scans the SLIMbus DeviceTree, allocates resources, and creates slim_devices according to the hierarchy. You've not CCed any of the DT maintainers on this, for a completely new

Re: [PATCH V2 2/6] of/slimbus: OF helper for SLIMbus

2015-06-17 Thread Mark Brown
On Tue, Jun 16, 2015 at 07:46:00PM -0600, Sagar Dharia wrote: > OF helper routine scans the SLIMbus DeviceTree, allocates resources, > and creates slim_devices according to the hierarchy. You've not CCed any of the DT maintainers on this, for a completely new bus it seems like we really ought to g

[PATCH V2 2/6] of/slimbus: OF helper for SLIMbus

2015-06-16 Thread Sagar Dharia
OF helper routine scans the SLIMbus DeviceTree, allocates resources, and creates slim_devices according to the hierarchy. Signed-off-by: Sagar Dharia --- Documentation/devicetree/bindings/slimbus/bus.txt | 34 ++ drivers/slimbus/slimbus.c | 76