From: Mauro Carvalho Chehab <m.chehab@samsung.com>
To: Grant Likely <grant.likely@linaro.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
Rob Herring <robh+dt@kernel.org>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
devicetree@vger.kernel.org,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Greg KH <gregkh@linuxfoundation.org>Russell King - ARM Linux
<linux@arm.linux.org.uk>
Subject: Re: [GIT PULL] Move device tree graph parsing helpers to drivers/of
Date: Mon, 10 Mar 2014 10:26:30 -0300 [thread overview]
Message-ID: <20140310102630.3cb1bcd7@samsung.com> (raw)
In-Reply-To: <20140307182330.75168C40AE3@trevor.secretlab.ca>
Em Fri, 07 Mar 2014 18:23:30 +0000
Grant Likely <grant.likely@linaro.org> escreveu:
> On Thu, 06 Mar 2014 18:13:20 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> > Hi Mauro, Russell,
> >
> > I have temporarily removed the simplified bindings at Sylwester's
> > request and updated the branch with the acks. The following changes
> > since commit 0414855fdc4a40da05221fc6062cccbc0c30f169:
> >
> > Linux 3.14-rc5 (2014-03-02 18:56:16 -0800)
> >
> > are available in the git repository at:
> >
> > git://git.pengutronix.de/git/pza/linux.git topic/of-graph
> >
> > for you to fetch changes up to d484700a36952c6675aa47dec4d7a536929aa922:
> >
> > of: Warn if of_graph_parse_endpoint is called with the root node (2014-03-06 17:41:54 +0100)
>
> Nak. I made comments that haven't been resolved yet. I've replied with
> more detail tonight. The big issues are how drivers handle the optional
> 'ports' node and I do not agree to the double-linkage in the binding
> description.
If I understood well, you're requesting to revert all those six patches
that were imported via git pull from my tree (and from Greg and Russell),
right?
E. g. reverting those changesets:
d484700a3695 f2a575f67695 4329b93b283c 6ff60d397b17 4d56ed5a009b fd9fdb78a9bf
as it seems that there's no easy way to revert a git pull.
I suspect that this will likely cause some harm when merging from our
trees upstream.
Regards,
Mauro
>
> g.
>
> >
> > ----------------------------------------------------------------
> > Philipp Zabel (6):
> > [media] of: move graph helpers from drivers/media/v4l2-core to drivers/of
> > Documentation: of: Document graph bindings
> > of: Warn if of_graph_get_next_endpoint is called with the root node
> > of: Reduce indentation in of_graph_get_next_endpoint
> > [media] of: move common endpoint parsing to drivers/of
> > of: Warn if of_graph_parse_endpoint is called with the root node
> >
> > Documentation/devicetree/bindings/graph.txt | 129 ++++++++++++++++++++++
> > drivers/media/i2c/adv7343.c | 4 +-
> > drivers/media/i2c/mt9p031.c | 4 +-
> > drivers/media/i2c/s5k5baf.c | 3 +-
> > drivers/media/i2c/tvp514x.c | 3 +-
> > drivers/media/i2c/tvp7002.c | 3 +-
> > drivers/media/platform/exynos4-is/fimc-is.c | 6 +-
> > drivers/media/platform/exynos4-is/media-dev.c | 13 ++-
> > drivers/media/platform/exynos4-is/mipi-csis.c | 5 +-
> > drivers/media/v4l2-core/v4l2-of.c | 133 +----------------------
> > drivers/of/base.c | 151 ++++++++++++++++++++++++++
> > include/linux/of_graph.h | 66 +++++++++++
> > include/media/v4l2-of.h | 33 +-----
> > 13 files changed, 375 insertions(+), 178 deletions(-)
> > create mode 100644 Documentation/devicetree/bindings/graph.txt
> > create mode 100644 include/linux/of_graph.h
> >
> >
>
--
Regards,
Mauro
WARNING: multiple messages have this Message-ID (diff)
From: Mauro Carvalho Chehab <m.chehab@samsung.com>
To: Grant Likely <grant.likely@linaro.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
Rob Herring <robh+dt@kernel.org>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
devicetree@vger.kernel.org,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Greg KH <gregkh@linuxfoundation.org>,
Russell King - ARM Linux <linux@arm.linux.org.uk>
Subject: Re: [GIT PULL] Move device tree graph parsing helpers to drivers/of
Date: Mon, 10 Mar 2014 10:26:30 -0300 [thread overview]
Message-ID: <20140310102630.3cb1bcd7@samsung.com> (raw)
In-Reply-To: <20140307182330.75168C40AE3@trevor.secretlab.ca>
Em Fri, 07 Mar 2014 18:23:30 +0000
Grant Likely <grant.likely@linaro.org> escreveu:
> On Thu, 06 Mar 2014 18:13:20 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> > Hi Mauro, Russell,
> >
> > I have temporarily removed the simplified bindings at Sylwester's
> > request and updated the branch with the acks. The following changes
> > since commit 0414855fdc4a40da05221fc6062cccbc0c30f169:
> >
> > Linux 3.14-rc5 (2014-03-02 18:56:16 -0800)
> >
> > are available in the git repository at:
> >
> > git://git.pengutronix.de/git/pza/linux.git topic/of-graph
> >
> > for you to fetch changes up to d484700a36952c6675aa47dec4d7a536929aa922:
> >
> > of: Warn if of_graph_parse_endpoint is called with the root node (2014-03-06 17:41:54 +0100)
>
> Nak. I made comments that haven't been resolved yet. I've replied with
> more detail tonight. The big issues are how drivers handle the optional
> 'ports' node and I do not agree to the double-linkage in the binding
> description.
If I understood well, you're requesting to revert all those six patches
that were imported via git pull from my tree (and from Greg and Russell),
right?
E. g. reverting those changesets:
d484700a3695 f2a575f67695 4329b93b283c 6ff60d397b17 4d56ed5a009b fd9fdb78a9bf
as it seems that there's no easy way to revert a git pull.
I suspect that this will likely cause some harm when merging from our
trees upstream.
Regards,
Mauro
>
> g.
>
> >
> > ----------------------------------------------------------------
> > Philipp Zabel (6):
> > [media] of: move graph helpers from drivers/media/v4l2-core to drivers/of
> > Documentation: of: Document graph bindings
> > of: Warn if of_graph_get_next_endpoint is called with the root node
> > of: Reduce indentation in of_graph_get_next_endpoint
> > [media] of: move common endpoint parsing to drivers/of
> > of: Warn if of_graph_parse_endpoint is called with the root node
> >
> > Documentation/devicetree/bindings/graph.txt | 129 ++++++++++++++++++++++
> > drivers/media/i2c/adv7343.c | 4 +-
> > drivers/media/i2c/mt9p031.c | 4 +-
> > drivers/media/i2c/s5k5baf.c | 3 +-
> > drivers/media/i2c/tvp514x.c | 3 +-
> > drivers/media/i2c/tvp7002.c | 3 +-
> > drivers/media/platform/exynos4-is/fimc-is.c | 6 +-
> > drivers/media/platform/exynos4-is/media-dev.c | 13 ++-
> > drivers/media/platform/exynos4-is/mipi-csis.c | 5 +-
> > drivers/media/v4l2-core/v4l2-of.c | 133 +----------------------
> > drivers/of/base.c | 151 ++++++++++++++++++++++++++
> > include/linux/of_graph.h | 66 +++++++++++
> > include/media/v4l2-of.h | 33 +-----
> > 13 files changed, 375 insertions(+), 178 deletions(-)
> > create mode 100644 Documentation/devicetree/bindings/graph.txt
> > create mode 100644 include/linux/of_graph.h
> >
> >
>
--
Regards,
Mauro
next prev parent reply other threads:[~2014-03-10 13:26 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-06 17:13 [GIT PULL] Move device tree graph parsing helpers to drivers/of Philipp Zabel
2014-03-07 11:55 ` Russell King - ARM Linux
2014-03-07 12:20 ` Mauro Carvalho Chehab
2014-03-07 13:29 ` Russell King - ARM Linux
2014-03-07 18:23 ` Grant Likely
2014-03-10 13:26 ` Mauro Carvalho Chehab [this message]
2014-03-10 13:26 ` Mauro Carvalho Chehab
[not found] ` < 20140307182330.75168C40AE3@trevor.secretlab.ca>
[not found] ` <20140310102630.3cb1bcd7@ samsung.com>
[not found] ` <20140310102630.3cb1bcd7-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-03-10 14:37 ` Grant Likely
2014-03-10 14:37 ` Grant Likely
[not found] ` <1394708896. 3577.21.camel@paszta.hi.pengutronix.de>
2014-03-11 11:12 ` Mauro Carvalho Chehab
2014-03-13 11:08 ` Philipp Zabel
[not found] ` <1394708896.3577.21.camel-+qGW7pzALmz7o/J7KWpOmN53zsg1cpMQ@public.gmane.org>
2014-03-13 11:35 ` Russell King - ARM Linux
2014-03-13 11:35 ` Russell King - ARM Linux
[not found] ` <20140313113527.GM21483-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2014-03-13 15:13 ` Sylwester Nawrocki
2014-03-13 15:13 ` Sylwester Nawrocki
2014-03-13 15:37 ` Sylwester Nawrocki
2014-03-14 7:05 ` Robert Schwebel
[not found] ` <20140314070505.GV1629-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-03-17 23:30 ` Laurent Pinchart
2014-03-17 23:30 ` Laurent Pinchart
2014-03-18 6:27 ` Tomi Valkeinen
2014-03-18 6:27 ` Tomi Valkeinen
2014-03-20 16:03 ` Grant Likely
2014-03-13 17:13 ` Laurent Pinchart
2014-03-14 12:19 ` Philipp Zabel
2014-03-14 12:44 ` Tomi Valkeinen
2014-03-14 12:44 ` Tomi Valkeinen
[not found] ` <1394799579.3710.24.camel-+qGW7pzALmz7o/J7KWpOmN53zsg1cpMQ@public.gmane.org>
2014-03-17 23:41 ` Laurent Pinchart
2014-03-17 23:41 ` Laurent Pinchart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140310102630.3cb1bcd7@samsung.com \
--to=m.chehab@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=g.liakhovetski@gmx.de \
--cc=grant.likely@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=kyungmin.park@samsung.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=p.zabel@pengutronix.de \
--cc=robh+dt@kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=tomi.valkeinen@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.