* [PATCH] drivers: video: drop unused of_get_display_timing()
@ 2016-02-04 9:12 Antony Pavlov
2016-02-08 7:34 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2016-02-04 9:12 UTC (permalink / raw)
To: barebox
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
drivers/video/of_display_timing.c | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/drivers/video/of_display_timing.c b/drivers/video/of_display_timing.c
index eb29ec6..6a5bf62 100644
--- a/drivers/video/of_display_timing.c
+++ b/drivers/video/of_display_timing.c
@@ -99,31 +99,6 @@ static int of_parse_display_timing(const struct device_node *np,
}
/**
- * of_get_display_timing - parse a display_timing entry
- * @np: device_node with the timing subnode
- * @name: name of the timing node
- * @dt: display_timing struct to fill
- **/
-int of_get_display_timing(struct device_node *np, const char *name,
- struct fb_videomode *mode)
-{
- struct device_node *timing_np;
-
- if (!np)
- return -EINVAL;
-
- timing_np = of_get_child_by_name(np, name);
- if (!timing_np) {
- pr_err("%s: could not find node '%s'\n",
- np->full_name, name);
- return -ENOENT;
- }
-
- return of_parse_display_timing(timing_np, mode);
-}
-EXPORT_SYMBOL_GPL(of_get_display_timing);
-
-/**
* of_get_display_timings - parse all display_timing entries from a device_node
* @np: device_node with the subnodes
**/
--
2.7.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] drivers: video: drop unused of_get_display_timing()
2016-02-04 9:12 [PATCH] drivers: video: drop unused of_get_display_timing() Antony Pavlov
@ 2016-02-08 7:34 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2016-02-08 7:34 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox
On Thu, Feb 04, 2016 at 12:12:19PM +0300, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
> drivers/video/of_display_timing.c | 25 -------------------------
> 1 file changed, 25 deletions(-)
>
> diff --git a/drivers/video/of_display_timing.c b/drivers/video/of_display_timing.c
> index eb29ec6..6a5bf62 100644
> --- a/drivers/video/of_display_timing.c
> +++ b/drivers/video/of_display_timing.c
> @@ -99,31 +99,6 @@ static int of_parse_display_timing(const struct device_node *np,
> }
>
> /**
> - * of_get_display_timing - parse a display_timing entry
> - * @np: device_node with the timing subnode
> - * @name: name of the timing node
> - * @dt: display_timing struct to fill
> - **/
> -int of_get_display_timing(struct device_node *np, const char *name,
> - struct fb_videomode *mode)
Applied, thanks. of_get_display_timings is the right function to use. If
one wants to use of_get_display_timing he first has to convince us that
he really needs this function.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-08 7:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-04 9:12 [PATCH] drivers: video: drop unused of_get_display_timing() Antony Pavlov
2016-02-08 7:34 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox