Re: [PATCH v3 2/2] i2c/of: Automatically populate i2c mux busses from device tree data.

2012-04-23 Thread David Daney
On 04/22/2012 09:20 AM, Wolfram Sang wrote: On Thu, Apr 12, 2012 at 02:14:23PM -0700, David Daney wrote: From: David Daneydavid.da...@cavium.com For 'normal' i2c bus drivers, we can call of_i2c_register_devices() and have the device tree framework automatically populate the bus with the

Re: [PATCH v3 2/2] i2c/of: Automatically populate i2c mux busses from device tree data.

2012-04-23 Thread David Daney
On 04/23/2012 09:58 AM, Wolfram Sang wrote: I can send a new patch set with those corrections, or if you prefer, you could commit these making the changes yourself. I'll do it, probably faster for both of us :) Great! Thank you for reviewing this, David Daney

Re: [PATCH v3 2/2] i2c/of: Automatically populate i2c mux busses from device tree data.

2012-04-23 Thread Stephen Warren
On 04/12/2012 03:14 PM, David Daney wrote: From: David Daney david.da...@cavium.com For 'normal' i2c bus drivers, we can call of_i2c_register_devices() and have the device tree framework automatically populate the bus with the devices specified in the device tree. This patch adds a common

Re: [PATCH v3 2/2] i2c/of: Automatically populate i2c mux busses from device tree data.

2012-04-22 Thread Wolfram Sang
On Thu, Apr 12, 2012 at 02:14:23PM -0700, David Daney wrote: From: David Daney david.da...@cavium.com For 'normal' i2c bus drivers, we can call of_i2c_register_devices() and have the device tree framework automatically populate the bus with the devices specified in the device tree. This

[PATCH v3 2/2] i2c/of: Automatically populate i2c mux busses from device tree data.

2012-04-12 Thread David Daney
From: David Daney david.da...@cavium.com For 'normal' i2c bus drivers, we can call of_i2c_register_devices() and have the device tree framework automatically populate the bus with the devices specified in the device tree. This patch adds a common code to the i2c mux framework to have the mux