RE: [PATCH v4 4/5] dt/s3c64xx/spi: Use of_get_child_by_name to get a named child

2012-10-17 Thread Kukjin Kim
Rob Herring wrote: > > On 09/25/2012 06:06 AM, Mark Brown wrote: > > On Mon, Sep 24, 2012 at 07:51:57AM -0500, Rob Herring wrote: > >> On 09/22/2012 11:07 AM, Mark Brown wrote: > >>> On Tue, Sep 18, 2012 at 08:10:49AM +0100, Srinivas KANDAGATLA wrote: > > > As follow-up to "dt: introduce of_g

Re: [PATCH v4 4/5] dt/s3c64xx/spi: Use of_get_child_by_name to get a named child

2012-10-02 Thread Rob Herring
On 09/25/2012 06:06 AM, Mark Brown wrote: > On Mon, Sep 24, 2012 at 07:51:57AM -0500, Rob Herring wrote: >> On 09/22/2012 11:07 AM, Mark Brown wrote: >>> On Tue, Sep 18, 2012 at 08:10:49AM +0100, Srinivas KANDAGATLA wrote: > As follow-up to "dt: introduce of_get_child_by_name to get child nod

Re: [PATCH v4 4/5] dt/s3c64xx/spi: Use of_get_child_by_name to get a named child

2012-09-25 Thread Mark Brown
On Mon, Sep 24, 2012 at 07:51:57AM -0500, Rob Herring wrote: > On 09/22/2012 11:07 AM, Mark Brown wrote: > > On Tue, Sep 18, 2012 at 08:10:49AM +0100, Srinivas KANDAGATLA wrote: > >> As follow-up to "dt: introduce of_get_child_by_name to get child node by > >> name." patch, This patch removes some

Re: [PATCH v4 4/5] dt/s3c64xx/spi: Use of_get_child_by_name to get a named child

2012-09-24 Thread Rob Herring
On 09/22/2012 11:07 AM, Mark Brown wrote: > On Tue, Sep 18, 2012 at 08:10:49AM +0100, Srinivas KANDAGATLA wrote: >> From: Srinivas Kandagatla >> >> As follow-up to "dt: introduce of_get_child_by_name to get child node by >> name." patch, This patch removes some of the code duplication in the >> dr

Re: [PATCH v4 4/5] dt/s3c64xx/spi: Use of_get_child_by_name to get a named child

2012-09-22 Thread Mark Brown
On Tue, Sep 18, 2012 at 08:10:49AM +0100, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > As follow-up to "dt: introduce of_get_child_by_name to get child node by > name." patch, This patch removes some of the code duplication in the > driver by replacing it with of_get_child_by_name i

[PATCH v4 4/5] dt/s3c64xx/spi: Use of_get_child_by_name to get a named child

2012-09-18 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla As follow-up to "dt: introduce of_get_child_by_name to get child node by name." patch, This patch removes some of the code duplication in the driver by replacing it with of_get_child_by_name instead. Signed-off-by: Srinivas Kandagatla --- drivers/spi/spi-s3c64xx.c |