Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-07 Thread Russell King - ARM Linux
On Thu, Mar 06, 2014 at 05:50:30PM +0100, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 17:32 +0100 schrieb Sylwester Nawrocki: On 06/03/14 17:21, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 16:47 +0100 schrieb Sylwester Nawrocki: Yes, it's going to conflict with my patch

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-07 Thread Grant Likely
On Thu, 6 Mar 2014 15:50:18 +, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Thu, Mar 06, 2014 at 04:39:39PM +0100, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 15:24 + schrieb Russell King - ARM Linux: On Wed, Mar 05, 2014 at 10:20:34AM +0100, Philipp Zabel

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-07 Thread Grant Likely
On Thu, 06 Mar 2014 12:17:21 -0300, Mauro Carvalho Chehab m.che...@samsung.com wrote: Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am Mittwoch, den 05.03.2014, 13:35 +0200

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Russell King - ARM Linux
On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am Mittwoch, den 05.03.2014, 13:35 +0200 schrieb Tomi Valkeinen: Hi, On 05/03/14 11:20, Philipp Zabel wrote: Hi, this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Mauro Carvalho Chehab
Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am Mittwoch, den 05.03.2014, 13:35 +0200 schrieb Tomi Valkeinen: Hi, On 05/03/14 11:20, Philipp Zabel wrote: Hi,

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Russell King - ARM Linux
On Wed, Mar 05, 2014 at 10:20:34AM +0100, Philipp Zabel wrote: this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Philipp, You mention in your other cover for imx-drm bits that this is available via:

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Philipp Zabel
Am Donnerstag, den 06.03.2014, 15:24 + schrieb Russell King - ARM Linux: On Wed, Mar 05, 2014 at 10:20:34AM +0100, Philipp Zabel wrote: this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Philipp, You mention in your other

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Sylwester Nawrocki
On 06/03/14 16:17, Mauro Carvalho Chehab wrote: Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am Mittwoch, den 05.03.2014, 13:35 +0200 schrieb Tomi Valkeinen: Hi, On

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Philipp Zabel
Am Donnerstag, den 06.03.2014, 16:47 +0100 schrieb Sylwester Nawrocki: On 06/03/14 16:17, Mauro Carvalho Chehab wrote: Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Sylwester Nawrocki
On 06/03/14 17:21, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 16:47 +0100 schrieb Sylwester Nawrocki: On 06/03/14 16:17, Mauro Carvalho Chehab wrote: Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100,

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Philipp Zabel
Am Donnerstag, den 06.03.2014, 17:32 +0100 schrieb Sylwester Nawrocki: On 06/03/14 17:21, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 16:47 +0100 schrieb Sylwester Nawrocki: Yes, it's going to conflict with my patch series. I thought it could be put onto a stable a topic branch,

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-06 Thread Laurent Pinchart
Hi Philipp, Thank you for the patches. On Thursday 06 March 2014 16:47:24 Sylwester Nawrocki wrote: On 06/03/14 16:17, Mauro Carvalho Chehab wrote: Em Thu, 06 Mar 2014 14:16:57 + Russell King - ARM Linux escreveu: On Wed, Mar 05, 2014 at 03:42:34PM +0100, Philipp Zabel wrote: Am

[PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-05 Thread Philipp Zabel
Hi, this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Changes since v5: - Fixed spelling errors and a wrong device node name in the link section - Added parentless previous endpoint's full name to warning - Fixed documentation comment

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-05 Thread Tomi Valkeinen
Hi, On 05/03/14 11:20, Philipp Zabel wrote: Hi, this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Changes since v5: - Fixed spelling errors and a wrong device node name in the link section - Added parentless previous endpoint's

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-05 Thread Philipp Zabel
Hi Tomi, Am Mittwoch, den 05.03.2014, 13:35 +0200 schrieb Tomi Valkeinen: Hi, On 05/03/14 11:20, Philipp Zabel wrote: Hi, this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Changes since v5: - Fixed spelling errors and